[Home] [Help]
[Dependency Information]
| Object Name: | OE_LINE_SETS |
|---|---|
| Object Type: | TABLE |
| Owner: | ONT |
| FND Design Data: | ONT.OE_LINE_SETS
|
| Subobject Name: | |
| Status: | VALID |
This table stores information about Sets.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OE_LINE_SETS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SET_ID
|
| OE_LINE_SETS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LINE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LINE_ID | NUMBER | Yes | Foreign Key value to OE_ORDER_LINES_ALL | |
| SET_ID | NUMBER | Yes | Foreign Key value to OE_SETS | |
| SYSTEM_REQUIRED_FLAG | VARCHAR2 | (1) | Not In use Currently |
Cut, paste (and edit) the following text to query this object:
SELECT LINE_ID
, SET_ID
, SYSTEM_REQUIRED_FLAG
FROM ONT.OE_LINE_SETS;
ONT.OE_LINE_SETS does not reference any database object
ONT.OE_LINE_SETS is referenced by following:
APPS
OE_LINE_SETS
|
|
|
|