[Home] [Help]
[Dependency Information]
| Object Name: | JTF_NAV_NODE_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_NAV_NODE_TYPES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
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 |
|---|---|---|---|---|
| NODE_TYPE_ID | NUMBER | (15) | Yes | The primary key for this table. |
| ROOT_KEY | VARCHAR2 | (240) | Yes | The value column for the foreign key |
| NODE_TYPE | VARCHAR2 | (240) | Yes | The node type of the given node. |
| TREE_ROOT_ID | NUMBER | (15) | Yes | The root under which the node should exist. |
| AK_FLOW_NAME | VARCHAR2 | (30) | AK parameter used for query. | |
| AK_PARENT_PAGE_NAME | VARCHAR2 | (30) | AK parameter used for query. | |
| AK_PK_NAME | VARCHAR2 | (30) | AK parameter used for query. | |
| AK_WHERE_CLAUSE | VARCHAR2 | (2000) | AK parameter used for query. | |
| AK_WHERE_BINDS | VARCHAR2 | (2000) | AK parameter used for query. | |
| ICON_NAME | VARCHAR2 | (30) | Name of icon for the node. | |
| FORM_NAME | VARCHAR2 | (30) | Name of form to launch. | |
| FORM_PARAM_LIST | VARCHAR2 | (2000) | Parameter list to be passed to the form. | |
| STATIC_CHILD_FLAG | VARCHAR2 | (1) | Does the node have any static children? | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT NODE_TYPE_ID
, ROOT_KEY
, NODE_TYPE
, TREE_ROOT_ID
, AK_FLOW_NAME
, AK_PARENT_PAGE_NAME
, AK_PK_NAME
, AK_WHERE_CLAUSE
, AK_WHERE_BINDS
, ICON_NAME
, FORM_NAME
, FORM_PARAM_LIST
, STATIC_CHILD_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPS.JTF_NAV_NODE_TYPES_V;
APPS
JTF_NAV_NODE_TYPES
JTF_NAV_TREE_ROOTS_VL
APPS
CN_NAV_NODE_TYPES
CSP_NAV_NODE_TYPES
JTF_TERRITORIES_NAV
JTF_TERR_ESCALATIONS_NAV
JTF_TERR_TEMPLATES_NAV
JTF_TERR_TYPES_NAV
|
|
|
|