[Home] [Help]
[Dependency Information]
| Object Name: | MTL_MVT_STATS_RULE_SETS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | INV |
| FND Design Data: | INV.MTL_MVT_STATS_RULE_SETS_TL
|
| 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: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| MTL_MVT_STATS_RULE_SETS_TL_UK | NORMAL | UNIQUE |
APPS_TS_SEED
|
RULE_SET_CODE
LANGUAGE
|
| 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 |
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
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:
APPS
MTL_MVT_STATS_RULE_SETS_TL
|
|
|
|