ELIM_CHRTFD_TBL(SQL Table) |
Index Back |
---|---|
Elimination Set ChartFields |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: ELIM_SET_TBL.SETID |
2 | ELIMINATION_SET | Character(10) | VARCHAR2(10) NOT NULL |
Elimination Set
Default Value: ELIM_SET_TBL.ELIMINATION_SET |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: ELIM_SET_TBL.EFFDT |
4 | 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.
Default Value: ELIM_LINE_TBL.JOURNAL_LINE |
5 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL |
Field Name (see PSDBFIELD).
Prompt Table: CFS_TMPLT_VW |
6 | USE_TREE_NODE_SW | Character(1) | VARCHAR2(1) NOT NULL |
Use Tree Node
Y/N Table Edit Default Value: N |
7 | CHARTFIELD_VALUE | Character(30) | VARCHAR2(30) NOT NULL |
ChartField Value
Prompt Table: %EDITTABLE |
8 | BALANCE_FWD_SW | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates (Y or N) whether or not the YTD balance for an account type or for a statistical account will be rolled forward to Period 0 of the next year.
N=Not Carry Forward O=Other Y=Carry Forward Y/N Table Edit Default Value: N |