DBA Data[Home] [Help]

APPS.PAY_ZA_SOE dependencies on PAY_BALANCE_PKG

Line 28: pay_balance_pkg.set_context('ASSIGNMENT_ID', to_char(p_assignment_id));

24: hr_utility.set_location('Entering pay_za_soe.Get_Tax_Status', 10);
25: end if;
26: --
27:
28: pay_balance_pkg.set_context('ASSIGNMENT_ID', to_char(p_assignment_id));
29: pay_balance_pkg.set_context('DATE_EARNED', fnd_date.date_to_canonical(p_date_earned));
30:
31: l_tax_status := pay_balance_pkg.run_db_item('ZA_TAX_TAX_STATUS_ENTRY_VALUE', null, 'ZA');
32:

Line 29: pay_balance_pkg.set_context('DATE_EARNED', fnd_date.date_to_canonical(p_date_earned));

25: end if;
26: --
27:
28: pay_balance_pkg.set_context('ASSIGNMENT_ID', to_char(p_assignment_id));
29: pay_balance_pkg.set_context('DATE_EARNED', fnd_date.date_to_canonical(p_date_earned));
30:
31: l_tax_status := pay_balance_pkg.run_db_item('ZA_TAX_TAX_STATUS_ENTRY_VALUE', null, 'ZA');
32:
33: begin

Line 31: l_tax_status := pay_balance_pkg.run_db_item('ZA_TAX_TAX_STATUS_ENTRY_VALUE', null, 'ZA');

27:
28: pay_balance_pkg.set_context('ASSIGNMENT_ID', to_char(p_assignment_id));
29: pay_balance_pkg.set_context('DATE_EARNED', fnd_date.date_to_canonical(p_date_earned));
30:
31: l_tax_status := pay_balance_pkg.run_db_item('ZA_TAX_TAX_STATUS_ENTRY_VALUE', null, 'ZA');
32:
33: begin
34: select meaning
35: into l_tax_status_name

Line 573: balance_val := pay_balance_pkg.get_value(dim_id, l_run_assignment_action_id, false);

569: -- This package is called to get the balance id which is needed in the get value package
570: dim_id := pay_za_payroll_action_pkg.defined_balance_id(balance_name,balance_suffix);
571:
572: -- Use the get_value package to get value of balance
573: balance_val := pay_balance_pkg.get_value(dim_id, l_run_assignment_action_id, false);
574:
575: if nvl(balance_val, 0) <> 0 then
576: balance_val := to_char(fnd_number.canonical_to_number(balance_val),fnd_currency.get_format_mask('ZAR',40));
577: pay_soe_util.setValue('01', balance_name, true, false);

Line 845: balance_val := pay_balance_pkg.get_value(dim_id, l_run_assignment_action_id, false);

841: -- This package is called to get the balance id which is needed in the get value package
842: dim_id := pay_za_payroll_action_pkg.defined_balance_id(balance_name,balance_suffix);
843:
844: -- Use the get_value package to get value of balance
845: balance_val := pay_balance_pkg.get_value(dim_id, l_run_assignment_action_id, false);
846:
847: if nvl(balance_val, 0) <> 0 then
848: balance_val := to_char(fnd_number.canonical_to_number(balance_val),fnd_currency.get_format_mask('ZAR',40));
849: pay_soe_util.setValue('01', balance_name, true, false);