CML_TOPT_ASSIGNMENT_RULES

Landed Cost Trade Operation Template Assignment Rules Table - This table stores the assignment rules for a trade operation template. Assignment Rules determine the templates relevant for a particular Trade Operation or PO schedule. User will also be able to search templates based on these rules.

Details

  • Schema: FUSION

  • Object owner: CML

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CML_TOPT_ASGNMT_RULES_PK

TOPT_ASSIGNMENT_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
TOPT_ASSIGNMENT_RULE_ID NUMBER 18 Yes Surrogate key that identifies a row in this table.
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.
TRADE_OPERATION_TEMPLATE_ID NUMBER 18 Yes Foreign Key from CML_TRADE_OPERATION_TEMPLATES
REQUISITIONING_BU_ID NUMBER 18 Yes Show all Requisitioning BU's that user has access to.
DELIVER_TO_INV_ORG_ID NUMBER 18 Show all inventory organizations for the requisitioning bu selected.
SHIP_TO_LOCATION_ID NUMBER 18 Show all Ship to location based on inventory org selected. If no Inv org is selected filter based on the req bu.
VENDOR_ID NUMBER 18 Show all suppliers which belong to the template procurement BU.
VENDOR_SITE_ID NUMBER 18 Show all supplier sites for the supplier and filter by the template procurement BU.
ITEM_CATEGORY_ID NUMBER 18 Item category filtered by the requisitioning BU and inventory org where an inv org is selected.
INVENTORY_ITEM_ID NUMBER 18 Item filtered by requisitioning BU and inventory org where an inv org is selected.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
CML_TOPT_ASSIGNMENT_RULES cml_trade_operation_templates TRADE_OPERATION_TEMPLATE_ID

Indexes

Index Uniqueness Tablespace Columns
CML_TOPT_ASGNMT_RULES_PK Unique Default TOPT_ASSIGNMENT_RULE_ID