DBA Data[Home] [Help] [Dependency Information]


TABLE: JTF.JTF_NAV_NODE_TYPES

Object Details
Object Name: JTF_NAV_NODE_TYPES
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_NAV_NODE_TYPES
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_NAV_NODE_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNODE_TYPE_ID
JTF_NAV_NODE_TYPES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnTREE_ROOT_ID
Columns
Name Datatype Length Mandatory Comments
NODE_TYPE_ID NUMBER (15) Yes The primary key for the table.
TREE_ROOT_ID NUMBER (15) Yes The primary key for the table.
NODE_TYPE VARCHAR2 (240) Yes A string identifying node type.
AK_FLOW_NAME VARCHAR2 (30)
The AK flow used to get the node's children.
AK_PARENT_PAGE_NAME VARCHAR2 (30)
AK parameter to query children.
AK_PK_NAME VARCHAR2 (30)
AK parameter to query children.
AK_WHERE_CLAUSE VARCHAR2 (2000)
AK parameter to query children.
AK_WHERE_BINDS VARCHAR2 (2000)
AK parameter to query children.
ICON_NAME VARCHAR2 (30)
Name of icon to use.
FORM_NAME VARCHAR2 (30)
Form function to be called.
FORM_PARAM_LIST VARCHAR2 (2000)
Parameters to be passed to the form.
STATIC_CHILD_FLAG VARCHAR2 (1)
Does the node contain 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).
SECURITY_GROUP_ID NUMBER

Security Group Id, used for hosting with VPD enabled
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT NODE_TYPE_ID
,      TREE_ROOT_ID
,      NODE_TYPE
,      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
,      SECURITY_GROUP_ID
FROM JTF.JTF_NAV_NODE_TYPES;

Dependencies

[top of page]

JTF.JTF_NAV_NODE_TYPES does not reference any database object

JTF.JTF_NAV_NODE_TYPES is referenced by following:

SchemaAPPS
SynonymJTF_NAV_NODE_TYPES