[Home] [Help]
[Dependency Information]
| Object Name: | OE_PC_RSET_SEL_COLS |
|---|---|
| Object Type: | TABLE |
| Owner: | ONT |
| FND Design Data: | ONT.OE_PC_RSET_SEL_COLS
|
| Subobject Name: | |
| Status: | VALID |
This table stores columns to be matched for a constraint record set.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OE_PC_RSET_SEL_COLS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
RECORD_SET_ID
COLUMN_NAME
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RECORD_SET_ID | NUMBER | Yes | Record set that has this attribute as the common attribute. Foreign key to OE_PC_RSETS. | |
| COLUMN_NAME | VARCHAR2 | (30) | Yes | Column to be matched for this record set. |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT RECORD_SET_ID
, COLUMN_NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM ONT.OE_PC_RSET_SEL_COLS;
ONT.OE_PC_RSET_SEL_COLS does not reference any database object
ONT.OE_PC_RSET_SEL_COLS is referenced by following:
ONT
OE_PC_RSET_SEL_COLS#
|
|
|
|