DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_REPETITIVE_SCHEDULES_S

Line 661: set wjsi.repetitive_schedule_id = wip_repetitive_schedules_s.nextval,

657: loadInterfaceError(l_interfaceTbl, fnd_message.get, validationWarning);
658: end if;
659:
660: update wip_job_schedule_interface wjsi
661: set wjsi.repetitive_schedule_id = wip_repetitive_schedules_s.nextval,
662: wjsi.last_update_date = sysdate
663: where wjsi.group_id = p_groupID
664: and wjsi.process_phase = WIP_CONSTANTS.ML_VALIDATION
665: and wjsi.process_status in (WIP_CONSTANTS.RUNNING, WIP_CONSTANTS.WARNING)