DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on FND_PROFILE

Line 2089: l_award_approval_enabled := fnd_profile.value('PON_AWARD_APPROVAL_ENABLED');

2085: ELSE
2086: l_supplier_sequence_number := NULL;
2087: END IF;
2088:
2089: l_award_approval_enabled := fnd_profile.value('PON_AWARD_APPROVAL_ENABLED');
2090: l_contracts_installed := fnd_profile.value('POC_ENABLED');
2091:
2092: --We do not want the warning about attached document in case the user does not
2093: --have privilege to view contract terms

Line 2090: l_contracts_installed := fnd_profile.value('POC_ENABLED');

2086: l_supplier_sequence_number := NULL;
2087: END IF;
2088:
2089: l_award_approval_enabled := fnd_profile.value('PON_AWARD_APPROVAL_ENABLED');
2090: l_contracts_installed := fnd_profile.value('POC_ENABLED');
2091:
2092: --We do not want the warning about attached document in case the user does not
2093: --have privilege to view contract terms
2094: if (p_printing_warning_flag = 'Y' OR nvl(l_contracts_installed, 'N') = 'N') then