[Home] [Help]
[Dependency Information]
| Object Name: | MSC_NEC_COMPARE_PLANS |
|---|---|
| Object Type: | TABLE |
| Owner: | MSC |
| FND Design Data: | MSC.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 |
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;
MSC.MSC_NEC_COMPARE_PLANS does not reference any database object
MSC.MSC_NEC_COMPARE_PLANS is referenced by following:
MSC
MSC_NEC_COMPARE_PLANS#
|
|
|
|