DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on PER_RI_CONFIG_LOCATIONS

Line 1380: from per_ri_config_locations

1376:
1377: cursor csr_location(cp_configuration_code in varchar2
1378: ,cp_location_id in number) IS
1379: select location_code
1380: from per_ri_config_locations
1381: where configuration_code = cp_configuration_code
1382: and location_id = cp_location_id;
1383:
1384: l_location_code per_ri_config_information.config_information1%type;