INV_SELECTION_CRITERIA_TXN

Selection Criteria /Assignment Matrix - This Table is used for storing Strategy , Rule or Value Assignments to Selection Criteria.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

INV_SELECT_CRIT_TXN_PK

STG_ASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
STG_ASSIGNMENT_ID NUMBER 18 Yes Strategy Assigment Identifier - Unique Identifier for each Assignemnt in the Assignment Matrix
SEQUENCE_NUMBER NUMBER 18 Yes Sequence number of this assignment.
RULE_TYPE_CODE NUMBER 18 Yes This code indicates the rule list package.
RETURN_TYPE_CODE VARCHAR2 1 Yes This code indicates the return type.
RETURN_TYPE_ID NUMBER 18 This identifies the return type.
ENABLED_FLAG VARCHAR2 1 Flag indicates if this strategy assignment is enabled.
DATE_TYPE_CODE VARCHAR2 30 This code indicates the type of date (work shift or accounting period).
DATE_TYPE_FROM NUMBER 18 Effective start date if start date is based on lookup code, is a work shift number, or is an accounting period id.
DATE_TYPE_TO NUMBER 18 End of the range of date types (work shift or accounting period).
DATE_TYPE_LOOKUP_TYPE VARCHAR2 30 Effective end date if start date is based on lookup code, is a work shift number, or is an accounting period id.
EFFECTIVE_FROM DATE This is the effective from date.
EFFECTIVE_TO DATE This is the effective end date.
FROM_ORGANIZATION_ID NUMBER 18 Yes This identifies the source inventory organization.
FROM_SUBINVENTORY_NAME VARCHAR2 10 Name of the source subinventory.
TO_ORGANIZATION_ID NUMBER 18 Destination Organization Identifier
TO_SUBINVENTORY_NAME VARCHAR2 10 Name of the destination subinventory.
CUSTOMER_ID NUMBER 18 This column identifies the customer.
FREIGHT_CARRIER_ID NUMBER 18 This identifies the shipping carrier.
INVENTORY_ITEM_ID NUMBER 18 This identifies the inventory item.
ITEM_TYPE VARCHAR2 30 This indicates the type of inventory item.
ASSIGNMENT_GROUP_ID NUMBER 18 This identifies the ABC assignment group.
ABC_CLASS_ID NUMBER 18 This column identifies the ABC class.
CATEGORY_SET_ID NUMBER 18 This identifies the item category set.
CATEGORY_ID NUMBER 18 This identifies the item category.
ORDER_TYPE_ID NUMBER 18 This identifies the order type.
VENDOR_ID NUMBER 18 Identifies the supplier. Used by WMS only.
PROJECT_ID NUMBER 18 This column identifies the project.
TASK_ID NUMBER 18 This column identifies the task.
USER_ID VARCHAR2 64 This column identifies the user.
TRANSACTION_ACTION_ID NUMBER 18 Identifies the transaction action.
REASON_ID NUMBER 18 This identifies the transaction reason.
TRANSACTION_SOURCE_TYPE_ID NUMBER 18 Transaction Source Type Identifier
TRANSACTION_TYPE_ID NUMBER 18 Identifies the transaction type.
UOM_CODE VARCHAR2 3 This indicates the unit of measure.
UOM_CLASS VARCHAR2 10 This identifies the unit of measure class.
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.
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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LOCATION_ID NUMBER 18 This identifies the item locator.
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_SELECTION_CRITERIA_TXN inv_org_parameters FROM_ORGANIZATION_ID
INV_SELECTION_CRITERIA_TXN hz_parties CUSTOMER_ID
INV_SELECTION_CRITERIA_TXN inv_org_parameters TO_ORGANIZATION_ID
INV_SELECTION_CRITERIA_TXN inv_abc_assignment_groups ASSIGNMENT_GROUP_ID
INV_SELECTION_CRITERIA_TXN inv_abc_classes ABC_CLASS_ID
INV_SELECTION_CRITERIA_TXN inv_transaction_reasons_b REASON_ID
INV_SELECTION_CRITERIA_TXN inv_transaction_types_b TRANSACTION_TYPE_ID
INV_SELECTION_CRITERIA_TXN egp_categories_b CATEGORY_ID
INV_SELECTION_CRITERIA_TXN egp_category_sets_b CATEGORY_SET_ID

Indexes

Index Uniqueness Tablespace Columns
INV_SELECTION_CRITERIA_TXN_N1 Non Unique Default FROM_ORGANIZATION_ID, RULE_TYPE_CODE, ENABLED_FLAG
INV_SELECTION_CRITERIA_TXN_N3 Non Unique Default FROM_ORGANIZATION_ID, RULE_TYPE_CODE, SEQUENCE_NUMBER
INV_SELECTION_CRITERIA_TXN_U1 Unique Default STG_ASSIGNMENT_ID
INV_SELECTION_CRITERIA_TXN_U2 Unique Default RETURN_TYPE_ID, FROM_ORGANIZATION_ID, SEQUENCE_NUMBER
INV_SELECTION_CRITERIA_TXN_U3 Unique Default FROM_ORGANIZATION_ID, SEQUENCE_NUMBER