DBA Data[Home] [Help]

APPS.GML_OPM_OM_CONV_MIG_PKG dependencies on MTL_TXN_REQUEST_LINES

Line 958: p_table_name => 'mtl_txn_request_lines',

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

Line 975: p_table_name => 'mtl_txn_request_lines',

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

Line 1008: UPDATE mtl_txn_request_lines

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