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


VIEW: APPS.MSC_PO_RESCHEDULE_HEADER_V

Object Details
Object Name: MSC_PO_RESCHEDULE_HEADER_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewMSC.MSC_PO_RESCHEDULE_HEADER_V
Subobject Name:
Status: VALID

View Type

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


This view contains the header information of a rescheduled purchase order. This view is used in XML-outbound


[View Source]

Columns
Name Datatype Length Mandatory Comments
PURCHASE_ORDER_ID VARCHAR2 (62)
Purchase Order Identifier
PO_NUMBER VARCHAR2 (240)
Purchase Order Number
SR_INSTANCE_ID NUMBER
Yes Source application instance identifier
INSTANCE_CODE VARCHAR2 (3) Yes Source Instance Code
SOURCE_LINE_ID NUMBER

Source Line ID
Query Text

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


SELECT PURCHASE_ORDER_ID
,      PO_NUMBER
,      SR_INSTANCE_ID
,      INSTANCE_CODE
,      SOURCE_LINE_ID
FROM APPS.MSC_PO_RESCHEDULE_HEADER_V;

Dependencies

[top of page]

APPS.MSC_PO_RESCHEDULE_HEADER_V references the following:

SchemaAPPS
SynonymMSC_APPS_INSTANCES
SynonymMSC_PO_RESCHEDULE_INTERFACE

APPS.MSC_PO_RESCHEDULE_HEADER_V is not referenced by any database object