INV_TRANSACTION_FLOW_HEADERS

INV_TRANSACTION_FLOW_HEADERS is used to store the Start Business Unit and the End Business Unit of the inter-company transaction flow for Drop Ship, Global Procurement and Internal Orders flows.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

INV_TXN_FLOW_HDRS_PK

HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
HEADER_ID NUMBER 18 Yes Header Identifier for the Inter-Company transaction flow.
START_ORG_ID NUMBER 18 Yes Start Organization Identifier - This is the Start Operating Unit for a transaction flow.
END_ORG_ID NUMBER 18 Yes End Operating Unit for a Inter-Company Transaction Flow.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
FLOW_TYPE VARCHAR2 30 Yes The Inter-company Flow Type. The possible value for this column are: 1 - Shipping Flow2 - Procuring Flow.
ORGANIZATION_ID NUMBER 18 The default organization for the transactio flow. For shipping flow, this is the ship from inventory organization. For procuring flow, this is the ship to inventory organization.
QUALIFIER_CODE VARCHAR2 30 The qualifier code for inter-company transaction flow. This is a lookup code in mfg lookups with lookup type = 'INV_TRANSACTION_FLOW_QUALIFIER'
QUALIFIER_VALUE_ID NUMBER 18 The qualifier value for a particular qualifer. For 115.10 release, the value is the item category identifier.
START_DATE DATE Yes The start date when a Inter-company transaction flow is active.
END_DATE DATE The End Date when an Inter-Company transaction flow is active.
ASSET_ITEM_PRICING_OPTION VARCHAR2 30 The Pricing option for asset item. This column is enable for procuring flow. The possible value is 1 - PO Price, 2 - Transfer Price.
EXPENSE_ITEM_PRICING_OPTION VARCHAR2 30 The pricing option for expense item for procuring flow.The possible value is 1 - PO Price, 2 - Transfer Price.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_DFF)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction Flow Headers DFF (INV_TXN_FLOW_HEADERS_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_HEADERS inv_org_parameters ORGANIZATION_ID

Indexes

Index Uniqueness Tablespace Columns
INV_TXN_FLOW_HDRS_U1 Unique Default START_ORG_ID, END_ORG_ID, FLOW_TYPE, QUALIFIER_CODE, QUALIFIER_VALUE_ID, START_DATE, END_DATE, ORGANIZATION_ID
INV_TXN_FLOW_HDRS_U2 Unique Default HEADER_ID