TR_WR_TMPL_VW_L(SQL View) |
Index Back |
|---|---|
Approved TR Wire TemplatesView over the wire template table returning only those templates which have been approved. |
| SELECT A.SETID , A.TR_WR_TEMPLATE_ID , R.LANGUAGE_CD , R.DESCR FROM PS_TR_WR_TEMPLATE A , PS_TR_WR_TMPLT_LNG R WHERE APPR_STATUS = 'A' AND A.SETID = R.SETID AND A.TR_WR_TEMPLATE_ID = R.TR_WR_TEMPLATE_ID |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
|
| 2 | Character(12) | VARCHAR2(12) NOT NULL | Treasury Wires / Treasury Wire Templates This uniquely identifies templates within a Business Unit. | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |