DBA Data[Home] [Help]

APPS.BEN_ELECTION_INFORMATION dependencies on BEN_PGM_EXTRA_INFO

Line 1393: from ben_pgm_extra_info

1389: l_exists varchar2(2);
1390: --
1391: cursor c_get_pgm_extra_info is
1392: select pgi_information1
1393: from ben_pgm_extra_info
1394: where information_type = 'ADJ_RATE_PREV_LF_EVT'
1395: and pgm_id = p_pgm_id;
1396: --
1397: l_adjust varchar2(2);

Line 4594: from ben_pgm_extra_info

4590: where epe.elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id;
4591: --
4592: cursor c_get_pgm_extra_info_cvg(p_pgm_id number) is
4593: select pgi_information1
4594: from ben_pgm_extra_info
4595: where information_type = 'ADJ_CVG_PREV_LF_EVT'
4596: and pgm_id = p_pgm_id;
4597: --
4598: l_cvg_adjust varchar2(2);