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 794: eam_text_util.process_asset_update_event

790: RAISE FND_API.G_EXC_ERROR;
791: END IF;
792:
793: /* Bug # 5339642 : Call Text index procedure for inserting the row in EAT */
794: eam_text_util.process_asset_update_event
795: (
796: p_event => 'UPDATE'
797: ,p_instance_id => l_instance_rec.instance_id
798: );