DBA Data[Home] [Help]

APPS.PER_ECO_BUS dependencies on PER_BUSINESS_GROUPS

Line 363: from per_business_groups pbg

359: -- Declare cursor
360: --
361: cursor csr_sec_grp is
362: select pbg.security_group_id
363: from per_business_groups pbg
364: , per_election_constituencys eco
365: where eco.election_constituency_id = p_election_constituency_id
366: and pbg.business_group_id = eco.business_group_id;
367: --

Line 423: from per_business_groups pbg

419: -- Declare cursor
420: --
421: cursor csr_leg_code is
422: select pbg.legislation_code
423: from per_business_groups pbg
424: , per_election_constituencys eco
425: where eco.election_constituency_id = p_election_constituency_id
426: and pbg.business_group_id = eco.business_group_id;
427: --