INV_TXN_SOURCE_TYPES_B

INV_TXN_SOURCE_TYPES contains information about valid transaction source type in the system. There are two kinds of transaction source types. System transaction source types are those seeded when the system is installed, bear source type identifiers of 1 through 13 and use system validation. User defined transaction source types have have identifiers higher than 100, and may have validation set up through the use of the descriptive flex context in the 'Transaction Source' descriptive flexfield. . Transaction source types are used in defining user transaction types, which would in turn be used in different inventory transactions. .

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

INV_TXN_SOURCE_TYPES_B_PK

TRANSACTION_SOURCE_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
TRANSACTION_SOURCE_TYPE_ID NUMBER 18 Yes Transaction source type identifier
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.
END_DATE DATE Disable date for the transaction source type
START_DATE DATE Date that this transaction type will be activate
USER_DEFINED_FLAG VARCHAR2 1 Yes Flag to indicate whether source type is user-defined or predefined by system
VALIDATED_FLAG VARCHAR2 1 Yes Flag to indicate whether source type is validated by system/descriptive flex context
DESCRIPTIVE_FLEX_CONTEXT_CODE VARCHAR2 30 Descriptive flex context defined for the 'Transaction Source' descriptive flex for linkage to a value set
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Transaction source types (INV_TXN_SOURCE_TYPES)
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
TRANSACTION_SOURCE_CATEGORY VARCHAR2 30 Column defined for the purpose of setting up the 'Transaction Source' descriptive flexfield (contains no data)
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
TRANSACTION_SOURCE VARCHAR2 30 Column defined for the purpose of setting up the 'Transaction Source' descriptive flexfield (contains no data)
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_reservations_interface inv_txn_source_types_b DEMAND_SOURCE_TYPE_ID
inv_reservations_interface inv_txn_source_types_b TO_DEMAND_SOURCE_TYPE_ID
inv_reservations_interface inv_txn_source_types_b SUPPLY_SOURCE_TYPE_ID
inv_reservations_interface inv_txn_source_types_b TO_SUPPLY_SOURCE_TYPE_ID
inv_serial_numbers inv_txn_source_types_b LAST_TXN_SOURCE_TYPE_ID
inv_reservations inv_txn_source_types_b DEMAND_SOURCE_TYPE_ID
inv_reservations inv_txn_source_types_b SUPPLY_SOURCE_TYPE_ID
inv_transaction_types_b inv_txn_source_types_b TRANSACTION_SOURCE_TYPE_ID
inv_txn_request_lines inv_txn_source_types_b TRANSACTION_SOURCE_TYPE_ID
inv_txn_source_types_tl inv_txn_source_types_b TRANSACTION_SOURCE_TYPE_ID
cst_transaction_events inv_txn_source_types_b TRANSACTION_SOURCE_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
INV_TXN_SOURCE_TYPES_B_U1 Unique Default TRANSACTION_SOURCE_TYPE_ID, ORA_SEED_SET1
INV_TXN_SOURCE_TYPES_B_U11 Unique Default TRANSACTION_SOURCE_TYPE_ID, ORA_SEED_SET2