DBA Data[Home] [Help]

APPS.PAY_EMP_ACTION_ARCH dependencies on PAY_BALANCE_PKG

Line 999: pay_balance_pkg.set_context('TAX_UNIT_ID',p_tax_unit_id);

995: hr_utility.trace('p_ppp_source_action_id '||
996: p_ppp_source_action_id);
997: hr_utility.trace('ln_run_action_id '|| ln_run_action_id);
998:
999: pay_balance_pkg.set_context('TAX_UNIT_ID',p_tax_unit_id);
1000: lv_value := nvl(pay_balance_pkg.get_value(ln_defined_balance_id,
1001: ln_run_action_id),0);
1002: if lv_value <> 0 then
1003: hr_utility.set_location(gv_package || lv_procedure_name, 110);

Line 1000: lv_value := nvl(pay_balance_pkg.get_value(ln_defined_balance_id,

996: p_ppp_source_action_id);
997: hr_utility.trace('ln_run_action_id '|| ln_run_action_id);
998:
999: pay_balance_pkg.set_context('TAX_UNIT_ID',p_tax_unit_id);
1000: lv_value := nvl(pay_balance_pkg.get_value(ln_defined_balance_id,
1001: ln_run_action_id),0);
1002: if lv_value <> 0 then
1003: hr_utility.set_location(gv_package || lv_procedure_name, 110);
1004: ln_index := pay_emp_action_arch.lrr_act_tab.count;

Line 1152: pay_balance_pkg.set_context('TAX_UNIT_ID',p_tax_unit_id);

1148: hr_utility.trace('p_ppp_source_action_id '||
1149: p_ppp_source_action_id);
1150: hr_utility.trace('ln_run_action_id '|| ln_run_action_id);
1151:
1152: pay_balance_pkg.set_context('TAX_UNIT_ID',p_tax_unit_id);
1153:
1154: lv_value := nvl(pay_balance_pkg.get_value(ln_defined_balance_id,
1155: ln_run_action_id),0);
1156: if lv_value <> 0 then

Line 1154: lv_value := nvl(pay_balance_pkg.get_value(ln_defined_balance_id,

1150: hr_utility.trace('ln_run_action_id '|| ln_run_action_id);
1151:
1152: pay_balance_pkg.set_context('TAX_UNIT_ID',p_tax_unit_id);
1153:
1154: lv_value := nvl(pay_balance_pkg.get_value(ln_defined_balance_id,
1155: ln_run_action_id),0);
1156: if lv_value <> 0 then
1157: ln_index := pay_emp_action_arch.lrr_act_tab.count;
1158: