[Home] [Help]
[Dependency Information]
| Object Name: | MSC_PO_RESCHEDULE_HEADER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MSC.MSC_PO_RESCHEDULE_HEADER_V
|
| Subobject Name: | |
| Status: | VALID |
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
| 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 |
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;
APPS
MSC_APPS_INSTANCES
MSC_PO_RESCHEDULE_INTERFACE
APPS.MSC_PO_RESCHEDULE_HEADER_V is not referenced by any database object
|
|
|
|