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


VIEW: APPS.OKE_PRINT_FORM_TYPES_V

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
PRINT_FORM_TYPE_CODE VARCHAR2 (30) Yes Code for Print form type
PRINT_FORM_TYPE_NAME VARCHAR2 (80) Yes Name of print form type
DESCRIPTION VARCHAR2 (240)
Description of Print form type
START_DATE_ACTIVE DATE

Start date of the period during which print form type is active
END_DATE_ACTIVE DATE

End date of the period during which print form type is active
ENABLED_FLAG VARCHAR2 (1) Yes Flag to indicate print form type is enabled
Query Text

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


SELECT PRINT_FORM_TYPE_CODE
,      PRINT_FORM_TYPE_NAME
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ENABLED_FLAG
FROM APPS.OKE_PRINT_FORM_TYPES_V;

Dependencies

[top of page]

APPS.OKE_PRINT_FORM_TYPES_V references the following:

SchemaAPPS
ViewFND_LOOKUP_VALUES_VL
APPS.OKE_PRINT_FORM_TYPES_V is referenced by following:

SchemaAPPS
ViewOKE_FLDMX_PFORMTYPE_RTREE_V