DBA Data[Home] [Help]

APPS.BOM_RTG_COPYORG_IMP dependencies on ERROR_HANDLER

Line 578: ERROR_HANDLER.Initialize;

574: i := i + 1;
575: END LOOP;
576: CLOSE rtg_op_networks_CUR;
577: BOM_GLOBALS.Set_Caller_Type('MIGRATION');
578: ERROR_HANDLER.Initialize;
579: BOM_RTG_PUB.Process_RTG(p_rtg_header_rec => l_rtg_header_rec
580: , p_rtg_revision_tbl => l_rtg_revision_tbl
581: , p_operation_tbl => l_operation_tbl
582: , p_op_resource_tbl => l_op_resource_tbl

Line 618: ERROR_HANDLER.Get_Message(x_entity_index => l_msg_index,

614: END IF;
615:
616: FOR i IN 1..X_msg_count LOOP
617: BEGIN
618: ERROR_HANDLER.Get_Message(x_entity_index => l_msg_index,
619: x_entity_id => l_entity,
620: x_message_text => l_message,
621: x_message_type => l_message_type);
622: