[Home] [Help]
[Dependency Information]
Object Name: | MTL_MVT_STATS_RULE_SETS_TL |
---|---|
Object Type: | TABLE |
Owner: | INV |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MTL_MVT_STATS_RULE_SET_TL is the corresponding transalation table for MTL_MVT_STATS_RULE_SET_B.
This table contains one entry for every Rule Set Code and Language.
Rule Set Code and Language uniquely identify a row.
Rule Set Display Name identifies the Name of a rule set.Rule Set Description gives a description of the rule set.
This is the base table of a multilingual entity, MTL_MVT_STATS_RULE_SET_TL contains the language dependent columns.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MTL_MVT_STATS_RULE_SETS_TL_UK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RULE_SET_CODE | VARCHAR2 | (30) | Yes | Unique identifier of a rule set |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Source Language for translation purposes |
LANGUAGE | VARCHAR2 | (4) | Yes | Language in which the Rule Set is defined. |
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 | |
RULE_SET_DISPLAY_NAME | VARCHAR2 | (80) | Yes | Translated name of the rule set. |
RULE_SET_DESCRIPTION | VARCHAR2 | (240) | Yes | Translated description of rule set. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_SET_CODE
, SOURCE_LANG
, LANGUAGE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, RULE_SET_DISPLAY_NAME
, RULE_SET_DESCRIPTION
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM INV.MTL_MVT_STATS_RULE_SETS_TL;
INV.MTL_MVT_STATS_RULE_SETS_TL does not reference any database object
INV.MTL_MVT_STATS_RULE_SETS_TL is referenced by following:
|
|
|