DBA Data[Home] [Help]

APPS.AME_ITC_UPD dependencies on AME_ITEM_CLASSES

Line 81: -- Update the ame_item_classes Row

77: ame_itc_shd.get_object_version_number
78: (p_item_class_id => p_rec.item_class_id
79: );
80: --
81: -- Update the ame_item_classes Row
82: --
83: update ame_item_classes
84: set
85: item_class_id = p_rec.item_class_id

Line 83: update ame_item_classes

79: );
80: --
81: -- Update the ame_item_classes Row
82: --
83: update ame_item_classes
84: set
85: item_class_id = p_rec.item_class_id
86: ,name = p_rec.name
87: ,object_version_number = p_rec.object_version_number

Line 392: (p_module_name => 'AME_ITEM_CLASSES'

388: --
389: when hr_api.cannot_find_prog_unit then
390: --
391: hr_api.cannot_find_prog_unit_error
392: (p_module_name => 'AME_ITEM_CLASSES'
393: ,p_hook_type => 'AU');
394: --
395: end;
396: --