DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on HR_US_REPORTS

Line 6711: l_def_bal_id := hr_us_reports.get_defined_balance_id

6707: if l_print_wages ='Y' then
6708: null;
6709: pay_balance_pkg.set_context ('TAX_UNIT_ID',p_tax_unit_id );
6710: pay_balance_pkg.set_context ('BUSINESS_GROUP_ID',p_business_group_id );
6711: l_def_bal_id := hr_us_reports.get_defined_balance_id
6712: ('Gross Earnings','_ASG_GRE_RUN',p_business_group_id );
6713: p_wages := pay_balance_pkg.get_value(l_def_bal_id, l_run_assignment_action_id );
6714: end if;
6715: