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


TABLE: ONT.OE_EVENT_ATTRIBUTES

Object Details
Object Name: OE_EVENT_ATTRIBUTES
Object Type: TABLE
Owner: ONT
FND Design Data: TableONT.OE_EVENT_ATTRIBUTES
Subobject Name:
Status: VALID


This table stores order header and line attributes that trigger repricing, when modified, at various pricing events.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OE_EVENT_ATTRIBS_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnPRICING_EVENT_CODE
ColumnDATABASE_OBJECT_NAME
ColumnATTRIBUTE_CODE
Columns
Name Datatype Length Mandatory Comments
PRICING_EVENT_CODE VARCHAR2 (30) Yes Pricing event
DATABASE_OBJECT_NAME VARCHAR2 (30) Yes Database object name of order header or line
ATTRIBUTE_CODE VARCHAR2 (30) Yes Attribute code belonging to the database_object_name , which would trigger repricing
REPRICE_FLAG VARCHAR2 (1)
Indicates if the repricing needs to be triggered
Query Text

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


SELECT PRICING_EVENT_CODE
,      DATABASE_OBJECT_NAME
,      ATTRIBUTE_CODE
,      REPRICE_FLAG
FROM ONT.OE_EVENT_ATTRIBUTES;

Dependencies

[top of page]

ONT.OE_EVENT_ATTRIBUTES does not reference any database object

ONT.OE_EVENT_ATTRIBUTES is referenced by following:

SchemaONT
ViewOE_EVENT_ATTRIBUTES#