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


VIEW: APPS.MSC_NET_PLANS_V2

Object Details
Object Name: MSC_NET_PLANS_V2
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMSC.MSC_NET_PLANS_V2
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 VARCHAR2 (40)
Plan identifier
COMPILE_DESIGNATOR VARCHAR2 (10) Yes Name of the plan
DESCRIPTION VARCHAR2 (50)
Textual description of the plan
PLAN_TYPE NUMBER

Specify whether the plan is MRP, DRP or MPS plan
FROM_PLAN NUMBER

plan identifier for the from plan
TO_PLAN NUMBER

plan identifier for the to plan
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT PLAN_ID
,      COMPILE_DESIGNATOR
,      DESCRIPTION
,      PLAN_TYPE
,      FROM_PLAN
,      TO_PLAN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.MSC_NET_PLANS_V2;

Dependencies

[top of page]

APPS.MSC_NET_PLANS_V2 references the following:

SchemaAPPS
SynonymMSC_NEC_COMPARE_PLANS
SynonymMSC_PLANS

APPS.MSC_NET_PLANS_V2 is not referenced by any database object