[Home] [Help]
[Dependency Information]
| Object Name: | OKC_REL_OBJECTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKC.OKC_REL_OBJECTS_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 |
|---|---|---|---|---|
| REL_ID | NUMBER | Yes | Primary key column. | |
| REL_CHR_ID | NUMBER | Foreign key to OKC_K_HEADERS_B. | ||
| REL_CLE_ID | NUMBER | Foreign key to OKC_K_LINES_B. | ||
| REL_JTOT_OBJECT1_CODE | VARCHAR2 | (30) | Foreign key to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID columns. | |
| JTF_NAME | VARCHAR2 | (30) | Yes | Name of source object |
| REL_OBJECT1_ID1 | VARCHAR2 | (40) | Foreign key to an OKX view identifitied by corresponding JTOT_OBJECT_CODE column. First part of primary key in view. | |
| REL_RTY_CODE | VARCHAR2 | (30) | Yes | QuickCode code. |
| FND_MEANING | VARCHAR2 | (80) | Yes | QuickCode meaning |
| DOCUMENT_NUMBER | VARCHAR2 | (4000) | ||
| CREATION_DATE | DATE | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT REL_ID
, REL_CHR_ID
, REL_CLE_ID
, REL_JTOT_OBJECT1_CODE
, JTF_NAME
, REL_OBJECT1_ID1
, REL_RTY_CODE
, FND_MEANING
, DOCUMENT_NUMBER
, CREATION_DATE
FROM APPS.OKC_REL_OBJECTS_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
JTF_OBJECTS_VL
OKC_K_REL_OBJS_V
OKC_UTIL
- show dependent code
APPS.OKC_REL_OBJECTS_V is not referenced by any database object
|
|
|
|