[Home] [Help]
[Dependency Information]
| Object Name: | FND_COMMON_LOOKUP_TYPES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FND.FND_COMMON_LOOKUP_TYPES
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
FND_COMMON_LOOKUP_TYPES is a view of selected columns from the
table FND_LOOKUP_TYPES, which stores
information about QuickCode types. This view contains information on all
of the QuickCodes types that were defined in the FND_COMMON_LOOKUP_TYPES
table in Release 11, and is provided for backward compatibility.
.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Application identifier |
| LOOKUP_TYPE | VARCHAR2 | (30) | Yes | QuickCode lookup type |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
| CUSTOMIZATION_LEVEL | VARCHAR2 | (1) | Yes | Customization level |
| LOOKUP_TYPE_MEANING | VARCHAR2 | (80) | Yes | Lookup type user meaning |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, LOOKUP_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, CUSTOMIZATION_LEVEL
, LOOKUP_TYPE_MEANING
FROM APPS.FND_COMMON_LOOKUP_TYPES;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUP_TYPES
FND_LOOKUP_TYPES_TL
APPS
PAY_INS_CUSTOM_TEMPLATE
- show dependent code
PER_COMMON_LOOKUP_TYPES_V
|
|
|
|