DBA Data[Home] [Help]

APPS.BOM_RTG_COPYORG_IMP dependencies on ERROR_HANDLER

Line 581: ERROR_HANDLER.Initialize;

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

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

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