DOC_TYPE_VW3(SQL View) |
Index Back |
---|---|
SrchRec for Doc TypesSearch Record for Document Types |
SELECT B.SETID, 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 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | JRNL_CODE | Character(8) | VARCHAR2(8) NOT NULL | Journal Code |
3 | 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. |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |