DBA Data[Home] [Help]

APPS.PER_PSH_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: , per_scorecard_sharing psh
32: , per_all_people_f ppf
33: where psh.sharing_instance_id = p_sharing_instance_id
34: and psh.person_id = ppf.person_id

Line 102: from per_business_groups_perf pbg

98: -- Declare cursor
99: --
100: cursor csr_leg_code is
101: select pbg.legislation_code
102: from per_business_groups_perf pbg
103: , per_scorecard_sharing psh
104: , per_all_people_f ppf
105: where psh.sharing_instance_id = p_sharing_instance_id
106: and psh.person_id = ppf.person_id