[Home] [Help]
[Dependency Information]
| Object Name: | MSC_X_TASKS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
MSC_PROJECT_TASKS
APPS.MSC_X_TASKS_V is not referenced by any database object
|
|
|
|