[Home] [Help]
[Dependency Information]
| Object Name: | PA_TASKS_AP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLAP.PA_TASKS_AP_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TASK_ID | NUMBER | (15) | The system-generated number that uniquely identifies the task | |
| PROJECT_ID | NUMBER | (15) | The identifier of the project for which the task is a unit of work | |
| TASK | VARCHAR2 | (278) | User-defined number that uniquely identifies the task within a project. It is recommended to number tasks based on the wbs since that is how tasks are ordered in some reports. However note: task numbers do not record the wbs structure | |
| DESCRIPTION | VARCHAR2 | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT TASK_ID
, PROJECT_ID
, TASK
, DESCRIPTION
FROM APPS.PA_TASKS_AP_V;
APPS
FND_PROFILE
- show dependent code
PA_TASKS_EXPEND_V
PA_TASK_UTILS
- show dependent code
PA_UTILS4
- show dependent code
APPS.PA_TASKS_AP_V is not referenced by any database object
|
|
|
|