TL_RECFIELD_VW1(SQL View) |
Index Back |
---|---|
Fields From All TL Work TblsThis table holds all fields for every table in TL_WORK_TABLES. This table is populated by SQR TLRECFLD, and must be refreshed when any tables in TL_WORK_TABLES are modified. the reason this is not dynamic is because the SQR will "flow" through 5 levels of subrecords to resolve subrecord/field relationships. |
SELECT RECNAME , FIELDNAME , USEEDIT , FIELDNUM FROM PS_TL_RECFIELD_TBL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TGT_RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Target Record (Table) Name |
2 | TGT_FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name |
3 | USEEDIT | Number(10,0) | DECIMAL(10) NOT NULL | Field Use and Edit Flags- USEEDIT reference |
4 | FIELDNUM | Number(4,0) | SMALLINT NOT NULL | Field Number |