[Home] [Help]
[Dependency Information]
| Object Name: | OKI_EXP_TYPE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Expiration Types
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | VARCHAR2 | (30) | Yes | fnd lookup_code for lookup_type as 'OKI_EXP_TYPE' |
| VALUE | VARCHAR2 | (80) | Yes | fnd lookup_meaning for lookup_type as 'OKI_EXP_TYPE' |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
FROM APPS.OKI_EXP_TYPE_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
APPS.OKI_EXP_TYPE_V is not referenced by any database object
|
|
|
|