DBA Data[Home] [Help]

APPS.AME_ITU_UPD dependencies on AME_ITEM_CLASS_USAGES

Line 84: -- Update the ame_item_class_usages Row

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

Line 86: update ame_item_class_usages

82: --
83: --
84: -- Update the ame_item_class_usages Row
85: --
86: update ame_item_class_usages
87: set
88: application_id = p_rec.application_id
89: ,item_class_id = p_rec.item_class_id
90: ,item_id_query = p_rec.item_id_query

Line 410: (p_module_name => 'AME_ITEM_CLASS_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_ITEM_CLASS_USAGES'
411: ,p_hook_type => 'AU');
412: --
413: end;
414: --