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


VIEW: APPS.ISC_MSC_PURCHASING_BASE_V

Object Details
Object Name: ISC_MSC_PURCHASING_BASE_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 ISC_MSC_PURCHASING_V view.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PURCHASING_COST NUMBER

Purchasing cost
PLAN_ID NUMBER

Plan identifier
SR_INSTANCE_ID NUMBER

Source application instance identifier of the item org
ORGANIZATION_ID NUMBER

Organization identifier
INVENTORY_ITEM_ID NUMBER

Inventory item identifier
SUPPLIER_ID VARCHAR2 (40)
Source supplier identifier
NEW_SCHEDULE_DATE DATE

End date of the supply (completion date of first unit)
Query Text

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


SELECT PURCHASING_COST
,      PLAN_ID
,      SR_INSTANCE_ID
,      ORGANIZATION_ID
,      INVENTORY_ITEM_ID
,      SUPPLIER_ID
,      NEW_SCHEDULE_DATE
FROM APPS.ISC_MSC_PURCHASING_BASE_V;

Dependencies

[top of page]

APPS.ISC_MSC_PURCHASING_BASE_V references the following:

SchemaAPPS
SynonymMSC_ITEM_SUPPLIERS
SynonymMSC_SUPPLIES
SynonymMSC_SYSTEM_ITEMS
APPS.ISC_MSC_PURCHASING_BASE_V is referenced by following:

SchemaAPPS
ViewISC_MSC_PURCHASING_V