FUN_INTERFACE_BATCHES

Intercompany Batches Interface.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

FUN_INTERFACE_BATCHES_PK

BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
SOURCE VARCHAR2 25 Yes Source of the intercompany transaction.
LOAD_REQUEST_ID NUMBER 18 Oracle Enterprise Scheduler: request identifier of the interface load job that created the row.
GROUP_ID NUMBER 18 Yes Group identifier that is populated automatically for Oracle Cloud customers by the Load Interface File for Import program. Otherwise, use a positive integer.
BATCH_ID NUMBER 18 Yes Batch identifier that is populated automatically for Oracle Cloud customers. Otherwise, use a positive integer.
BATCH_NUMBER VARCHAR2 20 Intercompany batch number. Used if the Intercompany System Options Batch Numbering property is not set to Automatic. Must be a positive integer.
INITIATOR_ID NUMBER 18 Oracle internal use only. Initiator identifier.
INITIATOR_NAME VARCHAR2 360 Initiator name. Use the Manage Intercompany Organizations task to identify valid values.
FROM_LE_ID NUMBER 18 Oracle internal use only. Identifies the from legal entity for the intercompany batch.
FROM_LE_NAME VARCHAR2 30 From legal entity name. Use the Manage Intercompany Organizations task to identify valid values.
FROM_LEDGER_ID NUMBER 18 From ledger identifier. Use the Use the Manage Primary Ledgers task to identify valid values.
CONTROL_TOTAL NUMBER Control total amount. Amount must be equal to RUNNING_TOTAL_DR and equal to RUNNING_TOTAL_CR.
RUNNING_TOTAL_CR NUMBER Running total credit.
RUNNING_TOTAL_DR NUMBER Running total debit.
CURRENCY_CODE VARCHAR2 15 Currency of the intercompany batch. Use the Manage Currencies task to identify valid values. The three character ISO code must be used. Example: US Dollars is USD.
EXCHANGE_RATE_TYPE VARCHAR2 30 Type of exchange rate. Use the Manage Conversion Rate Types task to identify valid values.
DESCRIPTION VARCHAR2 240 Intercompany interface batch description. Free text field. Not validated.
TRX_TYPE_ID NUMBER 18 Oracle internal use only. Transaction type identifier. You can also use TRX_TYPE_CODE or TRX_TYPE_NAME.
TRX_TYPE_CODE VARCHAR2 15 Transaction type code. Use the Manage Intercompany Transaction Types task to identify valid values. Use either TRX_TYPE_CODE or TRX_TYPE_NAME, but not both.
TRX_TYPE_NAME VARCHAR2 25 Transaction type name. Use the Manage Intercompany Transaction Types task to identify valid values. Use either TRX_TYPE_CODE or TRX_TYPE_NAME, but not both.
GL_DATE DATE Yes Effective date of the batch. Used to assign the accounting period.
BATCH_DATE DATE Yes Batch date of the intercompany batch. Date format: YYYY/MM/DD.
REJECT_ALLOWED_FLAG VARCHAR2 1 Oracle internal use only. Reject allowed option. Populated by Import Intercompany Transactions process.
FROM_RECURRING_BATCH_ID NUMBER 18 Oracle internal use only. From recurring batch identifier.
ATTRIBUTE1 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Segment value: Intercompany Transaction Batches descriptive flexfield.
ATTRIBUTE_CATEGORY VARCHAR2 30 Context code for Intercompany Transaction Batches descriptive flexfield. Use the Manage Intercompany Descriptive Flexfields task to identify valid values. Use ATTRIBUTE1 to ATTRIBUTE15 for segment values.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.
IMPORT_STATUS_CODE VARCHAR2 15 Oracle internal use only. Import status code. Populated by the interface import program.
NOTE VARCHAR2 240 Note for providing descriptive information. Free text field. Not validated.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is increased every time 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.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
FUN_INTERFACE_BATCHES fun_interface_controls GROUP_ID
fun_interface_rejections fun_interface_batches BATCH_ID
fun_interface_headers fun_interface_batches BATCH_ID
fun_interface_batchdists fun_interface_batches BATCH_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_INTERFACE_BATCHES_N1 Non Unique Default GROUP_ID, SOURCE
FUN_INTERFACE_BATCHES_U1 Unique Default BATCH_ID