DBA Data[Home] [Help]

APPS.AME_AYL_UPD dependencies on AME_ACTION_TYPES_TL

Line 74: -- Update the ame_action_types_tl Row

70: l_last_update_login := l_current_user_id;
71: --
72: --
73: --
74: -- Update the ame_action_types_tl Row
75: --
76: update ame_action_types_tl
77: set
78: action_type_id = p_rec.action_type_id

Line 76: update ame_action_types_tl

72: --
73: --
74: -- Update the ame_action_types_tl Row
75: --
76: update ame_action_types_tl
77: set
78: action_type_id = p_rec.action_type_id
79: ,language = p_rec.language
80: ,source_lang = p_rec.source_lang

Line 224: (p_module_name => 'AME_ACTION_TYPES_TL'

220: --
221: when hr_api.cannot_find_prog_unit then
222: --
223: hr_api.cannot_find_prog_unit_error
224: (p_module_name => 'AME_ACTION_TYPES_TL'
225: ,p_hook_type => 'AU');
226: --
227: end;
228: --

Line 408: from ame_action_types_tl ayl

404: -- source_lang match the specified language.
405: --
406: cursor csr_upd_langs is
407: select ayl.language
408: from ame_action_types_tl ayl
409: where ayl.action_type_id = p_action_type_id
410: and p_language_code in (ayl.language
411: ,ayl.source_lang);
412: --