DATE_CD_VW(SQL View) |
Index Back |
---|---|
Date Code ViewThe view is used in the JOURNAL ENTRY page to select the date codes values when creating date code adjustment lines. |
SELECT DATE_CODE , DESCR FROM PS_DATE_CODE_TBL WHERE POST_LEDGER = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DATE_CODE | Character(1) | VARCHAR2(1) NOT NULL | This field defines codes for Date field used in Journal lines record. The Different date fields can be used as the basis for alternate Posting to satisfy Trade Date/Settlement date requirements. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |