XLA_DIAG_LEDGERS
This table contains the information related to the ledgers used by the accounting program to create journal entries.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
XLA_DIAG_LEDGERS_PK |
LEDGER_ID, APPLICATION_ID, ACCOUNTING_REQUEST_ID, PRODUCT_RULE_CODE, PRODUCT_RULE_TYPE_CODE, AMB_CONTEXT_CODE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| APPLICATION_ID | NUMBER | 18 | Yes | Functional area within a software suite of products. For example: Financials, or Payroll. | |
| LEDGER_ID | NUMBER | 18 | Yes | Self-contained accounting information set for single or multiple legal or management entities. | |
| PRODUCT_RULE_CODE | VARCHAR2 | 30 | Yes | Code for the application accounting definition. | |
| PRODUCT_RULE_TYPE_CODE | VARCHAR2 | 1 | Yes | Owner for the application accounting definition. | |
| AMB_CONTEXT_CODE | VARCHAR2 | 30 | Yes | Internal context code that is associated to accounting method builder. | |
| ACCOUNTING_REQUEST_ID | NUMBER | 18 | Yes | Associated accounting program request identifier. | |
| PRIMARY_LEDGER_ID | NUMBER | 18 | Yes | Primary ledger internal identifier. | |
| SLA_LEDGER_ID | NUMBER | 18 | Yes | Subledger accounting ledger internal identifier. | |
| DESCRIPTION_LANGUAGE | VARCHAR2 | 15 | Abbreviated name associated with description language. | ||
| NLS_DESC_LANGUAGE | VARCHAR2 | 30 | NLS description language code. | ||
| CURRENCY_CODE | VARCHAR2 | 15 | Entered currency for the subledger journal entry line. | ||
| START_DATE_ACTIVE | DATE | Effective start date for accounting application definition. | |||
| END_DATE_ACTIVE | DATE | Effective end date for accounting application definition. | |||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| XLA_DIAG_LEDGERS_U1 | Unique | Default | LEDGER_ID, APPLICATION_ID, ACCOUNTING_REQUEST_ID, PRODUCT_RULE_CODE, PRODUCT_RULE_TYPE_CODE, AMB_CONTEXT_CODE |