GP_TXN(SQL Table) |
Index Back |
---|---|
Forecast Transaction DefinitioAbsence Forecasting Transaction Definition. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | COUNTRY | Character(3) | VARCHAR2(3) NOT NULL | Country |
2 | TXN_ID | Number(5,0) | INTEGER NOT NULL | Transaction ID |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: GP_TXN.DESCR |
5 | CAL_RUN_ID | Character(18) | VARCHAR2(18) NOT NULL |
Calendar Run Id
Prompt Table: GP_CAL_TMPLT_VW |
6 | TXN_RSLT_OPTN | Character(1) | VARCHAR2(1) NOT NULL |
Transaction Result Option controls which result tables will be stored during the absence forecast processing.
N=Do Not Write Results T=Use Temporary Tables Default Value: T |