XLA_TRANSACTION_INT_CONTROLS
This table stores information of each processing group imported to Accounting Hub including its processing status and associated application.
Details
-
Schema: FUSION
-
Object owner: XLA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
XLA_TRANSACTION_INT_CTLS_PK |
INTERFACE_CONTROL_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
INTERFACE_CONTROL_ID | NUMBER | 18 | Yes | Identifier of the processing group. | |
APPLICATION_ID | NUMBER | 18 | Yes | Functional area within a software suite of products. For example, Financials or Payroll. | |
PROCESSING_GROUP_NAME | VARCHAR2 | 100 | Yes | Name of the processing group for this request. | |
COMBINED_IMPORT_AND_LOAD_FLAG | VARCHAR2 | 1 | Yes | Indicates whether the initial request for this processing group is only to load data to the interface table, or also import the transactions to Accounting Hub. | |
HEADER_INTERFACE_TABLE_NAME | VARCHAR2 | 30 | Yes | 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. | ||
STATUS_CODE | VARCHAR2 | 30 | Yes | Status of the import of transaction data from the file, into the interface table, and from there into the transaction table, for this processing group. | |
IMPORT_REQUEST_ID | NUMBER | 18 | Request ID of the request that is importing this processing group from the interface table. | ||
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_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
REVERSAL_INTERFACE_TABLE_NAME | VARCHAR2 | 30 | Name of interface table that contains the transaction reversal data for this processing group. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
xla_transaction_int_requests | xla_transaction_int_controls | INTERFACE_CONTROL_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
XLA_TRANSACTION_INT_CTLS_U1 | Unique | Default | INTERFACE_CONTROL_ID |
XLA_TRANSACTION_INT_CTLS_U2 | Unique | Default | PROCESSING_GROUP_NAME |