DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on WIP_INTERFACE_S

Line 110: set interface_id = wip_interface_s.nextval,

106: end if;
107:
108: -- assign interface_id and set process_status to running
109: update wip_job_schedule_interface
110: set interface_id = wip_interface_s.nextval,
111: process_status = wip_constants.running
112: where group_id = p_groupID
113: and process_status = wip_constants.pending
114: and process_phase = wip_constants.ml_validation