Re-indexed the RTFLots table column numbers

This commit is contained in:
Infineon\Ouellette 2025-01-20 14:21:58 -07:00 committed by Ouellette Jonathan (CSC FI SPS MESLEO)
parent 585f54f547
commit f9573b518c

View File

@ -1,7 +1,7 @@
compile insert RETURN_TO_FAB_LOTS_EQUATES
/*----------------------------------------
Author : Table Create Insert Routine
Written : 13/01/2025
Written : 20/01/2025
Description : Insert for Table RETURN_TO_FAB_LOTS
----------------------------------------*/
#ifndef __RETURN_TO_FAB_LOTS_EQUATES__
@ -17,11 +17,11 @@ compile insert RETURN_TO_FAB_LOTS_EQUATES
equ RETURN_TO_FAB_LOTS_EVAL_RESULT_ID$ to 8
equ RETURN_TO_FAB_LOTS_EVAL_DTM$ to 9
equ RETURN_TO_FAB_LOTS_FINAL_COMPLETE_USER_ID$ to 10
equ RETURN_TO_FAB_LOTS_FINAL_COMPLETE_DTM$ to 12
equ RETURN_TO_FAB_LOTS_COMPLETED$ to 13
equ RETURN_TO_FAB_LOTS_COMPLETED_DTM$ to 14
equ RETURN_TO_FAB_LOTS_REASON$ to 15
equ RETURN_TO_FAB_LOTS_NOTES$ to 16
equ RETURN_TO_FAB_LOTS_NOTES_USER$ to 17
equ RETURN_TO_FAB_LOTS_FINAL_COMPLETE_DTM$ to 11
equ RETURN_TO_FAB_LOTS_COMPLETED$ to 12
equ RETURN_TO_FAB_LOTS_COMPLETED_DTM$ to 13
equ RETURN_TO_FAB_LOTS_REASON$ to 14
equ RETURN_TO_FAB_LOTS_NOTES$ to 15
equ RETURN_TO_FAB_LOTS_NOTES_USER$ to 16
#endif