FUN_INTERFACE_BATCHDISTS

Intercompany Batch Distributions Interface.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

FUN_INTERFACE_BATCHDISTS_PK

BATCH_DIST_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Batch identifier. Populated automatically for Oracle Fusion ERP Cloud services customers by the Load Interface File for Import program. Otherwise, use a positive integer.
LOAD_REQUEST_ID NUMBER 18 Oracle Enterprise Scheduler: request identifier of the job that created the row.
LINE_NUMBER NUMBER 18 Line number. Must be a unique whole number for the batch.
BATCH_DIST_ID NUMBER 18 Yes Batch distribution identifier.
CCID NUMBER 18 Account code combination identifier. Use the Manage Account Combinations task to identify valid values.
PERCENTAGE NUMBER Intercompany distribution amount percentage. Must be a whole number between 1 and 100. Validation: the sum for a batch must equal 100.
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 Import status code. Oracle internal use only.
ATTRIBUTE1 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Segment value: Intercompany Transaction Batch Distributions descriptive flexfield.
ATTRIBUTE_CATEGORY VARCHAR2 30 Context code for Intercompany Transaction Batch Distributions descriptive flexfield. Use the Manage Intercompany Descriptive Flexfields task to identify valid values. Use ATTRIBUTE1 to ATTRIBUTE15 for segment values.
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.
SEGMENT1 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT2 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT3 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT4 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT5 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT6 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT7 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT8 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT9 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT10 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT11 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT12 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT13 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT14 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT15 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT16 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT17 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT18 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT19 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT20 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT21 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT22 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT23 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT24 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT25 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT26 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT27 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT28 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT29 VARCHAR2 25 Key Flexfield: segment of the key flexfield.
SEGMENT30 VARCHAR2 25 Key Flexfield: segment of the key flexfield.

Foreign Keys

Table Foreign Table Foreign Key Column
FUN_INTERFACE_BATCHDISTS fun_interface_batches BATCH_ID
fun_interface_rejections fun_interface_batchdists BATCH_DIST_ID
fun_interface_dist_lines fun_interface_batchdists BATCH_DIST_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_INTERFACE_BATCHDISTS_N1 Non Unique Default BATCH_ID
FUN_INTERFACE_BATCHDISTS_U1 Unique Default BATCH_DIST_ID