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


VIEW: APPS.MSC_X_TASKS_V

Object Details
Object Name: MSC_X_TASKS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
TASK_ID NUMBER
Yes Task identifier
PROJECT_ID NUMBER
Yes Project identifier
TASK_NAME VARCHAR2 (20) Yes Task name
PLAN_ID NUMBER
Yes Plan identifier
Query Text

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


SELECT TASK_ID
,      PROJECT_ID
,      TASK_NAME
,      PLAN_ID
FROM APPS.MSC_X_TASKS_V;

Dependencies

[top of page]

APPS.MSC_X_TASKS_V references the following:

SchemaAPPS
SynonymMSC_PROJECT_TASKS

APPS.MSC_X_TASKS_V is not referenced by any database object