DBA Data[Home] [Help]

APPS.PER_ELC_BUS dependencies on PER_BUSINESS_GROUPS

Line 305: from per_business_groups pbg

301: -- Declare cursor
302: --
303: cursor csr_sec_grp is
304: select pbg.security_group_id
305: from per_business_groups pbg
306: , per_elections elc
307: where elc.election_id = p_election_id
308: and pbg.business_group_id = elc.business_group_id;
309: --

Line 365: from per_business_groups pbg

361: -- Declare cursor
362: --
363: cursor csr_leg_code is
364: select pbg.legislation_code
365: from per_business_groups pbg
366: , per_elections elc
367: where elc.election_id = p_election_id
368: and pbg.business_group_id = elc.business_group_id;
369: --