FUN_BATCH_DISTS

This table contains the distribution details if a user has entered distributions using the automatic proration mode. The amounts entered are prorated for the recipients and distributions lines are created in FUN_DIST_LINES.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

FUN_BATCH_DISTS_PK

BATCH_DIST_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
BATCH_DIST_ID NUMBER 18 Yes Intercompany batch distribution identifier.
LINE_NUMBER NUMBER Yes Intercompany batch distribution line number.
BATCH_ID NUMBER 18 Yes Intercompany batch identifier.
CCID NUMBER 18 Account code combination of the intercompany distribution.
PERCENTAGE NUMBER Percentage allocation of the intercompany distribution.
DESCRIPTION VARCHAR2 240 Intercompany batch distribution description.
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.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Intercompany Transaction Batch Distributions (FUN_BATCH_DISTS)
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FUN_BATCH_DISTS fun_trx_batches BATCH_ID
FUN_BATCH_DISTS gl_code_combinations CCID
fun_dist_lines fun_batch_dists BATCH_DIST_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_BATCH_DISTS_N1 Non Unique Default BATCH_ID
FUN_BATCH_DISTS_U1 Unique Default BATCH_DIST_ID