TL_WORK_RT_VW(SQL View) |
Index Back |
---|---|
Work Tables viewWork Tables view for Run Time (temporary) tables allowing Deletes (indicating that it is OK to truncate this table in a rule). This particular view excludes TL_IPT1 and is used when prompting for tables in rule step setup for Truncate steps. |
SELECT W.RECNAME , D.RECDESCR FROM PS_TL_WORK_TABLES W , PSRECDEFN D WHERE W.RECNAME = D.RECNAME AND W.SQL_ACCESS_D = 'Y' AND W.TA_RUNTIME_TBL = 'Y' AND W.RECNAME <> 'TL_IPT1' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL |
Record (Table) Name (see PSRECDEFN).
Prompt Table: RECDEFN_VW |
2 | RECDESCR | Character(30) | VARCHAR2(30) NOT NULL | Record Description |