INV_TRANSACTION_TYPES_B

INV_TRANSACTION_TYPES contains seeded transaction types and the user defined ones. USER_DEFINED_FLAG will distinguish the two. The table also stores the TRANSACTION_ACTION_ID and TRANSACTION_SOURCE_TYPE_ID that is associated with each transaction type. . . .

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

INV_TRANSACTION_TYPES_B_PK

TRANSACTION_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
TRANSACTION_TYPE_ID NUMBER 18 Yes Identifies the transaction type.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.
TRANSACTION_ACTION_ID VARCHAR2 30 Yes Transaction action identifer that is associated with this type
TRANSACTION_SOURCE_TYPE_ID NUMBER 18 Yes Transaction source type identifier that is associated with this transaction type
END_DATE DATE Date that this transaction type will be disabled
START_DATE DATE Date that this transaction type will be activated
USER_DEFINED_FLAG VARCHAR2 1 Yes Set to 'Y' if this type is user-defined
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Transaction types (INV_TRANSACTION_TYPES)
TYPE_CLASS NUMBER 18 Specifies if the transaction type is Project related
SHORTAGE_MSG_BACKGROUND_FLAG VARCHAR2 1 Flag indicating background notification should be provided for this transaction
SHORTAGE_MSG_ONLINE_FLAG VARCHAR2 1 Flag indicating online message should be provided for this transaction
STATUS_CONTROL_FLAG NUMBER 18 Indicates if the transaction type is controlled by status(1) or not (2) - Used by WMS only
LOCATION_REQUIRED_FLAG VARCHAR2 1 Flag to indicate whether the Location is mandatory for the given Transaction.
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
INV_TRANSACTION_TYPES_B inv_txn_source_types_b TRANSACTION_SOURCE_TYPE_ID
inv_selection_criteria_txn inv_transaction_types_b TRANSACTION_TYPE_ID
inv_consumption_rules inv_transaction_types_b TRANSACTION_TYPE_ID
inv_status_transaction_control inv_transaction_types_b TRANSACTION_TYPE_ID
inv_transaction_types_tl inv_transaction_types_b TRANSACTION_TYPE_ID
inv_txn_request_lines inv_transaction_types_b TRANSACTION_TYPE_ID
inv_txn_request_headers inv_transaction_types_b TRANSACTION_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
INV_TRANSACTION_TYPES_B_N1 Non Unique Default TRANSACTION_SOURCE_TYPE_ID, TRANSACTION_ACTION_ID
INV_TRANSACTION_TYPES_B_N2 Non Unique Default LAST_UPDATE_DATE
INV_TRANSACTION_TYPES_B_U1 Unique Default TRANSACTION_TYPE_ID, ORA_SEED_SET1
INV_TRANSACTION_TYPES_B_U11 Unique Default TRANSACTION_TYPE_ID, ORA_SEED_SET2