DBA Data[Home] [Help]

APPS.BEN_PGM_BUS dependencies on BEN_PGM_F

Line 2756: from ben_pgm_f

2752: is
2753: l_proc varchar2(72) := g_package||'chk_name_unique';
2754: l_dummy char(1);
2755: cursor c1 is select null
2756: from ben_pgm_f
2757: Where pgm_id <> nvl(p_pgm_id,-1)
2758: and name = p_name
2759: and business_group_id = p_business_group_id;
2760: --

Line 7275: ben_pgm_f b

7271: --
7272: cursor csr_leg_code is
7273: select a.legislation_code
7274: from per_business_groups a,
7275: ben_pgm_f b
7276: where b.pgm_id = p_pgm_id
7277: and a.business_group_id = b.business_group_id;
7278: --
7279: -- Declare local variables