DBA Data[Home] [Help]

APPS.AME_ACT_UPD dependencies on AME_ACTIONS

Line 84: -- Update the ame_actions Row

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

Line 86: update ame_actions

82: --
83: --
84: -- Update the ame_actions Row
85: --
86: update ame_actions
87: set
88: action_id = p_rec.action_id
89: ,action_type_id = p_rec.action_type_id
90: ,parameter = p_rec.parameter

Line 430: (p_module_name => 'AME_ACTIONS'

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