DBA Data[Home] [Help]

APPS.BEN_PEA_BUS dependencies on PER_BUSINESS_GROUPS

Line 501: from per_business_groups a,

497: -- Declare cursor
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: --