DBA Data[Home] [Help]

APPS.BEN_DETERMINE_RATES dependencies on BEN_MANAGE_UNRES_LIFE_EVENTS

Line 1142: l_enrt_rt_id := ben_manage_unres_life_events.ecr_exists

1138: if p_mode in ('U','R') then
1139: --
1140: FOR i IN p_acty_base_rt_id_table.FIRST .. p_acty_base_rt_id_table.LAST loop
1141: l_enrt_rt_id := null;
1142: l_enrt_rt_id := ben_manage_unres_life_events.ecr_exists
1143: (l_elig_per_elctbl_chc_id1,
1144: p_enrt_bnft_id,
1145: p_acty_base_rt_id_table(i));
1146: if l_enrt_rt_id is not null then

Line 1150: ben_manage_unres_life_events.update_enrt_rt

1146: if l_enrt_rt_id is not null then
1147: --
1148: l_enrt_rt_id_tab(i) := l_enrt_rt_id; /* Bug 4230502 */
1149: --
1150: ben_manage_unres_life_events.update_enrt_rt
1151: ( p_enrt_rt_id => l_enrt_rt_id,
1152: p_acty_typ_cd => l_acty_typ_cd(i),
1153: p_tx_typ_cd => l_tx_typ_cd(i),
1154: p_ctfn_rqd_flag => p_ctfn_rqd_flag,