[Home] [Help]
[Dependency Information]
Object Name: | PA_ONLINE_TASKS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Customizable view for tasks used in Self Service Time, Oracle Time Capture, and Sel
f Service Expense applications. PA_ONLINE_TASKS_V is a customizable view for Self Service Time application , Oracle Time Capture, and Self Service Expense.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_ID | NUMBER | (15) | Refer to base table. | |
PROJECT_NUMBER | VARCHAR2 | (25) | Refer to base table. | |
TASK_ID | NUMBER | (15) | The task ID for projects for which cost breakdown planning is disabled or the alternate task ID for projects which have cost breakdown planning enabled | |
TASK_NUMBER | VARCHAR2 | (278) | The task number for projects for which cost breakdown planning is disabled or the alternate task number for projects which have cost breakdown planning enabled | |
TASK_NAME | VARCHAR2 | (263) | The task name for projects for which cost breakdown planning is disabled or the alternate task name for projects which have cost breakdown planning enabled | |
START_DATE | DATE | Refer to base table. | ||
COMPLETION_DATE | DATE | Refer to base table. | ||
CHARGEABLE_FLAG | VARCHAR2 | (1) | Refer to base table. | |
BILLABLE_FLAG | VARCHAR2 | (1) | Refer to base table. | |
ORG_ID | NUMBER | (15) | ||
TASK_DETAILS | VARCHAR2 | (46) | Refer to base table. | |
CBS_ELEMENT_ID | NUMBER | The unique identifier of the cost breakdown structure element | ||
COST_CODE | VARCHAR2 | (250) | The unique cost code generated for the cost attribute | |
COST_CODE_NAME | VARCHAR2 | (240) | The cost code name | |
ACTUAL_TASK_ID | NUMBER | (15) | The system generated unique task identifier | |
TOP_TASK_ID | NUMBER | (15) | The identifier of the top task. If this is a top task, this value is the task ID | |
TASK_MANAGER_PERSON_ID | NUMBER | (9) | The identifier of the employee who manages the task |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, PROJECT_NUMBER
, TASK_ID
, TASK_NUMBER
, TASK_NAME
, START_DATE
, COMPLETION_DATE
, CHARGEABLE_FLAG
, BILLABLE_FLAG
, ORG_ID
, TASK_DETAILS
, CBS_ELEMENT_ID
, COST_CODE
, COST_CODE_NAME
, ACTUAL_TASK_ID
, TOP_TASK_ID
, TASK_MANAGER_PERSON_ID
FROM APPS.PA_ONLINE_TASKS_V;
|
|
|