DBA Data[Home] [Help]

APPS.AME_ACF_DEL dependencies on AME_ACTION_TYPE_CONFIG

Line 71: delete from ame_action_type_config

67: --
68: -- Delete the where the effective start date is equal
69: -- to the validation end date.
70: --
71: delete from ame_action_type_config
72: where action_type_id = p_rec.action_type_id
73: and application_id = p_rec.application_id
74: and start_date = p_validation_start_date;
75: --

Line 83: delete from ame_action_type_config

79: --
80: -- Delete the row(s) where the effective start date is greater than
81: -- or equal to the validation start date.
82: --
83: delete from ame_action_type_config
84: where action_type_id = p_rec.action_type_id
85: and application_id = p_rec.application_id
86: and start_date >= p_validation_start_date;*/
87: --

Line 340: (p_module_name => 'AME_ACTION_TYPE_CONFIG'

336: --
337: when hr_api.cannot_find_prog_unit then
338: --
339: hr_api.cannot_find_prog_unit_error
340: (p_module_name => 'AME_ACTION_TYPE_CONFIG'
341: ,p_hook_type => 'AD');
342: --
343: end;
344: --