DBA Data[Home] [Help]

APPS.WIP_SO_RESERVATIONS dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 2212: UPDATE wip_job_schedule_interface

2208:
2209: END LOOP;
2210:
2211: -- set any job still in the wip interface to status hold
2212: UPDATE wip_job_schedule_interface
2213: SET status_type = WIP_CONSTANTS.HOLD,
2214: last_update_date = SYSDATE
2215: WHERE organization_id = p_org_id
2216: AND source_code = 'WICDOL'