[Home] [Help]
[Dependency Information]
Object Name: | FND_LOOKUP_TYPES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_LOOKUP_TYPES stores Oracle Application Object Library
QuickCode types. Each row includes the QuickCode lookup type
and the application the lookup type belongs to.
Each row also includes the customization level for the
lookup type, the security group the lookup type belongs to,
and the application view through with the lookup type will be exposed.
You need one row for each QuickCode lookup type.
Oracle Application Object Library uses this information to display
LOVs for Oracle Application Object Library forms and other
forms.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_LOOKUP_TYPES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | (15) | Yes | Application identifier |
LOOKUP_TYPE | VARCHAR2 | (30) | Yes | QuickCode lookup type |
CUSTOMIZATION_LEVEL | VARCHAR2 | (1) | Yes | Customization level |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
SECURITY_GROUP_ID | NUMBER | (15) | Yes | Security group identifier |
VIEW_APPLICATION_ID | NUMBER | (15) | Yes | Application identifier of view ( |
ASSIGN_LEAF_ONLY | VARCHAR2 | (1) | Assign Leaf Only Flag |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, LOOKUP_TYPE
, CUSTOMIZATION_LEVEL
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, VIEW_APPLICATION_ID
, ASSIGN_LEAF_ONLY
FROM APPLSYS.FND_LOOKUP_TYPES;
APPLSYS.FND_LOOKUP_TYPES does not reference any database object
APPLSYS.FND_LOOKUP_TYPES is referenced by following:
|
|
|