Alarm trigger with NICA_ORDERS table

solution tested and ready for deployment

updated SRP_Git_Services to handle creating local copies of inherited entities

updated HgCV OCAP order trigger to also look for active prove-in orders

moved error services common into sysprog to avoid compilation issues
This commit is contained in:
Infineon\StieberD
2024-12-12 13:24:48 -07:00
parent 3cd56295dc
commit ab8f9d3c24
24 changed files with 3167 additions and 1571 deletions

View File

@ -1,13 +1,15 @@
compile insert PROC_QUEUE_EQUATES
/*----------------------------------------
Author : Table Create Insert Routine
Written : 15/01/2020
Author : Table Create Insert Routine
Written : 09/12/2024
Description : Insert for Table PROC_QUEUE
----------------------------------------*/
#ifndef __PROC_QUEUE_EQUATES__
#define __PROC_QUEUE_EQUATES__
equ PROC_QUEUE.PROC_NAME$ to 1
equ PROC_QUEUE.PARAMS$ to 2
equ PROC_QUEUE.LAST_ATTEMPT_DTM$ to 3
equ PROC_QUEUE.ERROR$ to 4
Equ PROC_QUEUE.REQ_ID$ To 0
Equ PROC_QUEUE.PROC_NAME$ To 1
Equ PROC_QUEUE.PARAMS$ To 2
Equ PROC_QUEUE.COMP_DTM$ To 3
Equ PROC_QUEUE.ERROR$ To 4
#endif