DBA Data[Home] [Help]

APPS.EAM_ASSET_NUMBER_PVT dependencies on EAM_TEXT_UTIL

Line 402: eam_text_util.process_asset_update_event

398:
399: x_object_id := l_instance_rec.instance_id;
400:
401: /* Bug # 5339642 : Call Text index procedure for inserting the row in EAT */
402: eam_text_util.process_asset_update_event
403: (
404: p_event => 'INSERT'
405: ,p_instance_id => l_instance_rec.instance_id
406: );

Line 788: eam_text_util.process_asset_update_event

784: RAISE FND_API.G_EXC_ERROR;
785: END IF;
786:
787: /* Bug # 5339642 : Call Text index procedure for inserting the row in EAT */
788: eam_text_util.process_asset_update_event
789: (
790: p_event => 'UPDATE'
791: ,p_instance_id => l_instance_rec.instance_id
792: );