GP_GENRPT_ROW(SQL Table) |
Index Back |
---|---|
Generic report setup - Row/ColChild record for the generic report setup Definition of the rows or columns of the report |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | GP_GENRPT_ID | Character(10) | VARCHAR2(10) NOT NULL | Code of the generic report |
2 | GP_GENRPT_ROW_NUM | Number(5,0) | INTEGER NOT NULL | Used as counter for row or column number |
3 | LABEL1 | Character(15) | VARCHAR2(15) NOT NULL | User Field 1-Label, this label will be displayed in the Self Service Absences Transactions Pages |
4 | LABEL2 | Character(15) | VARCHAR2(15) NOT NULL | User Field 2-Label, this label will be displayed in the Self Service Absences Transactions Pages |
5 | GP_GENRPT_USER_KEY | Character(2) | VARCHAR2(2) NOT NULL |
User keys used in generic report
1=User Key1 10=User Key 1 2=User Key2 20=User Key 2 3=User Key3 30=User Key 3 4=User Key4 40=User Key 4 5=User Key5 6=User Key6 |
6 | GP_GENRPT_LBL_IND | Character(1) | VARCHAR2(1) NOT NULL |
Indicated if the column shows a label instead of a value
Y/N Table Edit Default Value: N |
7 | GP_PRINT_TOTAL | Character(1) | VARCHAR2(1) NOT NULL |
Indicates if the totals must be printed or not for the set of elements (row or column)
Y/N Table Edit Default Value: Y |
8 | GP_SUPPRESS_ROW | Character(1) | VARCHAR2(1) NOT NULL |
Indicator field to suppress entire row if column value is zero on accumulator generic reports
Y/N Table Edit Default Value: N |
9 | GP_GENRPT_CAL_IND | Character(1) | VARCHAR2(1) NOT NULL |
Indicator field for printing calendar ID on accumulator type generic report
Y/N Table Edit Default Value: N |