DBA Data[Home] [Help]

APPS.AME_CFV_UPD dependencies on AME_CONFIG_VARS

Line 84: -- Update the ame_config_vars Row

80: );
81: --
82: --
83: --
84: -- Update the ame_config_vars Row
85: --
86: update ame_config_vars
87: set
88: application_id = p_rec.application_id

Line 86: update ame_config_vars

82: --
83: --
84: -- Update the ame_config_vars Row
85: --
86: update ame_config_vars
87: set
88: application_id = p_rec.application_id
89: ,variable_name = p_rec.variable_name
90: ,variable_value = p_rec.variable_value

Line 317: from ame_config_vars

313: ) is
314: --
315: Cursor csr_description(p_variable_name varchar2) is
316: Select description
317: from ame_config_vars
318: where application_id = ame_utility_pkg.defaultAmeAppId
319: and variable_name = p_variable_name;
320: l_proc varchar2(72) := g_package||'pre_update';
321: --

Line 432: (p_module_name => 'AME_CONFIG_VARS'

428: --
429: when hr_api.cannot_find_prog_unit then
430: --
431: hr_api.cannot_find_prog_unit_error
432: (p_module_name => 'AME_CONFIG_VARS'
433: ,p_hook_type => 'AU');
434: --
435: end;
436: --