XLA_TRANSACTION_CONTROL_DETAIL
This table stores information about dynamic interface tables created for each event class imported into the Accounting Hub for a specific processing group.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
XLA_TRANSACTION_CTRL_DETAIL_PK |
INTERFACE_CONTROL_ID, EVENT_CLASS_CODE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
INTERFACE_CONTROL_ID | NUMBER | 18 | Yes | Identifier of the processing group. | |
EVENT_CLASS_CODE | VARCHAR2 | 30 | Yes | The short name of the event class associated with the imported transaction. | |
HEADER_INTERFACE_TABLE_NAME | VARCHAR2 | 30 | Name of the interface table that contains the transaction header data for this processing group. | ||
LINE_INTERFACE_TABLE_NAME | VARCHAR2 | 30 | Name of the interface table that contains the transaction line data for this processing group. | ||
REVERSAL_INTERFACE_TABLE_NAME | VARCHAR2 | 30 | Name of interface table that contains the transaction reversal data for this processing group. | ||
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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
XLA_TRANSACTION_CTRL_DETAIL_U1 | Unique | Default | INTERFACE_CONTROL_ID, EVENT_CLASS_CODE |