DBA Data[Home] [Help]

APPS.BEN_RGR_BUS dependencies on PER_BUSINESS_GROUPS

Line 925: from per_business_groups a,

921: -- Declare cursor
922: --
923: cursor csr_leg_code is
924: select a.legislation_code
925: from per_business_groups a,
926: ben_popl_rptg_grp_f b
927: where b.popl_rptg_grp_id = p_popl_rptg_grp_id
928: and a.business_group_id = b.business_group_id;
929: --