Initial Backend functionality
This commit is contained in:
committed by
Ouellette Jonathan (CSC FI SPS MESLEO)
parent
24261d918b
commit
0eac3839ea
26
LSL2/STPROCINS/RETURN_TO_FAB_LOTS_EQUATES.txt
Normal file
26
LSL2/STPROCINS/RETURN_TO_FAB_LOTS_EQUATES.txt
Normal file
@ -0,0 +1,26 @@
|
||||
compile insert RETURN_TO_FAB_LOTS_EQUATES
|
||||
/*----------------------------------------
|
||||
Author : Table Create Insert Routine
|
||||
Written : 10/01/2025
|
||||
Description : Insert for Table RETURN_TO_FAB_LOTS
|
||||
----------------------------------------*/
|
||||
#ifndef __RETURN_TO_FAB_LOTS_EQUATES__
|
||||
#define __RETURN_TO_FAB_LOTS_EQUATES__
|
||||
|
||||
equ RETURN_TO_FAB_LOTS_CASS_ID$ to 1
|
||||
equ RETURN_TO_FAB_LOTS_LOT_TYPE$ to 2
|
||||
equ RETURN_TO_FAB_LOTS_REQUESTOR_USER_ID$ to 3
|
||||
equ RETURN_TO_FAB_LOTS_START_DTM$ to 4
|
||||
equ RETURN_TO_FAB_LOTS_MH_INIT_USER_ID$ to 5
|
||||
equ RETURN_TO_FAB_LOTS_MH_INIT_DTM$ to 6
|
||||
equ RETURN_TO_FAB_LOTS_EVAL_USER_ID$ to 7
|
||||
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
|
||||
|
||||
#endif
|
13
LSL2/STPROCINS/RETURN_TO_FAB_REASON_EQUATES.txt
Normal file
13
LSL2/STPROCINS/RETURN_TO_FAB_REASON_EQUATES.txt
Normal file
@ -0,0 +1,13 @@
|
||||
compile insert RETURN_TO_FAB_REASON_EQUATES
|
||||
/*----------------------------------------
|
||||
Author : Table Create Insert Routine
|
||||
Written : 10/01/2025
|
||||
Description : Insert for Table RETURN_TO_FAB_REASON
|
||||
----------------------------------------*/
|
||||
#ifndef __RETURN_TO_FAB_REASON_EQUATES__
|
||||
#define __RETURN_TO_FAB_REASON_EQUATES__
|
||||
|
||||
equ RETURN_TO_FAB_REASON_REASON_DESCRIPTION$ to 1
|
||||
equ RETURN_TO_FAB_REASON_ACTIVE$ to 2
|
||||
|
||||
#endif
|
13
LSL2/STPROCINS/RETURN_TO_FAB_RESULT_OPTION_EQUATES.txt
Normal file
13
LSL2/STPROCINS/RETURN_TO_FAB_RESULT_OPTION_EQUATES.txt
Normal file
@ -0,0 +1,13 @@
|
||||
compile insert RETURN_TO_FAB_RESULT_OPTION_EQUATES
|
||||
/*----------------------------------------
|
||||
Author : Table Create Insert Routine
|
||||
Written : 10/01/2025
|
||||
Description : Insert for Table RETURN_TO_FAB_RESULT_OPTION
|
||||
----------------------------------------*/
|
||||
#ifndef __RETURN_TO_FAB_RESULT_OPTION_EQUATES__
|
||||
#define __RETURN_TO_FAB_RESULT_OPTION_EQUATES__
|
||||
|
||||
equ RETURN_TO_FAB_RESULT_OPTION_RESULT$ to 1
|
||||
equ RETURN_TO_FAB_RESULT_OPTION_ACTIVE$ to 2
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user