PSC_ERP_JE_DET_HEADER
This table contains journal header information
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_ERP_JE_DET_HEADER_PK |
JE_HEADER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| JE_HEADER_ID | NUMBER | 18 | Yes | Unique identifier of a journal. | Active | |
| AGENCY_ID | NUMBER | 8 | Yes | Agency identifier associated with this journal. | Active | |
| ACCOUNTING_DATE | DATE | Yes | Accounting Date associated with this journal. | Active | ||
| LEDGER_ID | VARCHAR2 | 30 | Yes | Ledger this journal in intended for. | Active | |
| ACCOUNTING_EVENT_ID | VARCHAR2 | 30 | Accounting Event identifier associated with this journal. | Active | ||
| ACCOUNTING_RULE_GROUP | VARCHAR2 | 50 | Accounting Rule Group, if any, associated with this journal. | Active | ||
| ACCOUNTING_RULE_ID | VARCHAR2 | 50 | Accounting Rule identifier associated with this journal. | Active | ||
| JE_HEADER_STATUS | VARCHAR2 | 1 | Yes | Current status of this journal. | Active | |
| TOTAL_LINES | NUMBER | 9 | Yes | Total detail lines in this journal. | Active | |
| EVENT_LINE_ID | NUMBER | 18 | Unique key to the Accounting Transaction Log entry | |||
| BATCH_REQUEST_ID | VARCHAR2 | 30 | Batch request ID that created or updated this journal. | Active | ||
| ERP_BATCH_ID | VARCHAR2 | 30 | Batch request ID for transmitting into ERP. | Active | ||
| ADJUSTMENT_JOURNAL | VARCHAR2 | 1 | Yes | Adjustment Journal Yes No flag. | Active | |
| JOURNAL_DESCRIPTION | VARCHAR2 | 500 | This column is used to indicate User entered description. | Active | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | Active | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PSC_ERP_JE_DET_HEADER | psc_erp_event_trans_line | EVENT_LINE_ID |
| psc_erp_je_header_error | psc_erp_je_det_header | JE_HEADER_ID |
| psc_erp_je_det_line | psc_erp_je_det_header | JE_HEADER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| PSC_ERP_JE_DET_HEADER_FK2 | Non Unique | Default | EVENT_LINE_ID | |
| PSC_ERP_JE_DET_HEADER_PK | Unique | Default | JE_HEADER_ID | Active |