DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_REPETITIVE_SCHEDULES_S

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

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