DBA Data[Home] [Help]

APPS.BEN_CARRY_FORWARD_ITEMS dependencies on BEN_ELCTBL_CHC_CTFN

Line 127: from ben_elctbl_chc_ctfn

123: and effective_end_date;
124: --
125: cursor c_get_enrt_bnft (p_elig_per_elctbl_chc_id number) is
126: select enrt_bnft_id
127: from ben_elctbl_chc_ctfn
128: where elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id
129: and rqd_flag = 'Y'
130: and business_group_id = p_business_group_id;
131: l_get_enrt_bnft c_get_enrt_bnft%rowtype;