Initial Backend functionality

This commit is contained in:
Infineon\Ouellette
2025-01-10 17:33:46 -07:00
committed by Ouellette Jonathan (CSC FI SPS MESLEO)
parent 24261d918b
commit 0eac3839ea
4 changed files with 407 additions and 0 deletions

View 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

View 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

View 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