DBA Data[Home] [Help]

APPS.PER_CNL_BUS dependencies on PER_RI_CONFIG_LOCATIONS

Line 31: per_ri_config_locations cnl

27: cursor csr_sec_grp is
28: select Null,Null --pbg.security_group_id,
29: --pbg.legislation_code
30: from -- per_business_groups_perf pbg
31: per_ri_config_locations cnl
32: where cnl.location_id = p_location_id;
33: --and pbg.business_group_id (+) = cnl.business_group_id;
34: --
35: -- Declare local variables

Line 101: per_ri_config_locations cnl

97: --
98: cursor csr_leg_code is
99: select Null --pbg.legislation_code
100: from -- per_business_groups_perf pbg
101: per_ri_config_locations cnl
102: where cnl.location_id = p_location_id;
103: --and pbg.business_group_id (+) = cnl.business_group_id;
104: --
105: -- Declare local variables