DBA Data[Home] [Help]

APPS.BEN_OPI_BUS dependencies on BEN_OPT_F

Line 36: , ben_opt_f opt

32: cursor csr_leg_code is
33: select pbg.legislation_code
34: from per_business_groups pbg
35: , ben_opt_extra_info opi
36: , ben_opt_f opt
37: where opi.opt_extra_info_id = p_opt_extra_info_id
38: and opt.opt_id = opi.opt_id
39: and pbg.business_group_id = opt.business_group_id;
40: --

Line 220: from ben_opt_f

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