[Home] [Help]
[Dependency Information]
| Object Name: | PJM_TASKS_OU_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
PJM_TASKS_V returns a list of tasks based on the value of the profile 'PA: Tasks to Display for Expenditure Entry' (PA_TASKS_DISPLAYED).
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | (15) | System-generated number that uniquely identifies a project | |
| PROJECT_NUMBER | VARCHAR2 | (4000) | User-entered number that uniquely identifies a project | |
| PROJECT_NAME | VARCHAR2 | (4000) | User-entered project name | |
| TASK_ID | NUMBER | (15) | System-generated number that uniquely identifies a task | |
| TASK_NUMBER | VARCHAR2 | (278) | User-entered string that uniquely identifies a task within a project | |
| TASK_NAME | VARCHAR2 | (263) | User-entered task name | |
| WBS_SORT_ORDER | VARCHAR2 | (2000) | Order sequence based on work breakdown structure | |
| START_DATE | DATE | Task start date | ||
| COMPLETION_DATE | DATE | Task completion date | ||
| BILLABLE_FLAG | VARCHAR2 | (1) | Flag indicating whether task is billable | |
| CHARGEABLE_FLAG | VARCHAR2 | (1) | Flag indicating whether task is chargeable | |
| ALLOW_CROSS_CHARGE_FLAG | VARCHAR2 | (1) | Flag indicating whether cross charges are allowed for this task | |
| EXPENDITURE_ORG_ID | NUMBER | (15) | Operating unit identifier for multi-organization installations |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, PROJECT_NUMBER
, PROJECT_NAME
, TASK_ID
, TASK_NUMBER
, TASK_NAME
, WBS_SORT_ORDER
, START_DATE
, COMPLETION_DATE
, BILLABLE_FLAG
, CHARGEABLE_FLAG
, ALLOW_CROSS_CHARGE_FLAG
, EXPENDITURE_ORG_ID
FROM APPS.PJM_TASKS_OU_V;
APPS
FND_PROFILE
- show dependent code
PA_TASKS_ALL_EXPEND_V
PA_TASK_UTILS
- show dependent code
PJM_PROJECT
- show dependent code
APPS
OE_HOLDS_PVT
- show dependent code
|
|
|
|