[Home] [Help]
[Dependency Information]
| Object Name: | OKE_FLDMX_DOCUMENT_RTREE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKE.OKE_FLDMX_DOCUMENT_RTREE_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 |
|---|---|---|---|---|
| CTX | VARCHAR2 | (8) | Tree node context | |
| INIT_STAT | NUMBER | Initial status of the tree node | ||
| DEPTH | NUMBER | Tree node depth | ||
| LABEL | VARCHAR2 | (255) | Tree node label | |
| DATA | VARCHAR2 | (60) | Tree node data | |
| SORT_KEY | VARCHAR2 | (335) | Special column used for ordering tree node data |
Cut, paste (and edit) the following text to query this object:
SELECT CTX
, INIT_STAT
, DEPTH
, LABEL
, DATA
, SORT_KEY
FROM APPS.OKE_FLDMX_DOCUMENT_RTREE_V;
APPS
FND_DOCUMENT_CATEGORIES_VL
OKE_BUSINESS_AREAS_V
OKE_FLOWDOWNS
APPS.OKE_FLDMX_DOCUMENT_RTREE_V is not referenced by any database object
|
|
|
|