DBA Data[Home] [Help]

APPS.AME_CON_UPD dependencies on AME_CONDITIONS

Line 83: -- Update the ame_conditions Row

79: );
80: --
81: --
82: --
83: -- Update the ame_conditions Row
84: --
85: update ame_conditions
86: set
87: condition_id = p_rec.condition_id

Line 85: update ame_conditions

81: --
82: --
83: -- Update the ame_conditions Row
84: --
85: update ame_conditions
86: set
87: condition_id = p_rec.condition_id
88: ,condition_type = p_rec.condition_type
89: ,attribute_id = p_rec.attribute_id

Line 447: (p_module_name => 'AME_CONDITIONS'

443: --
444: when hr_api.cannot_find_prog_unit then
445: --
446: hr_api.cannot_find_prog_unit_error
447: (p_module_name => 'AME_CONDITIONS'
448: ,p_hook_type => 'AU');
449: --
450: end;
451: --