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


TABLE: MSC.MSC_NEC_COMPARE_PLANS

Object Details
Object Name: MSC_NEC_COMPARE_PLANS
Object Type: TABLE
Owner: MSC
FND Design Data: TableMSC.MSC_NEC_COMPARE_PLANS
Subobject Name:
Status: VALID


This table store the the status of the plan which has launched the "Compare Plan Exceptions" concurrent program.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
REPORT_ID NUMBER

report identifier
FROM_PLAN NUMBER

plan identifier for form plan
TO_PLAN NUMBER

plan identifier for to plan
COMPARE_START_DATE DATE

The start time when the report is launched
COMPARE_COMPLETION_DATE DATE

the end time when the report is done
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 REPORT_ID
,      FROM_PLAN
,      TO_PLAN
,      COMPARE_START_DATE
,      COMPARE_COMPLETION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM MSC.MSC_NEC_COMPARE_PLANS;

Dependencies

[top of page]

MSC.MSC_NEC_COMPARE_PLANS does not reference any database object

MSC.MSC_NEC_COMPARE_PLANS is referenced by following:

SchemaMSC
ViewMSC_NEC_COMPARE_PLANS#