DBA Data[Home] [Help]

APPS.BEN_PEL_BUS dependencies on PER_BUSINESS_GROUPS

Line 1598: from per_business_groups a,

1594: -- Declare cursor
1595: --
1596: cursor csr_leg_code is
1597: select a.legislation_code
1598: from per_business_groups a,
1599: ben_pil_elctbl_chc_popl b
1600: where b.pil_elctbl_chc_popl_id = p_pil_elctbl_chc_popl_id
1601: and a.business_group_id = b.business_group_id;
1602: --