DBA Data[Home] [Help]

APPS.AME_STV_UPD dependencies on AME_STRING_VALUES

Line 84: -- Update the ame_string_values Row

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

Line 86: update ame_string_values

82: --
83: --
84: -- Update the ame_string_values Row
85: --
86: update ame_string_values
87: set
88: condition_id = p_rec.condition_id
89: ,string_value = p_rec.string_value
90: ,security_group_id = p_rec.security_group_id

Line 413: (p_module_name => 'AME_STRING_VALUES'

409: --
410: when hr_api.cannot_find_prog_unit then
411: --
412: hr_api.cannot_find_prog_unit_error
413: (p_module_name => 'AME_STRING_VALUES'
414: ,p_hook_type => 'AU');
415: --
416: end;
417: --