DBA Data[Home] [Help]

APPS.AME_ACF_UPD dependencies on AME_ACTION_TYPE_CONFIG

Line 84: -- Update the ame_action_type_config Row

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

Line 86: update ame_action_type_config

82: --
83: --
84: -- Update the ame_action_type_config Row
85: --
86: update ame_action_type_config
87: set
88: application_id = p_rec.application_id
89: ,action_type_id = p_rec.action_type_id
90: ,voting_regime = p_rec.voting_regime

Line 425: (p_module_name => 'AME_ACTION_TYPE_CONFIG'

421: --
422: when hr_api.cannot_find_prog_unit then
423: --
424: hr_api.cannot_find_prog_unit_error
425: (p_module_name => 'AME_ACTION_TYPE_CONFIG'
426: ,p_hook_type => 'AU');
427: --
428: end;
429: --