[Home] [Help]
[Dependency Information]
| Object Name: | FND_APPLICATION_UNKNOWN_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.FND_APPLICATION_UNKNOWN_VIEW
|
| 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 |
|---|---|---|---|---|
| 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" |
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;
APPS
FND_APPLICATION
FND_APPLICATION_TL
FND_GLOBAL
- show dependent code
FND_LOOKUPS
APPS.FND_APPLICATION_UNKNOWN_VIEW is not referenced by any database object
|
|
|
|