DBA Data[Home] [Help]

APPS.BEN_PBC_BUS dependencies on PER_BUSINESS_GROUPS

Line 598: from per_business_groups a,

594: -- Declare cursor
595: --
596: cursor csr_leg_code is
597: select a.legislation_code
598: from per_business_groups a,
599: ben_pl_bnf_ctfn_prvdd_f b
600: where b.pl_bnf_ctfn_prvdd_id = p_pl_bnf_ctfn_prvdd_id
601: and a.business_group_id = b.business_group_id;
602: --