TRA_WIRE_TPL_VW(SQL View) | 
Index Back | 
|---|---|
TR Acctg Wire Tmpl Prompt TblTresury Wire - Accounting Templates View This view lists all Accounting Templates set up for Treasury Wires. PeopleCode: TRA_EVENT_CAL.TR_SOURCE_CD-RowInit | 
| SELECT SETID , ACCTG_TMPL_ID , DESCR60 FROM PS_TRA_TMPL_HDR WHERE SOURCE_TYPE = 'W' AND ACCTG_TMPL_STATUS = 'A' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(15) | VARCHAR2(15) NOT NULL | A unique key identifier that represents a predefined accounting template, that is a set of rules used to generate debits and credits. | |
| 3 | DESCR60 | Character(60) | VARCHAR2(60) NOT NULL | Description |