[Home] [Help]
[Dependency Information]
| Object Name: | CZ_LOOKUPS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CZ.CZ_LOOKUPS
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOOKUP_TYPE | VARCHAR2 | (30) | Yes | Type/field description used to group the lookup codes |
| LOOKUP_CODE | VARCHAR2 | (30) | Yes | Code to be inserted into the referencing table fields |
| MEANING | VARCHAR2 | (80) | Yes | Summary or title for this code |
| DESCRIPTION | VARCHAR2 | (240) | Description of what this code means | |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Indicates whether this code is enabled |
| START_DATE_ACTIVE | DATE | Date the code became active | ||
| END_DATE_ACTIVE | DATE | Date, if any, this code becomes inactive |
Cut, paste (and edit) the following text to query this object:
SELECT LOOKUP_TYPE
, LOOKUP_CODE
, MEANING
, DESCRIPTION
, ENABLED_FLAG
, START_DATE_ACTIVE
, END_DATE_ACTIVE
FROM APPS.CZ_LOOKUPS;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUP_VALUES
APPS.CZ_LOOKUPS is not referenced by any database object
|
|
|
|