DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_IMPORT_PKG dependencies on PER_RI_CONFIG_LOCATIONS

Line 136: from per_ri_config_locations

132:
133: cursor csr_get_locid (p_location_code varchar2, p_configuration_code varchar2)
134: is
135: select location_id
136: from per_ri_config_locations
137: where location_code = p_location_code
138: and configuration_code = p_configuration_code;
139:
140:

Line 324: From per_ri_config_locations

320: ) Is
321:
322: Cursor csr_cnl Is
323: Select object_version_number , location_id
324: From per_ri_config_locations
325: Where configuration_code = p_configuration_code
326: and configuration_context = p_configuration_context
327: and location_code = p_location_code;
328: