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


VIEW: APPS.ISC_MSC_POST_COST_V

Object Details
Object Name: ISC_MSC_POST_COST_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view is used by the Postponement Cost Savings report.


[View Source]

Columns
Name Datatype Length Mandatory Comments
INVENTORY_COST_NO_POST NUMBER

Inventory Value No Post
INVENTORY_COST_POST NUMBER

Inventory Value No Post
INVENTORY_VALUE_NO_POST NUMBER

Inventory Value No Post
INVENTORY_VALUE_POST NUMBER

Inventory Value No Post
PLAN_ID NUMBER
Yes Organization identifier
OWNING_ORG_ID VARCHAR2 (81)
Source instance id for the org||'-'||Organization identifier of the organization owning the plan
ORGANIZATION_ID VARCHAR2 (81)
Source application instance identifier||'-'||Organization identifier
CATEGORY_SET_ID VARCHAR2 (40)
Category set identifier
CATEGORY_ID VARCHAR2 (290)
Category set identifier||Category set name
ITEM_ID NUMBER

Inventory item identifier
Query Text

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


SELECT INVENTORY_COST_NO_POST
,      INVENTORY_COST_POST
,      INVENTORY_VALUE_NO_POST
,      INVENTORY_VALUE_POST
,      PLAN_ID
,      OWNING_ORG_ID
,      ORGANIZATION_ID
,      CATEGORY_SET_ID
,      CATEGORY_ID
,      ITEM_ID
FROM APPS.ISC_MSC_POST_COST_V;

Dependencies

[top of page]

APPS.ISC_MSC_POST_COST_V references the following:

SchemaAPPS
ViewISC_MSC_BIS_PLANS_V
SynonymMSC_BIS_INV_DETAIL
SynonymMSC_ITEM_CATEGORIES

APPS.ISC_MSC_POST_COST_V is not referenced by any database object