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


VIEW: APPS.PA_ONLINE_WORK_TYPES_V

Object Details
Object Name: PA_ONLINE_WORK_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_ONLINE_WORK_TYPES_V
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
WORK_TYPE_ID NUMBER
Yes A unique work type identifier
NAME VARCHAR2 (80) Yes User-defined name that uniquely identifies the work type
DESCRIPTION VARCHAR2 (240)
Description of the work type
START_DATE_ACTIVE DATE
Yes Effective start date of the work type
END_DATE_ACTIVE DATE

Effective end date of the work type
Query Text

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


SELECT WORK_TYPE_ID
,      NAME
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPS.PA_ONLINE_WORK_TYPES_V;

Dependencies

[top of page]

APPS.PA_ONLINE_WORK_TYPES_V references the following:

SchemaAPPS
ViewPA_WORK_TYPES_VL

APPS.PA_ONLINE_WORK_TYPES_V is not referenced by any database object