[Home] [Help]
[Dependency Information]
| Object Name: | OP_ORDR_HDR_VW1 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GML.OP_ORDR_HDR_VW1
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
View on order header contains active orders, not on hold. Used in
lookups.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORDER_ID | NUMBER | (10) | Yes | |
| ORGN_CODE | VARCHAR2 | (4) | Yes | |
| ORDER_NO | VARCHAR2 | (32) | Yes | |
| SHIPCUST_ID | NUMBER | (15) | Yes | |
| CUST_NO | VARCHAR2 | (4000) | ||
| DELETE_MARK | NUMBER | (5) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ORDER_ID
, ORGN_CODE
, ORDER_NO
, SHIPCUST_ID
, CUST_NO
, DELETE_MARK
FROM APPS.OP_ORDR_HDR_VW1;
APPS
FND_PROFILE
- show dependent code
OP_CUST_MST
OP_HOLD_CDS
OP_ORDR_DTL
OP_ORDR_HDR
APPS.OP_ORDR_HDR_VW1 is not referenced by any database object
|
|
|
|