[Home] [Help]
[Dependency Information]
| Object Name: | AS_LOOKUP_TYPES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AS.AS_LOOKUP_TYPES
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Lookup type view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOOKUP_TYPE | VARCHAR2 | (30) | Yes | The lookup type for this lookup code |
| 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. |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column. | |
| CREATION_DATE | DATE | Yes | Standard who column. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column. |
| USER_MAINTAINABLE_FLAG | VARCHAR2 | (1) | Yes | Customization level of the lookup type |
| DESCRIPTION | VARCHAR2 | (240) | A description, up to 240 characters, of the lookup code. |
Cut, paste (and edit) the following text to query this object:
SELECT LOOKUP_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, USER_MAINTAINABLE_FLAG
, DESCRIPTION
FROM APPS.AS_LOOKUP_TYPES;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUP_TYPES
FND_LOOKUP_TYPES_VL
APPS.AS_LOOKUP_TYPES is not referenced by any database object
|
|
|
|