FUN_DIST_LINES

FUN_DIST_LINES stores the distributions for the Intercompany transactions. Both recipient and initiator distributions are stored in this table. Valid values for Party_type_flag are I for Provider and R for Receiver. Valid values for dist_type_flag are R for receivables, P for payables and L for manually entered distribution.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

FUN_DIST_LINES_PK

DIST_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping Status
DIST_ID NUMBER 18 Yes Intercompany distribution identifier. Active
LINE_ID NUMBER 18 Yes Intercompany distribution line identifier. Active
DIST_NUMBER NUMBER Yes Intercompany distribution number. Active
PARTY_ID NUMBER 18 Yes Intercompany distribution number. Active
PARTY_TYPE_FLAG VARCHAR2 1 Yes Intercompany distribution number. Active
DIST_TYPE_FLAG VARCHAR2 1 Yes Intercompany distribution number. Active
BATCH_DIST_ID NUMBER 18 Intercompany batch distribution identifier. Active
AMOUNT_CR NUMBER Intercompany credit distribution amount. Active
AMOUNT_DR NUMBER Intercompany debit distribution amount. Active
CCID NUMBER 18 Intercompany distribution account code combination. Active
DESCRIPTION VARCHAR2 250 Intercompany distribution line description. Active
AUTO_GENERATE_FLAG VARCHAR2 1 Yes Intercompany distribution auto generation flag. Active
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Intercompany Transaction Distributions (FUN_DIST_LINES) Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
TRX_ID NUMBER 18 Identifier of the intercompany transaction. Active
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. Active
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.
ACCOUNTED_DR NUMBER Debit amount in the accounting currency of the ledger.
ACCOUNTED_CR NUMBER Credit amount in the accounting currency of the ledger.
CURRENCY_CONVERSION_TYPE VARCHAR2 30 Currency conversion type to convert due to or due from currency to accounting currency.
CURRENCY_CONVERSION_DATE DATE Date of currency conversion from due to or due from to accounting currency.
CURRENCY_CONVERSION_RATE NUMBER Rate of currency conversion from due to or due from to accounting currency.
AMOUNT_TYPE_CODE VARCHAR2 30 Unique abbreviated name assigned to an amount type that's also used for reporting.
DUE_TO_FROM_CURR_CODE VARCHAR2 15 Currency in which an intercompany transaction is received by the reciever.

Foreign Keys

Table Foreign Table Foreign Key Column
FUN_DIST_LINES fun_trx_lines LINE_ID
FUN_DIST_LINES fun_trx_headers TRX_ID
FUN_DIST_LINES fun_batch_dists BATCH_DIST_ID
FUN_DIST_LINES gl_code_combinations CCID
FUN_DIST_LINES fun_interco_organizations PARTY_ID

Indexes

Index Uniqueness Tablespace Columns Status
FUN_DIST_LINES_N1 Non Unique FUSION_TS_TX_IDX LINE_ID
FUN_DIST_LINES_N2 Non Unique FUSION_TS_TX_IDX TRX_ID Obsolete
FUN_DIST_LINES_N3 Non Unique FUSION_TS_TX_IDX PARTY_ID Active
FUN_DIST_LINES_N4 Non Unique Default TRX_ID, PARTY_TYPE_FLAG
FUN_DIST_LINES_U1 Unique FUSION_TS_TX_IDX DIST_ID Active