DBA Data[Home] [Help]

APPS.PAY_BAL_ADJUST dependencies on PAY_RUN_RESULT_PKG

Line 824: pay_run_result_pkg.create_run_result(

820: ,p_purge_mode
821: );
822: --
823: -- create run result
824: pay_run_result_pkg.create_run_result(
825: p_element_entry_id => l_element_entry_id,
826: p_session_date => l_effective_date,
827: p_business_group_id => l_info.busgrpid,
828: p_jc_name => l_jc_name,

Line 1113: pay_run_result_pkg.create_run_result(

1109: ,p_purge_mode
1110: );
1111: --
1112: -- create run result
1113: pay_run_result_pkg.create_run_result(
1114: p_element_entry_id => l_element_entry_id,
1115: p_session_date => l_info.effdate,
1116: p_business_group_id => l_info.busgrpid,
1117: p_jc_name => l_jc_name,

Line 1375: pay_run_result_pkg.create_run_result(

1371: l_rr_sparse_jc :=FALSE;
1372: end if;
1373: --
1374: -- create run result
1375: pay_run_result_pkg.create_run_result(
1376: p_element_entry_id => l_element_entry_id,
1377: p_session_date => p_effdate,
1378: p_business_group_id => p_busgrpid,
1379: p_jc_name => l_jc_name,

Line 1697: pay_run_result_pkg.maintain_rr_value(

1693: --
1694: elsif (outputs.result_rule_type = 'D' and out_value is not null ) then
1695: --
1696: /* Direct Result */
1697: pay_run_result_pkg.maintain_rr_value(
1698: p_run_result_id => p_run_result_id,
1699: p_session_date => p_effdate,
1700: p_input_value_id => outputs.input_value_id,
1701: p_value => out_value,

Line 1735: pay_run_result_pkg.maintain_rr_value(

1731: and source_id = p_entry_id
1732: and source_type = 'I'
1733: and assignment_action_id = p_assignment_action_id;
1734: --
1735: pay_run_result_pkg.maintain_rr_value(
1736: p_run_result_id => l_rr_id,
1737: p_session_date => p_effdate,
1738: p_input_value_id => outputs.input_value_id,
1739: p_value => out_value,

Line 1750: pay_run_result_pkg.create_indirect_rr(

1746: --
1747: exception
1748: when no_data_found then
1749: --
1750: pay_run_result_pkg.create_indirect_rr(
1751: p_element_type_id => l_ind_ele_type_id,
1752: p_run_result_id => p_run_result_id,
1753: p_session_date => p_effdate,
1754: p_business_group_id => p_busgrpid,

Line 1762: pay_run_result_pkg.maintain_rr_value(

1758: p_asg_action_id => p_assignment_action_id,
1759: p_ind_run_result_id => l_rr_id
1760: );
1761: --
1762: pay_run_result_pkg.maintain_rr_value(
1763: p_run_result_id => l_rr_id,
1764: p_session_date => p_effdate,
1765: p_input_value_id => outputs.input_value_id,
1766: p_value => out_value,

Line 1878: pay_run_result_pkg.create_run_result(

1874: l_rr_sparse_jc :=FALSE;
1875: end if;
1876: --
1877: -- create run result
1878: pay_run_result_pkg.create_run_result(
1879: p_element_entry_id => l_entry_id,
1880: p_session_date => p_effdate,
1881: p_business_group_id => p_busgrpid,
1882: p_jc_name => l_jc_name,