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


TABLE: IEC.IEC_G_RULES

Object Details
Object Name: IEC_G_RULES
Object Type: TABLE
Owner: IEC
Subobject Name:
Status: VALID


contains rules which will be used as a query criteria.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_G_RULES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRULE_ID
IEC_G_RULES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnOWNER_ID
Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER (15) Yes Unique Identifier.
OWNER_ID NUMBER (15) Yes Foreign key to IEC_O_RELEASE_CTLS_B for the release control algorithm which this rule belongs to, also is foreign key to IEC_G_LIST_SUBSETS for the subset which this rule belongs to.
OWNER_TYPE_CODE VARCHAR2 (13) Yes Used to indicate whether this rule is belonged to release control algorithm or subset.
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.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Used for locking in HTML applications.
SECURITY_GROUP_ID NUMBER (15)
Used in hosted environments.
Query Text

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


SELECT RULE_ID
,      OWNER_ID
,      OWNER_TYPE_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM IEC.IEC_G_RULES;

Dependencies

[top of page]

IEC.IEC_G_RULES does not reference any database object

IEC.IEC_G_RULES is referenced by following:

SchemaAPPS
SynonymIEC_G_RULES