DBA Data[Home] [Help] [Dependency Information]


TABLE: INV.MTL_MVT_STATS_RULES

Object Details
Object Name: MTL_MVT_STATS_RULES
Object Type: TABLE
Owner: INV
FND Design Data: TableINV.MTL_MVT_STATS_RULES
Subobject Name:
Status: VALID


This table stores validation rules defined for movement statistics fields that belong to a rule set as defined in MTL_MVT_STATS_RULE_SETS_B table.
Each row stores a rule that can determine a valid set of values for a field or an alternate unit of measure for the weight of a commodity code.
Each row is uniquely identified by the combination of a Rule_Set_Code and a Rule_Number.
Attribute_Code stores the movement statistics field name for which a rule is defined or the alternate unit of measure code.
Attribute_Property_Code, Attribute_Lookup_Type and Source_Type columns qualify an attribute_code that stores the field names.
Commodity_Code stores the commodity code associated to a Category Set as defined in the MTL_MVT_STATS_RULE_SETS_B as the category_set_id.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
MTL_MVT_STATS_RULES_UK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRULE_NUMBER
ColumnRULE_SET_CODE
Columns
Name Datatype Length Mandatory Comments
RULE_SET_CODE VARCHAR2 (30) Yes Uniquely identifies a rule set.
RULE_NUMBER NUMBER
Yes Rule Number combines with Rule_Set_Code to uniquely identify a Rule, part of PK of the table.
SOURCE_TYPE VARCHAR2 (30)
Source Type of Movement Transaction this rule applies to. This is relevant for field property rule types and has no significance for alternate unit of measure.
ATTRIBUTE_CODE VARCHAR2 (50) Yes Stores column name of the Movement Statistics field for which a field property rule is defined. Alternately stores alternate unit of measure code defined for a commodity code .
ATTRIBUTE_PROPERTY_CODE VARCHAR2 (30)
Property of field determining whether it is a required and/or updateable. This is only relevant to a Attribute Property rule and is null for Alternate Uom rule. Attribute_Property_Code can have four values namely Required Updateable, Required Non updateable, Not Required Updateable, Not Required Non Updateable.
ATTRIBUTE_LOOKUP_TYPE VARCHAR2 (30)
Lookup Type associated to a field for a valid list of values. Null for alternate uom rule.
COMMODITY_CODE VARCHAR2 (240)
Commodity code of an alternate unit of measure rule. Valid values of a commodity code are determined by a category set as defined in the rule set.
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RULE_SET_CODE
,      RULE_NUMBER
,      SOURCE_TYPE
,      ATTRIBUTE_CODE
,      ATTRIBUTE_PROPERTY_CODE
,      ATTRIBUTE_LOOKUP_TYPE
,      COMMODITY_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM INV.MTL_MVT_STATS_RULES;

Dependencies

[top of page]

INV.MTL_MVT_STATS_RULES does not reference any database object

INV.MTL_MVT_STATS_RULES is referenced by following:

SchemaAPPS
SynonymMTL_MVT_STATS_RULES