DBA Data[Home] [Help]

APPS.PQH_RNK_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 30: from per_business_groups_perf pbg

26: --
27: cursor csr_sec_grp is
28: select pbg.security_group_id,
29: pbg.legislation_code
30: from per_business_groups_perf pbg
31: , pqh_rank_processes rnk
32: , per_all_people_f per
33: where rnk.rank_process_id = p_rank_process_id
34: and rnk.person_id = per.person_id

Line 103: from per_business_groups_perf pbg

99: -- Declare cursor
100: --
101: cursor csr_leg_code is
102: select pbg.legislation_code
103: from per_business_groups_perf pbg
104: , pqh_rank_processes rnk
105: , per_all_people_f per
106: where rnk.rank_process_id = p_rank_process_id
107: and rnk.person_id = per.person_id