DBA Data[Home] [Help]

APPS.QLTDACTB dependencies on WIP_CHANGE_STATUS

Line 871: WIP_CHANGE_STATUS.PUT_JOB_ON_HOLD(output, X_org_id);

867: X_org_id := to_number(QLTNINRB.NAME_IN('ORGANIZATION_ID'));
868:
869: -- call WIP api
870: BEGIN
871: WIP_CHANGE_STATUS.PUT_JOB_ON_HOLD(output, X_org_id);
872: EXCEPTION
873: WHEN OTHERS THEN
874: -- write exceptions to action log;
875: X_ERROR := FALSE;

Line 1153: WIP_CHANGE_STATUS.PUT_LINE_ON_HOLD(output, output2, X_org_id);

1149: -- AG: QWB: end
1150:
1151: -- call WIP api
1152: BEGIN
1153: WIP_CHANGE_STATUS.PUT_LINE_ON_HOLD(output, output2, X_org_id);
1154: EXCEPTION
1155: WHEN OTHERS THEN
1156: -- write exceptions to action log;
1157: X_ERROR := FALSE;