[Home] [Help]
[Dependency Information]
| Object Name: | OE_PC_RSET_SEL_COLS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ONT.OE_PC_RSET_SEL_COLS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | ||
| 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. |
| COLUMN_DISPLAY_NAME | VARCHAR2 | (80) | ||
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, RECORD_SET_ID
, COLUMN_NAME
, COLUMN_DISPLAY_NAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OE_PC_RSET_SEL_COLS_V;
APPS
AK_OBJECT_ATTRIBUTES_VL
OE_AK_OBJECTS_EXT
OE_PC_RSETS
OE_PC_RSET_SEL_COLS
APPS.OE_PC_RSET_SEL_COLS_V is not referenced by any database object
|
|
|
|