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


VIEW: APPS.FND_APPLICATION_UNKNOWN_VIEW

Object Details
Object Name: FND_APPLICATION_UNKNOWN_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewFND.FND_APPLICATION_UNKNOWN_VIEW
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.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER

Application identifier
APPLICATION_SHORT_NAME VARCHAR2 (50)
Application short name
BASEPATH VARCHAR2 (20)
The variable that stores the directory path of the TOP directory for the application
APPLICATION_NAME VARCHAR2 (240)
Name of application
DESCRIPTION VARCHAR2 (240)
Description
ORDER_BY NUMBER

The column used to identify the constant row "Unknown"
Query Text

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


SELECT APPLICATION_ID
,      APPLICATION_SHORT_NAME
,      BASEPATH
,      APPLICATION_NAME
,      DESCRIPTION
,      ORDER_BY
FROM APPS.FND_APPLICATION_UNKNOWN_VIEW;

Dependencies

[top of page]

APPS.FND_APPLICATION_UNKNOWN_VIEW references the following:

SchemaAPPS
SynonymFND_APPLICATION
SynonymFND_APPLICATION_TL
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS

APPS.FND_APPLICATION_UNKNOWN_VIEW is not referenced by any database object