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


TABLE: MST.MST_AUTO_REL_RULE_SETS

Object Details
Object Name: MST_AUTO_REL_RULE_SETS
Object Type: TABLE
Owner: MST
Subobject Name:
Status: VALID


Entity for storing plan auto release rule set name


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
RULE_SET_ID NUMBER
Yes Primary Key
NAME VARCHAR2 (80) Yes rule set name
AUTO_RELEASE_RESTRICTION NUMBER
Yes 1 => when all conditions are true, 2 => when any condition is true
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT RULE_SET_ID
,      NAME
,      AUTO_RELEASE_RESTRICTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM MST.MST_AUTO_REL_RULE_SETS;

Dependencies

[top of page]

MST.MST_AUTO_REL_RULE_SETS does not reference any database object

MST.MST_AUTO_REL_RULE_SETS is referenced by following:

SchemaAPPS
SynonymMST_AUTO_REL_RULE_SETS