INV_TRANSACTION_FLOW_LINES

INV_TRANSACTION_FLOW_LINES - the inter-company transaction flow nodes

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

INV_TXN_FLOW_LINES_PK

LINE_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
LINE_ID NUMBER 18 Yes Primary Key column for INV_TRANSACTION_FLOW_LINES
LINE_NUMBER NUMBER 18 Yes Line Number - The sequence of the inter-mediate node in the inter-company transaction flow.
HEADER_ID NUMBER 18 Yes Header Identifier - This is a foreign key to INV_TRANSACTION_FLOW_HEADERS table.
FROM_ORG_ID NUMBER 18 Yes This identifies the originating operating unit.
FROM_ORGANIZATION_ID NUMBER 18 Shipping / Procuring Inventory Organization for the transaction flow.
TO_ORG_ID NUMBER 18 Yes Selling / Receiving Operating Unit of the Inter-Company Transaction Flow.
TO_ORGANIZATION_ID NUMBER 18 Selling / Receiving Inventory Organization for the Inter-Company Transaction Flow.
CUST_TRX_TYPE_ID NUMBER Yes Customer transaction type identifier
INV_CURRENCY_CODE VARCHAR2 30 Invvenotry currency Code option 1 - Currency Code of From Business Unit 2 - Currency Code of To Business Unit 3 - Currency Code of Order
INTERNAL_PROFIT_TRACKING VARCHAR2 1 This column is used by Costing and the values it can hold are 'Y' and 'N'
MARKUP_PERCENTAGE NUMBER This columns holds the markup percentage value between the Business Units and used by Costing.
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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Lines DFF (INV_TXN_FLOW_LINES_DFF)
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
INV_TRANSACTION_FLOW_LINES inv_org_parameters FROM_ORGANIZATION_ID

Indexes

Index Uniqueness Tablespace Columns
INV_TXN_FLOW_LINES_U1 Unique Default HEADER_ID, FROM_ORG_ID, TO_ORG_ID
INV_TXN_FLOW_LINES_U2 Unique Default HEADER_ID, LINE_NUMBER
INV_TXN_FLOW_LINES_U3 Unique Default LINE_ID