DBA Data[Home] [Help]

APPS.EAM_WO_COMP_VALIDATE_PVT dependencies on EAM_MTL_TXN_PROCESS

Line 604: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling EAM_MTL_TXN_PROCESS.Get_LocatorControl_Code'); END IF;

600:
601: l_locator_id := p_eam_wo_comp_rec.completion_locator_id;
602:
603: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Check locator control code'); END IF;
604: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling EAM_MTL_TXN_PROCESS.Get_LocatorControl_Code'); END IF;
605: /* Check for Locator Control which could be defined
606: at 3 level Organization,Subinventory,Item .
607: */
608: EAM_MTL_TXN_PROCESS.Get_LocatorControl_Code(

Line 608: EAM_MTL_TXN_PROCESS.Get_LocatorControl_Code(

604: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling EAM_MTL_TXN_PROCESS.Get_LocatorControl_Code'); END IF;
605: /* Check for Locator Control which could be defined
606: at 3 level Organization,Subinventory,Item .
607: */
608: EAM_MTL_TXN_PROCESS.Get_LocatorControl_Code(
609: l_org_id,
610: p_eam_wo_comp_rec.completion_subinventory,
611: l_inventory_item_id,
612: 27,