[Home] [Help]
[Dependency Information]
| Object Name: | OE_EVENT_ATTRIBUTES |
|---|---|
| Object Type: | TABLE |
| Owner: | ONT |
| FND Design Data: | ONT.OE_EVENT_ATTRIBUTES
|
| Subobject Name: | |
| Status: | VALID |
This table stores order header and line attributes that trigger repricing, when modified, at various pricing events.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OE_EVENT_ATTRIBS_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
PRICING_EVENT_CODE
DATABASE_OBJECT_NAME
ATTRIBUTE_CODE
|
| 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 |
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;
ONT.OE_EVENT_ATTRIBUTES does not reference any database object
ONT.OE_EVENT_ATTRIBUTES is referenced by following:
APPS
OE_EVENT_ATTRIBUTES
|
|
|
|