DBA Data[Home] [Help]

APPS.PAY_GET_TAX_EXISTS_PKG dependencies on FND_PROFILE

Line 3162: fnd_profile.value function in US Legilsation LDT file*/

3158: END reset_stored_balance;
3159:
3160: /*Added for Bug#6696348
3161: This function is created to facilate the delivery of a formula function based on
3162: fnd_profile.value function in US Legilsation LDT file*/
3163:
3164: FUNCTION get_profile_value
3165: (p_profile_name IN varchar2) return varchar2
3166: IS

Line 3168: RETURN fnd_profile.value(p_profile_name);

3164: FUNCTION get_profile_value
3165: (p_profile_name IN varchar2) return varchar2
3166: IS
3167: BEGIN
3168: RETURN fnd_profile.value(p_profile_name);
3169: END get_profile_value;
3170:
3171: END pay_get_tax_exists_pkg;