JRNL_CF_BAL_H(SQL Table) |
Index Back |
---|---|
Archived JRNL_CF_BAL_TBL dataArchive History table for Journal Balances |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(8) | VARCHAR2(8) NOT NULL | Archive ID (see PSARCHTEMPLATE). | |
2 | Number(30,0) | DECIMAL(30) NOT NULL | Archive Batch Number | |
3 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: JRNL_HEADER.BUSINESS_UNIT |
|
4 | 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.
Default Value: JRNL_HEADER.JOURNAL_ID |
|
5 | Date(10) | DATE NOT NULL |
Specifies the date the journal was created.
Default Value: JRNL_HEADER.JOURNAL_DATE |
|
6 | 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".
Default Value: JRNL_HEADER.UNPOST_SEQ |
|
7 | Character(10) | VARCHAR2(10) NOT NULL |
Ledger
Prompt Table: BUBAL_LEDGRP_VW |
|
8 | Character(5) | VARCHAR2(5) NOT NULL |
Specifies the business unit associated with the control totals for a journal. There may be multiple sets of control totals for a single journal. For example, an interunit journal between two business units will specify two balancing business units and maintain control totals for each.
Default Value: JRNL_HEADER.BUSINESS_UNIT Prompt Table: SP_BU_GL_NONVW |
|
9 | Character(10) | VARCHAR2(10) NOT NULL |
Department
Prompt Table: DEPT_TBL |
|
10 | Character(8) | VARCHAR2(8) NOT NULL |
Operating Unit ChartField
Prompt Table: OPER_UNIT_TBL |
|
11 | Character(6) | VARCHAR2(6) NOT NULL |
Product ChartField
Prompt Table: PRODUCT_TBL |
|
12 | Character(5) | VARCHAR2(5) NOT NULL |
Fund Code
Prompt Table: FUND_TBL |
|
13 | Character(5) | VARCHAR2(5) NOT NULL |
Class Field
Prompt Table: CLASS_CF_TBL |
|
14 | Character(5) | VARCHAR2(5) NOT NULL |
Program Code ChartField
Prompt Table: PROGRAM_TBL |
|
15 | Character(8) | VARCHAR2(8) NOT NULL |
Budget Reference
Prompt Table: BUD_REF_TBL |
|
16 | Character(5) | VARCHAR2(5) NOT NULL |
Affiliate
Prompt Table: AFFILIATE_VW |
|
17 | Character(10) | VARCHAR2(10) NOT NULL |
IntraUnit Affiliate1
Prompt Table: %EDIT_INTRA01 |
|
18 | Character(10) | VARCHAR2(10) NOT NULL |
Operating Unit Affiliate
Prompt Table: %EDIT_INTRA02 |
|
19 | Character(10) | VARCHAR2(10) NOT NULL |
Expansion chartfield 1
Prompt Table: CHARTFIELD1_TBL |
|
20 | Character(10) | VARCHAR2(10) NOT NULL |
Expansion Chartfield 2
Prompt Table: CHARTFIELD2_TBL |
|
21 | Character(10) | VARCHAR2(10) NOT NULL |
Expansion Chartfield 3
Prompt Table: CHARTFIELD3_TBL |
|
22 | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField | |
23 | Character(4) | VARCHAR2(4) NOT NULL |
Book Code
Prompt Table: BOOK_CODE_TBL |
|
24 | Character(4) | VARCHAR2(4) NOT NULL | Adjustment Type | |
25 | Date(10) | DATE | The settlement date for a given cash -based transaction, or the start date for a Treasury Deal. | |
26 | Character(1) | VARCHAR2(1) NOT NULL | This field defines codes for Date field used in Journal lines record. The Different date fields can be used as the basis for alternate Posting to satisfy Trade Date/Settlement date requirements. | |
27 | Character(8) | VARCHAR2(8) NOT NULL | Budget Period | |
28 | Character(10) | VARCHAR2(10) NOT NULL | A unique key identifier that allows a treasury to classify distinct revaluation events as varying and divergent ca | |
29 | Character(2) | VARCHAR2(2) NOT NULL |
Balance Sheet Indicator
BS=Balance Sheet OB=Off Balance Sheet |
|
30 | Character(3) | VARCHAR2(3) NOT NULL |
Currency Code
Prompt Table: CURRENCY_CD_TBL |
|
31 | Character(3) | VARCHAR2(3) NOT NULL |
Foreign Currency Code
Prompt Table: FRGN_CURR_VW |
|
32 | JRNL_CNTL_DEBITS | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Specifies the expected total debit amount to be entered in a journal, in the business unit's base currency. It serves as a control total for comparison to the total amount of actually entered debits. |
33 | JRNL_TOTAL_DEBITS | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Represents a running total of the debit amounts in a journal entry. It is maintained by PeopleSoft General Ledger as lines are entered. |
34 | JRNL_CNTL_CREDITS | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Specifies the expected total credit amount to be entered in a journal, in the business unit's base currency. It serves as a control total for comparison to the total amount of actually entered credits. |
35 | JRNL_TOT_CREDITS | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Represents a running total of the credit amounts in a journal entry. It is maintained by PeopleSoft General Ledger as lines are entered. |
36 | CTL_FOREIGN_DEBITS | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Specifies the expected total debit amount to be entered in a journal, in a currency other than the business unit's base currency. It serves as a control total for comparison to the entered total amount of foreign currency debits. |
37 | TOT_FOREIGN_DEBITS | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Represents a running total of the foreign debit amounts in a journal entry. It is maintained by PeopleSoft General Ledger as lines are entered. Foreign amounts represent amounts in a currency different than the base currency of the business unit. |
38 | CTL_FOREIGN_CREDIT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Specifies the expected total credit amount to be entered in a journal, in a currency other than the business unit's base currency. It serves as a control total for comparison to the entered total amount of foreign currency credits. |
39 | TOT_FOREIGN_CREDIT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Represents a running total of the foreign credit amounts in a journal entry. It is maintained by PeopleSoft General Ledger as lines are entered. Foreign amounts represent amounts in a currency different than the base currency of the business unit. |
40 | JRNL_CNTL_UNITS | Signed Number(17,2) | DECIMAL(15,2) NOT NULL | Specifies the expected number of units to be entered in a journal. It serves as a control total for comparison to the total number of units actually entered. Units are entered only for journals that include statistical information. |
41 | JRNL_NET_UNITS | Signed Number(27,2) | DECIMAL(25,2) NOT NULL | Represents a running total of the statistical units in a journal entry. It is a hash total since there may be different types of units of measure reflected in a single journal. It is maintained by PeopleSoft General Ledger as lines are entered. |
42 | JRNL_CNTL_LINES | Number(9,0) | DECIMAL(9) NOT NULL | Specifies the expected number of journal lines to be included in a journal. It serves as a control total for comparison to the total number of lines actually entered. |
43 | JRNL_TOTAL_LINES | Number(9,0) | DECIMAL(9) NOT NULL | Represents a running total of the number of lines in a journal entry. It is maintained by PeopleSoft General Ledger as lines are entered. |
44 | JRNL_ADJUST_LINES | Number(9,0) | DECIMAL(9) NOT NULL | Journal Adjust Lines |
45 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |