DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on WIP_INTERFACE_S

Line 88: set interface_id = wip_interface_s.nextval,

84: end if;
85:
86: -- assign interface_id and set process_status to running
87: update wip_job_schedule_interface
88: set interface_id = wip_interface_s.nextval,
89: process_status = wip_constants.running
90: where group_id = p_groupID
91: and process_status = wip_constants.pending
92: and process_phase = wip_constants.ml_validation