DBA Data[Home] [Help]

APPS.BEN_POPULATE_RBV dependencies on BEN_ELIG_PER_OPT_F_RBV

Line 630: insert into ben_elig_per_opt_f_rbv

626: --
627: for elenum in p_epo_set.first ..p_epo_set.last
628: loop
629: --
630: insert into ben_elig_per_opt_f_rbv
631: ( elig_per_opt_id,
632: elig_per_id,
633: effective_start_date,
634: effective_end_date,

Line 3559: l_table_name := 'BEN_ELIG_PER_OPT_F_RBV';

3555: ,p_person_action_id => p_person_action_id
3556: ,p_pep_set => l_pep_set
3557: );
3558: --
3559: l_table_name := 'BEN_ELIG_PER_OPT_F_RBV';
3560: l_elenum := 0;
3561: --
3562: if l_bftdets.mode_cd = 'S'
3563: then