[Home] [Help]
[Dependency Information]
| Object Name: | PJI_WORK_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PJI.PJI_WORK_TYPES_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | Yes | Identifier for work type. | |
| VALUE | VARCHAR2 | (80) | Yes | Work type name |
| RES_UTIL_CATEGORY_ID | NUMBER | Resource utilization percentage for the work type. | ||
| ORG_UTIL_CATEGORY_ID | NUMBER | Organization utilization percentage for the work type. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, RES_UTIL_CATEGORY_ID
, ORG_UTIL_CATEGORY_ID
FROM APPS.PJI_WORK_TYPES_V;
APPS
PA_WORK_TYPES_VL
APPS
PJI_PMV_ENGINE
- show dependent code
|
|
|
|