DBA Data[Home] [Help]

APPS.PAYUSUNB_PKG dependencies on FND_PROFILE

Line 734: L_direct_fed_bal := fnd_profile.value('PAY_DIRECT_US_FEDERAL_BALANCES');

730: /*When the Profile value of 'PAY:Use Direct Balances for US Federal Taxes' is set as Yes,
731: the employees who have the FIT Exempt from Wage Accumulation selected will be shown
732: in exception section in the end of report.*/
733:
734: L_direct_fed_bal := fnd_profile.value('PAY_DIRECT_US_FEDERAL_BALANCES');
735:
736: IF L_direct_fed_bal = 'Y' THEN
737: OPEN c_get_wage_acc_flag;
738: FETCH c_get_wage_acc_flag INTO L_wage_accumulation;