[Home] [Help]
[Dependency Information]
| Object Name: | OE_PC_FKEYS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ONT.OE_PC_FKEYS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | |
| DB_OBJECT_NAME | VARCHAR2 | (30) | Yes | |
| DB_OBJECT_TYPE | CHAR | (4) | ||
| FOREIGN_KEY_NAME | VARCHAR2 | (30) | Yes | |
| UNIQUE_KEY_NAME | VARCHAR2 | (30) | Yes | |
| UK_APPLICATION_ID | NUMBER | (15) | Yes | |
| UK_DB_OBJECT_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, DB_OBJECT_NAME
, DB_OBJECT_TYPE
, FOREIGN_KEY_NAME
, UNIQUE_KEY_NAME
, UK_APPLICATION_ID
, UK_DB_OBJECT_NAME
FROM APPS.OE_PC_FKEYS_V;
APPS
AK_FOREIGN_KEYS
AK_UNIQUE_KEYS
APPS
OE_PC_RENTITIES_V
|
|
|
|