ELIM_LINE_TBL(SQL Table) |
Index Back |
|---|---|
Elimination Set Lines |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: ELIM_SET_TBL.SETID |
|
| 2 | Character(10) | VARCHAR2(10) NOT NULL |
Elimination Set
Default Value: ELIM_SET_TBL.ELIMINATION_SET |
|
| 3 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: ELIM_SET_TBL.EFFDT |
|
| 4 | 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.
Default Value: 1 |