DBA Data[Home] [Help]

APPS.AME_MULTI_TENANCY_PKG dependencies on AME_CONFIG_VAR_API

Line 235: ame_config_var_api.update_ame_config_variable

231: l_ovn := null;
232: l_config_varname := g_seed_config_usg(i).variable_name;
233: Fnd_file.put_line(FND_FILE.LOG,'Creating the configuration variable usage for:'||
234: g_seed_config_usg(i).variable_name);
235: ame_config_var_api.update_ame_config_variable
236: (p_application_id => g_ent_appl_id
237: ,p_variable_name => l_config_varname
238: ,p_variable_value => g_seed_config_usg(i).variable_value
239: ,p_object_version_number => l_ovn

Line 258: ame_config_var_api.update_ame_config_variable

254: l_ovn := upd_rec.object_version_number;
255: logMessage(l_proc_name,'The Config Var is updated');
256: Fnd_file.put_line(FND_FILE.LOG,'Updating the configuration variable usage:'||
257: g_seed_config_usg(i).variable_name);
258: ame_config_var_api.update_ame_config_variable
259: (p_application_id => g_ent_appl_id
260: ,p_variable_name => g_seed_config_usg(i).variable_name
261: ,p_variable_value => g_seed_config_usg(i).variable_value
262: ,p_object_version_number => l_ovn

Line 1267: ame_config_var_api.update_ame_config_variable

1263: fetch getAllowApprTypeConfig into l_app_config_val,l_ovn1;
1264: close getAllowApprTypeConfig;
1265: if l_app_config_val = 'no' then
1266: Fnd_file.put_line(FND_FILE.LOG,'changing the SSHR transaction configuration variable to yes');
1267: ame_config_var_api.update_ame_config_variable
1268: (p_application_id => g_seed_appl_id
1269: ,p_variable_name => ame_util.allowAllApproverTypesConfigVar
1270: ,p_variable_value => 'yes'
1271: ,p_object_version_number => l_ovn