[Home] [Help]
[Dependency Information]
Object Name: | EGO_RULE_SETS_TL |
---|---|
Object Type: | TABLE |
Owner: | EGO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is used to store the translatable entries in Ruleset metadata.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EGO_RULE_SETS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RULESET_ID | NUMBER | (15) | Yes | Rule set Identifier, Uniquely identifies the Ruleset |
LANGUAGE | VARCHAR2 | (4) | Yes | Language in which the data is available. |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Source Language from which the data is entered. |
RULESET_DISPLAY_NAME | VARCHAR2 | (50) | Display name of the Ruleset | |
DESCRIPTION | VARCHAR2 | (256) | Description about the Ruleset | |
LAST_UPDATE_DATE | DATE | Yes | One of the five standard "WHO" columns | |
LAST_UPDATED_BY | NUMBER | Yes | One of the five standard "WHO" columns | |
CREATION_DATE | DATE | Yes | One of the five standard "WHO" columns | |
CREATED_BY | NUMBER | Yes | One of the five standard "WHO" columns | |
LAST_UPDATE_LOGIN | NUMBER | One of the five standard "WHO" columns |
Cut, paste (and edit) the following text to query this object:
SELECT RULESET_ID
, LANGUAGE
, SOURCE_LANG
, RULESET_DISPLAY_NAME
, DESCRIPTION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM EGO.EGO_RULE_SETS_TL;
EGO.EGO_RULE_SETS_TL does not reference any database object
EGO.EGO_RULE_SETS_TL is referenced by following:
|
|
|