DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKI_K_STATUS_TYPES_V

Object Details
Object Name: OKI_K_STATUS_TYPES_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


View to get contract status status types from FND_LOOKUPS table.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CODE VARCHAR2 (30) Yes Status type code
MEANING VARCHAR2 (80) Yes Status type meaning
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CODE
,      MEANING
FROM APPS.OKI_K_STATUS_TYPES_V;

Dependencies

[top of page]

APPS.OKI_K_STATUS_TYPES_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS

APPS.OKI_K_STATUS_TYPES_V is not referenced by any database object