DBA Data[Home] [Help]

APPS.BEN_BER_BUS dependencies on BEN_ELIG_RSLT_F

Line 31: , ben_elig_rslt_f ber

27: cursor csr_sec_grp is
28: select pbg.security_group_id,
29: pbg.legislation_code
30: from per_business_groups_perf pbg
31: , ben_elig_rslt_f ber
32: where ber.elig_rslt_id = p_elig_rslt_id
33: and pbg.business_group_id = ber.business_group_id;
34: --
35: -- Declare local variables

Line 101: , ben_elig_rslt_f ber

97: --
98: cursor csr_leg_code is
99: select pbg.legislation_code
100: from per_business_groups_perf pbg
101: , ben_elig_rslt_f ber
102: where ber.elig_rslt_id = p_elig_rslt_id
103: and pbg.business_group_id = ber.business_group_id;
104: --
105: -- Declare local variables