DBA Data[Home] [Help]

APPS.PER_RI_MNG_CFG_PKG dependencies on PER_RI_CONFIGURATIONS_VL

Line 108: from per_ri_configurations_vl

104: LAST_UPDATED_BY ,
105: LAST_UPDATE_LOGIN ,
106: CREATED_BY ,
107: CREATION_DATE
108: from per_ri_configurations_vl
109: where CONFIGURATION_CODE = p_config_code;
110:
111:
112:

Line 195: from per_ri_configurations_vl

191:
192:
193: cursor csr_config_copy_exists is
194: select 1
195: from per_ri_configurations_vl
196: where configuration_code = p_config_name;
197:
198:
199: