CLO_TGTCUR_VW(SQL View) |
Index Back |
|---|---|
Currency view for closingFilter Currency code for use during closing process. |
| SELECT currency_cd , effdt , descr , descrshort FROM ps_currency_cd_tbl |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | Currency Code | |
| 2 | Date(10) | DATE | Effective Date | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |