TSE_JLNE_VW2(SQL View) |
Index Back |
---|---|
TSE Journal Line Field Log |
SELECT BUSINESS_UNIT ,JOURNAL_ID ,JOURNAL_DATE ,UNPOST_SEQ ,JOURNAL_LINE ,TSE_JOBID ,TSE_PROC_INSTANCE ,TSE_SET_NBR ,TSE_EDIT_TYPE ,TSE_FIELDNAME ,MESSAGE_SET_NBR ,MESSAGE_NBR ,MESSAGE_PARM ,MESSAGE_PARM2 ,MESSAGE_PARM3 FROM PS_TSE_JLNE_FLD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | JOURNAL_ID | Character(10) | VARCHAR2(10) NOT NULL | Identifies a journal entry, consisting of a header and one or more lines. The Journal ID itself does not have to be unique, but together with the journal business unit and journal date, it forms a unique journal identifier. |
3 | JOURNAL_DATE | Date(10) | DATE NOT NULL | Specifies the date the journal was created. |
4 | UNPOST_SEQ | Number(2,0) | SMALLINT NOT NULL | Identifies the sequence of journal entries when a journal is "unposted". When a journal is posted the UnPost Sequence is automatically set to "0". When a journal is unposted, a new reversing entry is automatically created with an UnPost Sequence of "1". |
5 | JOURNAL_LINE | Number(9,0) | DECIMAL(9) NOT NULL | Uniquely identifies a journal line with a sequence number. Within a single journal entry, the line sequence begins with 1 and automatically increments by 1 for each succeeding journal line. There can be any number of lines associated with a journal header. |
6 | TSE_JOBID | Character(10) | VARCHAR2(10) NOT NULL | TSE Job Identifier |
7 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
8 | TSE_SET_NBR | Number(6,0) | INTEGER NOT NULL | TSE Set Number |
9 | TSE_EDIT_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
TSE Edit Type
A=Application Edit D=Date Range Edit P=Prompt Table Edit R=Required Field Edit X=Translate Table Edit Y=Yes/No Edit |
10 | TSE_FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | TSE Field Name |
11 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
12 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |
13 | MESSAGE_PARM | Character(254) | VARCHAR2(254) NOT NULL | Message Parameter Text |
14 | MESSAGE_PARM2 | Character(30) | VARCHAR2(30) NOT NULL | Message Parameter 2 |
15 | MESSAGE_PARM3 | Character(30) | VARCHAR2(30) NOT NULL | Message Parameter 3 |