[Home] [Help]
[Dependency Information]
| Object Name: | MST_R_MAST_CARR_PLAN_HDR_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 |
|---|---|---|---|---|
| PLAN_ID | NUMBER | Yes | Primary key | |
| COMPILE_DESIGNATOR | VARCHAR2 | (10) | Yes | plan name. Why not simple plan_code? |
| REPORT_DATE | DATE | report run date | ||
| PLAN_START_DATE | DATE | Yes | plan's start date | |
| PLAN_COMPLETION_DATE | DATE | Yes | plan's end date |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, COMPILE_DESIGNATOR
, REPORT_DATE
, PLAN_START_DATE
, PLAN_COMPLETION_DATE
FROM APPS.MST_R_MAST_CARR_PLAN_HDR_V;
APPS
MST_PLANS
APPS.MST_R_MAST_CARR_PLAN_HDR_V is not referenced by any database object
|
|
|
|