DBA Data[Home] [Help]

APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on WIP_OSP

Line 1115: WIP_OSP.CREATE_REQUISITION(

1111: l_call_req_import := 'YES'; --Do not call Req Import, if the status change is from hold to release and Requisition already exists
1112:
1113: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug(to_char(sysdate,'DD-MON-YY HH:MI:SS')||' EAM_WO_CHANGE_STATUS_PVT.create_osp_req_at_rel: create req for osp resource now '); END IF;
1114: BEGIN
1115: WIP_OSP.CREATE_REQUISITION(
1116: P_Wip_Entity_Id => p_wip_entity_id,
1117: P_Organization_Id => p_organization_id,
1118: P_Repetitive_Schedule_Id => null,
1119: P_Operation_Seq_Num => cdis_rec.OPERATION_SEQ_NUM,