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


VIEW: APPS.IEC_G_RULES_V

Object Details
Object Name: IEC_G_RULES_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This is the view for Advanced Outbound rule table.


[View Source]

Columns
Name Datatype Length Mandatory Comments
RULE_ID NUMBER (15) Yes Unique Identifier.
OWNER_ID NUMBER (15) Yes Foreign key to IEC_O_RELEASE_CONTROLS_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.
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
FROM APPS.IEC_G_RULES_V;

Dependencies

[top of page]

APPS.IEC_G_RULES_V references the following:

SchemaAPPS
SynonymIEC_G_RULES

APPS.IEC_G_RULES_V is not referenced by any database object