DBA Data[Home] [Help]

APPS.BEN_ELECTION_INFORMATION dependencies on BEN_PGM_EXTRA_INFO

Line 1664: from ben_pgm_extra_info

1660: l_exists varchar2(2);
1661: --
1662: cursor c_get_pgm_extra_info is
1663: select pgi_information1
1664: from ben_pgm_extra_info
1665: where information_type = 'ADJ_RATE_PREV_LF_EVT'
1666: and pgm_id = p_pgm_id;
1667: --
1668: l_adjust varchar2(2);

Line 5257: from ben_pgm_extra_info

5253: where epe.elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id;
5254: --
5255: cursor c_get_pgm_extra_info_cvg(p_pgm_id number) is
5256: select pgi_information1
5257: from ben_pgm_extra_info
5258: where information_type = 'ADJ_CVG_PREV_LF_EVT'
5259: and pgm_id = p_pgm_id;
5260: --
5261: l_cvg_adjust varchar2(2);