DBA Data[Home] [Help]

APPS.BEN_PEA_BUS dependencies on BEN_PRTT_ENRT_ACTN_F

Line 145: ben_pea_shd.constraint_error('BEN_PRTT_ENRT_ACTN_FK2');

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

Line 502: ben_prtt_enrt_actn_f b

498: --
499: cursor csr_leg_code is
500: select a.legislation_code
501: from per_business_groups a,
502: ben_prtt_enrt_actn_f b
503: where b.prtt_enrt_actn_id = p_prtt_enrt_actn_id
504: and a.business_group_id = b.business_group_id;
505: --
506: -- Declare local variables