[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) | Yes | Refer to base table. |
PROJECT_NUMBER | VARCHAR2 | (25) | Yes | Refer to base table. |
TASK_ID | NUMBER | (15) | Yes | Refer to base table. |
TASK_NUMBER | VARCHAR2 | (25) | Yes | Refer to base table. |
TASK_NAME | VARCHAR2 | (20) | Yes | Refer to base table. |
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) | Refer to base table. | |
TASK_DETAILS | VARCHAR2 | (46) | Refer to base table. |
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
FROM APPS.PA_ONLINE_TASKS_V;
|
|
|