DBA Data[Home] [Help]

APPS.GML_OPM_OM_CONV_MIG_PKG dependencies on MTL_TXN_REQUEST_LINES

Line 954: p_table_name => 'mtl_txn_request_lines',

950: GMA_COMMON_LOGGING.gma_migration_central_log (
951: p_run_id => p_migration_run_id,
952: p_log_level => FND_LOG.LEVEL_ERROR,
953: p_message_token => 'GMI_UNEXPECTED_ERROR',
954: p_table_name => 'mtl_txn_request_lines',
955: p_context => 'Create_Move_Order_Lines',
956: p_token1 => 'ERROR',
957: p_param1 => fnd_msg_pub.get_detail(i, NULL),
958: p_param2 => NULL,

Line 971: p_table_name => 'mtl_txn_request_lines',

967: GMA_COMMON_LOGGING.gma_migration_central_log (
968: p_run_id => p_migration_run_id,
969: p_log_level => FND_LOG.LEVEL_ERROR,
970: p_message_token => 'INV_ERROR_CREATING_MO',
971: p_table_name => 'mtl_txn_request_lines',
972: p_context => 'Create_Move_Order_Lines',
973: p_param1 => l_mo_header_id,
974: p_param2 => move_order_line_rec.inventory_item_id,
975: p_param3 => open_order_line_rec.line_id,

Line 1004: UPDATE mtl_txn_request_lines

1000: -- 5601081 rework
1001: -- need to populate to_locator_id as Create_move_order_line API
1002: -- is not honoring to_locator_id input for MOL
1003:
1004: UPDATE mtl_txn_request_lines
1005: SET to_locator_id = l_to_locator_id
1006: WHERE line_id = l_line_id;
1007: GMI_RESERVATION_UTIL.PrintLn(' newly created move_order_line :-' || l_line_id);
1008: GMI_RESERVATION_UTIL.PrintLn(' locator_id updated to :- ' || l_to_locator_id);