[Home] [Help]
[Dependency Information]
Object Name: | MSC_DEMAND_MV_TAB |
---|---|
Object Type: | TABLE |
Owner: | MSC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This is a KPI Summary Table to group independent demands from MSC_DEMANDS table by plan_id, org_id and sr_instance_id.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
MSC_DEMAND_MV_TAB_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
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 | ||
PLAN_ID | NUMBER | plan identifier | ||
ORGANIZATION_ID | NUMBER | organization identifier | ||
SR_INSTANCE_ID | NUMBER | source application instance identifier | ||
DEMAND_COUNT | NUMBER | map the total count of independent demands in msc_demands table |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, PLAN_ID
, ORGANIZATION_ID
, SR_INSTANCE_ID
, DEMAND_COUNT
FROM MSC.MSC_DEMAND_MV_TAB;
MSC.MSC_DEMAND_MV_TAB does not reference any database object
MSC.MSC_DEMAND_MV_TAB is referenced by following:
|
|
|