DBA Data[Home] [Help]

APPS.BEN_ECF_BUS dependencies on PER_BUSINESS_GROUPS

Line 735: from per_business_groups a,

731: -- Declare cursor
732: --
733: cursor csr_leg_code is
734: select a.legislation_code
735: from per_business_groups a,
736: ben_enrt_ctfn_f b
737: where b.enrt_ctfn_id = p_enrt_ctfn_id
738: and a.business_group_id = b.business_group_id;
739: --