GPBR_LAYOUT_CON(SQL Table) |
Index Back |
---|---|
Field conversion valuesContains field conversion values for file layout based brazilian reports . |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | GPBR_LAYOUT_ID | Character(15) | VARCHAR2(15) NOT NULL | Layout identificator. |
2 | GPBR_ROW_SEQUENCE | Number(3,0) | SMALLINT NOT NULL | Row sequence in the layout. |
3 | GPBR_FLD_SEQUENCE | Number(4,0) | SMALLINT NOT NULL | Field sequence in a given row and layout. |
4 | GPBR_FROM_VALUE | Character(30) | VARCHAR2(30) NOT NULL | Value which has to be replaced with other value. |
5 | GPBR_TO_VALUE | Character(30) | VARCHAR2(30) NOT NULL | Target value used to replace a source value in the layout field. |