DBA Data[Home] [Help]

APPS.PQP_ERS_BUS dependencies on PER_BUSINESS_GROUPS

Line 28: from per_business_groups pbg

24: -- Declare cursor
25: --
26: cursor csr_sec_grp is
27: select pbg.security_group_id
28: from per_business_groups pbg
29: where pbg.business_group_id = p_business_group_id;
30: --
31: -- Declare local variables
32: --

Line 77: from per_business_groups pbg

73: -- Declare cursor
74: --
75: cursor csr_leg_code is
76: select pbg.legislation_code
77: from per_business_groups pbg
78: where pbg.business_group_id = p_business_group_id;
79:
80: --
81: -- Declare local variables