DBA Data[Home] [Help]

APPS.INV_ITEM_UTIL dependencies on PJM_UNIT_EFF

Line 337: -- PJM_Unit_Eff_Enabled

333: END;
334:
335: /* End Bug 3713912 */
336:
337: -- PJM_Unit_Eff_Enabled
338: --
339: FUNCTION PJM_Unit_Eff_Enabled
340: RETURN VARCHAR2 IS
341: BEGIN

Line 339: FUNCTION PJM_Unit_Eff_Enabled

335: /* End Bug 3713912 */
336:
337: -- PJM_Unit_Eff_Enabled
338: --
339: FUNCTION PJM_Unit_Eff_Enabled
340: RETURN VARCHAR2 IS
341: BEGIN
342: RETURN( INV_Item_Util.g_Appl_Inst.PJM_Unit_Eff_flag );
343: END;

Line 342: RETURN( INV_Item_Util.g_Appl_Inst.PJM_Unit_Eff_flag );

338: --
339: FUNCTION PJM_Unit_Eff_Enabled
340: RETURN VARCHAR2 IS
341: BEGIN
342: RETURN( INV_Item_Util.g_Appl_Inst.PJM_Unit_Eff_flag );
343: END;
344:
345: -- 6531763: Adding ICX install check
346: FUNCTION Appl_Inst_ICX

Line 654: g_Appl_Inst.PJM_Unit_Eff_flag := PJM_UNIT_EFF.Enabled();

650:
651: -- Parameter gets value Y/N depending on whether Model/Unit Effectivity
652: -- has been enabled or not.
653: --
654: g_Appl_Inst.PJM_Unit_Eff_flag := PJM_UNIT_EFF.Enabled();
655:
656: -- 6531763: Adding ICX install check
657: l_installed := fnd_installation.get( appl_id => 178, dep_appl_id => 178,
658: status => l_status, industry => l_industry );