FUN_TRX_LINES

FUN_TRX_LINES contains some line level information for an intercompany transaction. Each row in FUN_TRX_HEADERS currently maps to one row in FUN_TRX_LINES.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

FUN_TRX_LINES_PK

LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
LINE_ID NUMBER 18 Yes Unique system generated identifier for the line.
TRX_ID NUMBER 18 Yes Unique system generated identifier for the transaction.
LINE_NUMBER NUMBER 18 Yes Number assigned to the transaction line.
LINE_TYPE_FLAG VARCHAR2 1 Yes Flag indicating the type of line.
INIT_AMOUNT_CR NUMBER Credit amount for the provider organization.
INIT_AMOUNT_DR NUMBER Debit amount for the provider organization.
RECI_AMOUNT_CR NUMBER Credit amount for the receiver organization.
RECI_AMOUNT_DR NUMBER Debit amount for the receiver organization.
DESCRIPTION VARCHAR2 250 Description of the intercompany lines .
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.
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_TRX_LINES fun_trx_headers TRX_ID
fun_dist_lines fun_trx_lines LINE_ID

Indexes

Index Uniqueness Tablespace Columns
FUN_TRX_LINES_U1 Unique Default LINE_ID
FUN_TRX_LINES_N1 Non Unique Default TRX_ID