DBA Data[Home] [Help]

APPS.BEN_CPR_BUS dependencies on PER_BUSINESS_GROUPS

Line 604: from per_business_groups a,

600: -- Declare cursor
601: --
602: cursor csr_leg_code is
603: select a.legislation_code
604: from per_business_groups a,
605: ben_popl_org_role_f b
606: where b.popl_org_role_id = p_popl_org_role_id
607: and a.business_group_id = b.business_group_id;
608: --