DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PA_TASKS_AP_V

Object Details
Object Name: PA_TASKS_AP_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewSQLAP.PA_TASKS_AP_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TASK_ID
,      PROJECT_ID
,      TASK
,      DESCRIPTION
FROM APPS.PA_TASKS_AP_V;

Dependencies

[top of page]

APPS.PA_TASKS_AP_V references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
ViewPA_TASKS_EXPEND_V
PL/SQL PackagePA_TASK_UTILS - show dependent code
PL/SQL PackagePA_UTILS4 - show dependent code

APPS.PA_TASKS_AP_V is not referenced by any database object