DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_ENTITIES_S

Line 586: set wip_entity_id = wip_entities_s.nextval,

582: loadInterfaceError(l_interfaceTbl, fnd_message.get, validationWarning);
583: end if;
584:
585: update wip_job_schedule_interface wjsi
586: set wip_entity_id = wip_entities_s.nextval,
587: last_update_date = sysdate
588: where wjsi.group_id = p_groupID
589: and wjsi.process_phase = WIP_CONSTANTS.ML_VALIDATION
590: and wjsi.process_status in (WIP_CONSTANTS.RUNNING, WIP_CONSTANTS.WARNING)