DBA Data[Home] [Help]

APPS.BEN_CPO_BUS dependencies on BEN_POPL_ORG_F

Line 145: ben_cpo_shd.constraint_error('BEN_POPL_ORG_FK2');

141: --
142: -- raise error as FK does not relate to PK in hr_all_organization_units
143: -- table.
144: --
145: ben_cpo_shd.constraint_error('BEN_POPL_ORG_FK2');
146: --
147: end if;
148: --
149: close c1;

Line 551: ben_popl_org_f b

547: --
548: cursor csr_leg_code is
549: select a.legislation_code
550: from per_business_groups a,
551: ben_popl_org_f b
552: where b.popl_org_id = p_popl_org_id
553: and a.business_group_id = b.business_group_id;
554: --
555: -- Declare local variables