DBA Data[Home] [Help]

APPS.BOM_BO_PVT dependencies on BOM_EAMUTIL

Line 2580: IF BOM_EAMUTIL.Enabled = 'Y' THEN --- checking if EAM is installed

2576: END IF;
2577:
2578: -- Process Flow step 9: Check and validate the direct items specific attributes
2579: --
2580: IF BOM_EAMUTIL.Enabled = 'Y' THEN --- checking if EAM is installed
2581: --- Check if org is eAM enabled?
2582: Bom_Validate_Bom_Component.Check_Direct_item_comps
2583: ( p_bom_component_rec => l_bom_component_rec
2584: , p_bom_comp_unexp_rec => l_bom_comp_unexp_rec

Line 4946: OR (BOM_EAMUTIL.Enabled = 'Y')

4942: -- Initialize System_Information Unit_Effectivity flag
4943:
4944: IF (FND_PROFILE.DEFINED('PJM:PJM_UNITEFF_NO_EFFECT') AND
4945: FND_PROFILE.VALUE('PJM:PJM_UNITEFF_NO_EFFECT') = 'Y')
4946: OR (BOM_EAMUTIL.Enabled = 'Y')
4947: THEN
4948: Bom_Globals.Set_Unit_Effectivity (TRUE);
4949: ELSE
4950: Bom_Globals.Set_Unit_Effectivity (FALSE);