DBA Data[Home] [Help]

APPS.ENG_VALIDATE_REV_COMPONENT dependencies on FND_PROFILE

Line 908: l_allow_expense_to_asset := fnd_profile.value

904:
905: --dbms_output.put_line('Checking Subinv value . . . ' ||
906: -- g_rev_component_rec.supply_subinventory);
907:
908: l_allow_expense_to_asset := fnd_profile.value
909: ('INV:EXPENSE_TO_ASSET_TRANSFER');
910:
911: -- Get Restrict_Subinventory_Flag for the Item
912: SELECT DECODE(restrict_subinventories_code, 1, 'Y', 'N'),