DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on CSI_EAM_INTERFACE_GRP

Line 7948: csi_eam_interface_grp.wip_completion

7944: END IF;
7945:
7946: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug ('EAM_PROCESS_WO_PVT.WORK_ORDER : Calling CSI api for wip completion ') ; END IF;
7947:
7948: csi_eam_interface_grp.wip_completion
7949: (
7950: p_wip_entity_id => l_eam_wo_rec.parent_wip_entity_id,
7951: p_organization_id => l_eam_wo_rec.organization_id,
7952: x_return_status => l_return_status,

Line 12624: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling csi_eam_interface_grp.wip_completion procedure...') ; END IF ;

12620:
12621: IF l_eam_wo_comp_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_COMPLETE AND
12622: l_eam_wo_comp_rec.completion_subinventory IS NULL THEN
12623:
12624: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling csi_eam_interface_grp.wip_completion procedure...') ; END IF ;
12625: csi_eam_interface_grp.wip_completion
12626: (
12627: p_wip_entity_id => l_eam_wo_comp_rec.wip_entity_id,
12628: p_organization_id => l_eam_wo_comp_rec.organization_id,

Line 12625: csi_eam_interface_grp.wip_completion

12621: IF l_eam_wo_comp_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_COMPLETE AND
12622: l_eam_wo_comp_rec.completion_subinventory IS NULL THEN
12623:
12624: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling csi_eam_interface_grp.wip_completion procedure...') ; END IF ;
12625: csi_eam_interface_grp.wip_completion
12626: (
12627: p_wip_entity_id => l_eam_wo_comp_rec.wip_entity_id,
12628: p_organization_id => l_eam_wo_comp_rec.organization_id,
12629: x_return_status => l_return_status,