DBA Data[Home] [Help]

APPS.BEN_PGI_BUS dependencies on BEN_PGM_F

Line 36: , ben_pgm_f pgm

32: cursor csr_leg_code is
33: select pbg.legislation_code
34: from per_business_groups pbg
35: , ben_pgm_extra_info pgi
36: , ben_pgm_f pgm
37: where pgi.pgm_extra_info_id = p_pgm_extra_info_id
38: and pgm.pgm_id = pgi.pgm_id
39: and pbg.business_group_id = pgm.business_group_id;
40: --

Line 220: from ben_pgm_f

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