DBA Data[Home] [Help]

APPS.EAM_RES_UTILITY_PVT dependencies on WIP_CONSTANTS

Line 592: l_eam_res_rec.autocharge_type=WIP_CONSTANTS.PO_RECEIPT) THEN

588: -- Load local records.
589: l_eam_res_rec := p_eam_res_tbl(I);
590:
591: IF(l_eam_res_rec.transaction_type= EAM_PROCESS_WO_PVT.G_OPR_CREATE AND
592: l_eam_res_rec.autocharge_type=WIP_CONSTANTS.PO_RECEIPT) THEN
593:
594: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('inside if to create req') ; END IF ;
595: WIP_OSP.CREATE_REQUISITION(
596: P_Wip_Entity_Id =>l_eam_res_rec.wip_entity_id,

Line 601: P_Run_ReqImport =>WIP_CONSTANTS.YES

597: P_Organization_Id =>l_eam_res_rec.organization_id,
598: P_Repetitive_Schedule_Id =>NULL,
599: P_Operation_Seq_Num =>l_eam_res_rec.operation_seq_num,
600: P_Resource_Seq_Num =>l_eam_res_rec.resource_seq_num,
601: P_Run_ReqImport =>WIP_CONSTANTS.YES
602: );
603: END IF;
604:
605: