DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on CSI_EAM_INTERFACE_GRP

Line 7522: csi_eam_interface_grp.wip_completion

7518: END IF;
7519:
7520: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug ('Calling CSI api for wip completion ') ; END IF;
7521:
7522: csi_eam_interface_grp.wip_completion
7523: (
7524: p_wip_entity_id => l_eam_wo_rec.parent_wip_entity_id,
7525: p_organization_id => l_eam_wo_rec.organization_id,
7526: x_return_status => l_return_status,

Line 11973: 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 ;

11969:
11970: IF l_eam_wo_comp_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_COMPLETE AND
11971: l_eam_wo_comp_rec.completion_subinventory IS NULL THEN
11972:
11973: 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 ;
11974: csi_eam_interface_grp.wip_completion
11975: (
11976: p_wip_entity_id => l_eam_wo_comp_rec.wip_entity_id,
11977: p_organization_id => l_eam_wo_comp_rec.organization_id,

Line 11974: csi_eam_interface_grp.wip_completion

11970: IF l_eam_wo_comp_rec.transaction_type = EAM_PROCESS_WO_PVT.G_OPR_COMPLETE AND
11971: l_eam_wo_comp_rec.completion_subinventory IS NULL THEN
11972:
11973: 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 ;
11974: csi_eam_interface_grp.wip_completion
11975: (
11976: p_wip_entity_id => l_eam_wo_comp_rec.wip_entity_id,
11977: p_organization_id => l_eam_wo_comp_rec.organization_id,
11978: x_return_status => l_return_status,