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


VIEW: APPS.MST_PLAN_NAMES_V

Object Details
Object Name: MST_PLAN_NAMES_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
ROW_ID ROWID (10)
rowid of base table, i.e., mst_plans
PLAN_ID NUMBER
Yes Primary key
COMPILE_DESIGNATOR VARCHAR2 (10) Yes Plan name
DESCRIPTION VARCHAR2 (50)
Description of plan
PLAN_START_DATE DATE

Plan start date
PLAN_COMPLETION_DATE DATE

Plan completion date
START_DATE DATE
Yes Start of date of planning horizon
CUTOFF_DATE DATE
Yes End date of the planning horizon
DISABLE_DATE DATE

CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT ROW_ID
,      PLAN_ID
,      COMPILE_DESIGNATOR
,      DESCRIPTION
,      PLAN_START_DATE
,      PLAN_COMPLETION_DATE
,      START_DATE
,      CUTOFF_DATE
,      DISABLE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.MST_PLAN_NAMES_V;

Dependencies

[top of page]

APPS.MST_PLAN_NAMES_V references the following:

SchemaAPPS
SynonymMST_PLANS

APPS.MST_PLAN_NAMES_V is not referenced by any database object