DBA Data[Home] [Help]

APPS.BOM_INV_COMPS1_PKG dependencies on FND_PROFILE

Line 73: FND_PROFILE.GET('ENG:ALLOW_ENG_COMPS',eng_items_allowed);

69: -- If so, make sure component exists in those other orgs
70: -- and the component does not violate the bill/comp matrix
71:
72: -- bug 1517975
73: FND_PROFILE.GET('ENG:ALLOW_ENG_COMPS',eng_items_allowed);
74: if ((eng_items_allowed = 1) and (X_Bill_or_Eco = 2)) then
75: eng_items_for_mfg_ecos_flag := 'YES';
76: end if;
77: