DBA Data[Home] [Help]

APPS.QLTDACTB dependencies on WIP_CHANGE_STATUS

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

828: X_org_id := to_number(QLTNINRB.NAME_IN('ORGANIZATION_ID'));
829:
830: -- call WIP api
831: BEGIN
832: WIP_CHANGE_STATUS.PUT_JOB_ON_HOLD(output, X_org_id);
833: EXCEPTION
834: WHEN OTHERS THEN
835: -- write exceptions to action log;
836: X_ERROR := FALSE;

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

1110: -- AG: QWB: end
1111:
1112: -- call WIP api
1113: BEGIN
1114: WIP_CHANGE_STATUS.PUT_LINE_ON_HOLD(output, output2, X_org_id);
1115: EXCEPTION
1116: WHEN OTHERS THEN
1117: -- write exceptions to action log;
1118: X_ERROR := FALSE;