DBA Data[Home] [Help]

APPS.BEN_CWB_DYN_CALC_PKG dependencies on BEN_CWB_PERSON_RATES_API

Line 1728: ben_cwb_person_rates_api.update_person_rate

1724: ,cpi_attribute30 = g_allocation_row.cpi_attribute30
1725: where group_per_in_ler_id = g_allocation_row.group_per_in_ler_id;
1726: end if;
1727: if g_upd_pl_rate then
1728: ben_cwb_person_rates_api.update_person_rate
1729: (p_validate => false
1730: ,p_group_per_in_ler_id => g_allocation_row.group_per_in_ler_id
1731: ,p_pl_id => g_allocation_row.pl_id
1732: ,p_oipl_id => -1

Line 1748: ben_cwb_person_rates_api.update_person_rate

1744: ,p_object_version_number => g_allocation_row.ovn_pl);
1745: l_save_summary := true;
1746: end if;
1747: if g_upd_opt1_rate then
1748: ben_cwb_person_rates_api.update_person_rate
1749: (p_validate => false
1750: ,p_group_per_in_ler_id => g_allocation_row.group_per_in_ler_id
1751: ,p_pl_id => g_allocation_row.pl_id
1752: ,p_oipl_id => g_allocation_row.oipl_id_opt1

Line 1768: ben_cwb_person_rates_api.update_person_rate

1764: ,p_object_version_number => g_allocation_row.ovn_opt1);
1765: l_save_summary := true;
1766: end if;
1767: if g_upd_opt2_rate then
1768: ben_cwb_person_rates_api.update_person_rate
1769: (p_validate => false
1770: ,p_group_per_in_ler_id => g_allocation_row.group_per_in_ler_id
1771: ,p_pl_id => g_allocation_row.pl_id
1772: ,p_oipl_id => g_allocation_row.oipl_id_opt2

Line 1788: ben_cwb_person_rates_api.update_person_rate

1784: ,p_object_version_number => g_allocation_row.ovn_opt2);
1785: l_save_summary := true;
1786: end if;
1787: if g_upd_opt3_rate then
1788: ben_cwb_person_rates_api.update_person_rate
1789: (p_validate => false
1790: ,p_group_per_in_ler_id => g_allocation_row.group_per_in_ler_id
1791: ,p_pl_id => g_allocation_row.pl_id
1792: ,p_oipl_id => g_allocation_row.oipl_id_opt3

Line 1808: ben_cwb_person_rates_api.update_person_rate

1804: ,p_object_version_number => g_allocation_row.ovn_opt3);
1805: l_save_summary := true;
1806: end if;
1807: if g_upd_opt4_rate then
1808: ben_cwb_person_rates_api.update_person_rate
1809: (p_validate => false
1810: ,p_group_per_in_ler_id => g_allocation_row.group_per_in_ler_id
1811: ,p_pl_id => g_allocation_row.pl_id
1812: ,p_oipl_id => g_allocation_row.oipl_id_opt4