DBA Data[Home] [Help]

APPS.PAY_ARCHIVER_REPORT_PKG dependencies on FND_PROFILE

Line 1928: ln_profile_value := fnd_profile.value('PAY_DIRECT_US_FEDERAL_BALANCES');

1924: hr_utility.trace('ln_fit_gross = '||ln_fit_gross);
1925: hr_utility.trace('ln_fit_withheld = '||ln_fit_withheld);
1926:
1927: /*Added for Bug#9872952*/
1928: ln_profile_value := fnd_profile.value('PAY_DIRECT_US_FEDERAL_BALANCES');
1929:
1930: IF ln_profile_value = 'Y' THEN
1931:
1932: OPEN c_get_wage_acc_flag;