added fabtime shift calendar

This commit is contained in:
Infineon\StieberD
2024-10-03 17:36:01 -07:00
committed by Stieber Daniel (CSC FI SPS MESLEO)
parent 291f050338
commit b443f237a1
7 changed files with 640 additions and 4419 deletions

View File

@ -0,0 +1,16 @@
compile insert SHIFT_CALENDAR_EQUATES
/*----------------------------------------
Author : Table Create Insert Routine
Written : 03/10/2024
Description : Insert for Table SHIFT_CALENDAR
----------------------------------------*/
#ifndef __SHIFT_CALENDAR_EQUATES__
#define __SHIFT_CALENDAR_EQUATES__
equ SHIFT_CALENDAR.START_DTM$ to 1
equ SHIFT_CALENDAR.END_DTM$ to 2
equ SHIFT_CALENDAR.FISCAL_WEEK$ to 3
equ SHIFT_CALENDAR.FISCAL_MONTH$ to 4
equ SHIFT_CALENDAR.FISCAL_QUARTER$ to 5
#endif