DBA Data[Home] [Help]

APPS.AME_ACL_UPD dependencies on AME_ACTIONS_TL

Line 74: -- Update the ame_actions_tl Row

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

Line 76: update ame_actions_tl

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

Line 219: (p_module_name => 'AME_ACTIONS_TL'

215: --
216: when hr_api.cannot_find_prog_unit then
217: --
218: hr_api.cannot_find_prog_unit_error
219: (p_module_name => 'AME_ACTIONS_TL'
220: ,p_hook_type => 'AU');
221: --
222: end;
223: --

Line 396: from ame_actions_tl acl

392: -- source_lang match the specified language.
393: --
394: cursor csr_upd_langs is
395: select acl.language
396: from ame_actions_tl acl
397: where acl.action_id = p_action_id
398: and p_language_code in (acl.language
399: ,acl.source_lang);
400: --