DBA Data[Home] [Help]

APPS.PQH_GIN_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: where pbg.business_group_id = hr_general.get_business_group_id;
32: --
33: -- Declare local variables
34: --

Line 98: from per_business_groups_perf pbg

94: -- Declare cursor
95: --
96: cursor csr_leg_code is
97: select pbg.legislation_code
98: from per_business_groups_perf pbg
99: where pbg.business_group_id = hr_general.get_business_group_id;
100: --
101: -- Declare local variables
102: --