Where the input values of stored procedures are decided in adobe?
Hi All,
Could someone please help me understand where in adobe campaign iPercent integer is being defined in below stored procedure:
Background: We got an error "nlmodule WDB-2000001 SQL statememt call up_UpdateTableStats('abc', 'tableName', '10')" could not be executed in the clean up workflow.
This is a stored procedure in adobe defined as "up_UpdateTableStats(sSchema varchar2, sTable varchar2, iPercent INTEGER)" but the query is where in adobe campaign iPercent is being defined, for example in the above error shown the value of this Integer [iPercent] is 10, but where this value is being decided?
Any related hints will also be helpful.
Thank you in advance!