DBA Data[Home] [Help]

APPS.BEN_PBB_BUS dependencies on PER_BUSINESS_GROUPS

Line 470: from per_business_groups a,

466: -- Declare cursor
467: --
468: cursor csr_leg_code is
469: select a.legislation_code
470: from per_business_groups a,
471: ben_per_bnfts_bal_f b
472: where b.per_bnfts_bal_id = p_per_bnfts_bal_id
473: and a.business_group_id = b.business_group_id;
474: --