DBA Data[Home] [Help]

APPS.BEN_PEL_BUS dependencies on PER_BUSINESS_GROUPS

Line 1624: from per_business_groups a,

1620: -- Declare cursor
1621: --
1622: cursor csr_leg_code is
1623: select a.legislation_code
1624: from per_business_groups a,
1625: ben_pil_elctbl_chc_popl b
1626: where b.pil_elctbl_chc_popl_id = p_pil_elctbl_chc_popl_id
1627: and a.business_group_id = b.business_group_id;
1628: --