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


VIEW: APPS.MSC_MSD_HISTORY_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
RECORD_TYPE NUMBER

record type
ROW_TYPE NUMBER

row type
ZONE_ID NUMBER

zone
SR_INSTANCE_ID NUMBER

sr instance
ORGANIZATION_ID NUMBER

organization
INVENTORY_ITEM_ID NUMBER

inventory item
ANCHOR_DATE DATE

date
QUANTITY NUMBER

quantity
Query Text

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


SELECT RECORD_TYPE
,      ROW_TYPE
,      ZONE_ID
,      SR_INSTANCE_ID
,      ORGANIZATION_ID
,      INVENTORY_ITEM_ID
,      ANCHOR_DATE
,      QUANTITY
FROM APPS.MSC_MSD_HISTORY_V;

Dependencies

[top of page]

APPS.MSC_MSD_HISTORY_V references the following:

SchemaAPPS
ViewMSD_DPT_RPR_USG_HISTORY_V
ViewMSD_FLD_SER_USG_HISTORY_V
ViewMSD_PRODUCT_RETURN_HISTORY_V
ViewMSD_SHIPMENT_HISTORY_V
ViewMSD_SRP_RETURN_HISTORY_V
APPS.MSC_MSD_HISTORY_V is referenced by following:

SchemaAPPS
Package BodyMSC_SDA_PKG - show dependent code