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


VIEW: APPS.MST_R_MAST_CARR_PLAN_HDR_V

Object Details
Object Name: MST_R_MAST_CARR_PLAN_HDR_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
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
Query Text

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;

Dependencies

[top of page]

APPS.MST_R_MAST_CARR_PLAN_HDR_V references the following:

SchemaAPPS
SynonymMST_PLANS

APPS.MST_R_MAST_CARR_PLAN_HDR_V is not referenced by any database object