[Home] [Help]
[Dependency Information]
Object Name: | ISC_MSC_MFG_SERVICE_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view is used by the Service Level vs Profit report.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CARRYING_COST | NUMBER | Total carrying cost for the plan | ||
PRODUCTION_COST | NUMBER | Total production cost of the plan | ||
PURCHASING_COST | NUMBER | Total purchasing cost for the plan | ||
REVENUE | NUMBER | Total MDS price of the plan | ||
INVENTORY_VALUE | NUMBER | Inventory value | ||
TOTAL_DEMAND | NUMBER | Total demand quantity | ||
SATISFIED_DEMAND | NUMBER | Total demand quantity that can be satisfied | ||
TARGET_SERVICE_LEVEL | NUMBER | Service level | ||
PLAN_ID | NUMBER | Yes | Organization identifier | |
OWNING_ORG | VARCHAR2 | (255) | Yes | Name of the Organization |
PLAN_NAME | VARCHAR2 | (10) | Yes | Name of the plan |
CATEGORY_SET_NAME | VARCHAR2 | (30) | Yes | Category set name |
Cut, paste (and edit) the following text to query this object:
SELECT CARRYING_COST
, PRODUCTION_COST
, PURCHASING_COST
, REVENUE
, INVENTORY_VALUE
, TOTAL_DEMAND
, SATISFIED_DEMAND
, TARGET_SERVICE_LEVEL
, PLAN_ID
, OWNING_ORG
, PLAN_NAME
, CATEGORY_SET_NAME
FROM APPS.ISC_MSC_MFG_SERVICE_V;
APPS.ISC_MSC_MFG_SERVICE_V is not referenced by any database object
|
|
|