DBA Data[Home] [Help]

APPS.PY_ZA_TX dependencies on PAY_ZA_PAYROLL_ACTION_PKG

Line 677: l_dim_id := pay_za_payroll_action_pkg.defined_balance_id('Travelling Allowance','_ASG_TAX_YTD');

673: -- -- dbms_output.put_line('l_asg_end_date = '||to_char(l_asg_end_date)); -- GSCC Error: File.Sql.18
674:
675: pay_balance_pkg.set_context ('ASSIGNMENT_ID', to_char(assignment_id));
676:
677: l_dim_id := pay_za_payroll_action_pkg.defined_balance_id('Travelling Allowance','_ASG_TAX_YTD');
678:
679:
680:
681: FOR v_date IN c_get_eff_date(

Line 778: l_dim_id := pay_za_payroll_action_pkg.defined_balance_id('Travelling Allowance','_ASG_CAL_YTD');

774: l_min_start_date := GREATEST(l_asg_start_date, p_tax_year_start_date);
775:
776: pay_balance_pkg.set_context ('ASSIGNMENT_ID', to_char(assignment_id));
777:
778: l_dim_id := pay_za_payroll_action_pkg.defined_balance_id('Travelling Allowance','_ASG_CAL_YTD');
779:
780: -- Check that the newest of the Calendar Year Start Date and the Assignment Start Date
781: -- is used to get Effective End Dates for the ZA_CAR_ALLOW_TAX_PERC global in the
782: -- following loop