DOC_TYPE_DIS_VW(SQL View) |
Index Back |
---|---|
Doc TypesSearch Record for Document Types |
SELECT B.JRNL_CODE , A.DOC_TYPE , A.DESCR FROM PS_DOC_TYPE_TBL A , PS_JRNL_CODE_TBL B WHERE A.SETID = B.SETID AND A.JRNL_CODE = B.JRNL_CODE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | JRNL_CODE | Character(8) | VARCHAR2(8) NOT NULL | Journal Code |
2 | DOC_TYPE | Character(8) | VARCHAR2(8) NOT NULL | Specifies the business purpose of a financial transaction in countries that require all financial transactions to be tracked as "documents". A Document Type is associated with one and only one Journal Code. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |