DBA Data[Home] [Help]

APPS.AME_APU_UPD dependencies on AME_APPROVER_TYPE_USAGES

Line 84: -- Update the ame_approver_type_usages Row

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

Line 86: update ame_approver_type_usages

82: --
83: --
84: -- Update the ame_approver_type_usages Row
85: --
86: update ame_approver_type_usages
87: set
88: approver_type_id = p_rec.approver_type_id
89: ,action_type_id = p_rec.action_type_id
90: ,object_version_number = p_rec.object_version_number

Line 410: (p_module_name => 'AME_APPROVER_TYPE_USAGES'

406: --
407: when hr_api.cannot_find_prog_unit then
408: --
409: hr_api.cannot_find_prog_unit_error
410: (p_module_name => 'AME_APPROVER_TYPE_USAGES'
411: ,p_hook_type => 'AU');
412: --
413: end;
414: --