DBA Data[Home] [Help]

APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on WIP_OSP

Line 1053: /* IF NOT (WIP_OSP.PO_REQ_EXISTS(

1049: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('req for osp op'||cdis_rec.OPERATION_SEQ_NUM); END IF;
1050: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('req for osp resource'||cdis_rec.RESOURCE_SEQ_NUM); END IF;
1051:
1052: --if requisitions are not already created then only create now
1053: /* IF NOT (WIP_OSP.PO_REQ_EXISTS(
1054: p_wip_entity_id => p_wip_entity_id,
1055: p_rep_sched_id => null,
1056: p_organization_id => p_organization_id,
1057: p_op_seq_num => cdis_rec.OPERATION_SEQ_NUM,

Line 1064: WIP_OSP.CREATE_REQUISITION(

1060: l_call_req_import := 'YES'; --call req import later once
1061:
1062: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('create req for osp resource now '); END IF;
1063: BEGIN
1064: WIP_OSP.CREATE_REQUISITION(
1065: P_Wip_Entity_Id => p_wip_entity_id,
1066: P_Organization_Id => p_organization_id,
1067: P_Repetitive_Schedule_Id => null,
1068: P_Operation_Seq_Num => cdis_rec.OPERATION_SEQ_NUM,