[Home] [Help]
[Dependency Information]
Object Name: | PA_TASKS_AP_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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) | Yes | The system-generated number that uniquely identifies the task |
PROJECT_ID | NUMBER | (15) | Yes | The identifier of the project for which the task is a unit of work |
TASK | VARCHAR2 | (25) | Yes | 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.PA_TASKS_AP_V is not referenced by any database object
|
|
|