DBA Data[Home] [Help]

APPS.BEN_PBN_BUS dependencies on PER_BUSINESS_GROUPS

Line 2373: from per_business_groups a,

2369: -- Declare cursor
2370: --
2371: cursor csr_leg_code is
2372: select a.legislation_code
2373: from per_business_groups a,
2374: ben_pl_bnf_f b
2375: where b.pl_bnf_id = p_pl_bnf_id
2376: and a.business_group_id = b.business_group_id;
2377: --