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


VIEW: APPS.PA_TASKS_LOWEST_V

Object Details
Object Name: PA_TASKS_LOWEST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_TASKS_LOWEST_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
PROJECT_ID NUMBER (15) Yes
TASK_ID NUMBER (15) Yes
TASK_NUMBER VARCHAR2 (25) Yes
TASK_NAME VARCHAR2 (20) Yes
PARENT_TASK_ID NUMBER (15)
TOP_TASK_ID NUMBER (15) Yes
WBS_SORT_ORDER VARCHAR2 (25) Yes
Query Text

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


SELECT PROJECT_ID
,      TASK_ID
,      TASK_NUMBER
,      TASK_NAME
,      PARENT_TASK_ID
,      TOP_TASK_ID
,      WBS_SORT_ORDER
FROM APPS.PA_TASKS_LOWEST_V;

Dependencies

[top of page]

APPS.PA_TASKS_LOWEST_V references the following:

SchemaAPPS
SynonymPA_TASKS
PL/SQL PackagePA_TASK_UTILS - show dependent code
APPS.PA_TASKS_LOWEST_V is referenced by following:

SchemaAPPS
Package BodyINV_PROCESS_TEMP - show dependent code
Package BodyINV_TXN_MANAGER_GRP - show dependent code