DBA Data[Home] [Help]

APPS.AME_MAN_UPD dependencies on AME_MANDATORY_ATTRIBUTES

Line 84: -- Update the ame_mandatory_attributes Row

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

Line 86: update ame_mandatory_attributes

82: --
83: --
84: -- Update the ame_mandatory_attributes Row
85: --
86: update ame_mandatory_attributes
87: set
88: attribute_id = p_rec.attribute_id
89: ,action_type_id = p_rec.action_type_id
90: ,security_group_id = p_rec.security_group_id

Line 415: (p_module_name => 'AME_MANDATORY_ATTRIBUTES'

411: --
412: when hr_api.cannot_find_prog_unit then
413: --
414: hr_api.cannot_find_prog_unit_error
415: (p_module_name => 'AME_MANDATORY_ATTRIBUTES'
416: ,p_hook_type => 'AU');
417: --
418: end;
419: --