DBA Data[Home] [Help]

APPS.BEN_ABI_BUS dependencies on BEN_ACTY_BASE_RT_F

Line 36: , ben_acty_base_rt_f abr

32: cursor csr_leg_code is
33: select pbg.legislation_code
34: from per_business_groups pbg
35: , ben_abr_extra_info abi
36: , ben_acty_base_rt_f abr
37: where abi.abr_extra_info_id = p_abr_extra_info_id
38: and abr.acty_base_rt_id = abi.acty_base_rt_id
39: and pbg.business_group_id = abr.business_group_id;
40: --

Line 220: from ben_acty_base_rt_f

216: --
217:
218: cursor c_valid_abr (id number) is
219: select 'x'
220: from ben_acty_base_rt_f
221: where acty_base_rt_id = id;
222:
223:
224: --