[Home] [Help]
[Dependency Information]
Object Name: | PA_ONLINE_WORK_TYPES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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 |
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;
APPS.PA_ONLINE_WORK_TYPES_V is not referenced by any database object
|
|
|