DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on FND_PROFILE

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

1138: ELSE
1139: l_supplier_sequence_number := NULL;
1140: END IF;
1141:
1142: l_award_approval_enabled := fnd_profile.value('PON_AWARD_APPROVAL_ENABLED');
1143: l_contracts_installed := fnd_profile.value('POC_ENABLED');
1144:
1145: --We do not want the warning about attached document in case the user does not
1146: --have privilege to view contract terms

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

1139: l_supplier_sequence_number := NULL;
1140: END IF;
1141:
1142: l_award_approval_enabled := fnd_profile.value('PON_AWARD_APPROVAL_ENABLED');
1143: l_contracts_installed := fnd_profile.value('POC_ENABLED');
1144:
1145: --We do not want the warning about attached document in case the user does not
1146: --have privilege to view contract terms
1147: if (p_printing_warning_flag = 'Y' OR nvl(l_contracts_installed, 'N') = 'N') then