DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_JOB_NUMBER_S

Line 525: set wjsi.job_name = fnd_profile.value('WIP_JOB_PREFIX') || wip_job_number_s.nextval,

521: loadInterfaceError(l_interfaceTbl, fnd_message.get, validationWarning);
522: end if;
523:
524: update wip_job_schedule_interface wjsi
525: set wjsi.job_name = fnd_profile.value('WIP_JOB_PREFIX') || wip_job_number_s.nextval,
526: wjsi.last_update_date = sysdate
527: where wjsi.group_id = p_groupID
528: and wjsi.process_phase = WIP_CONSTANTS.ML_VALIDATION
529: and wjsi.process_status in (WIP_CONSTANTS.RUNNING, WIP_CONSTANTS.WARNING)