[Home] [Help]
[Dependency Information]
Object Name: | GML_GPOAO_ORDER_TEXT_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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.
Contains sales order header text data to support the OPM Outbound Purchase Order Acknowledgement (855/ORDRSP) EDI transaction.
This view is used to populate the GML_GPOAO_ORDER_TEXT table by primarily viewing data stored in the OP_TEXT_TBL table in OPM Order Fulfillment.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORDER_ID | NUMBER | (10) | Yes | |
LANG_CODE_INT | VARCHAR2 | (4) | Yes | |
PARA_CODE_INT | VARCHAR2 | (4) | Yes | |
SUB_PARACODE | NUMBER | (5) | Yes | |
LINE_NO | NUMBER | (5) | Yes | |
TEXT | VARCHAR2 | (70) |
Cut, paste (and edit) the following text to query this object:
SELECT ORDER_ID
, LANG_CODE_INT
, PARA_CODE_INT
, SUB_PARACODE
, LINE_NO
, TEXT
FROM APPS.GML_GPOAO_ORDER_TEXT_V;
APPS.GML_GPOAO_ORDER_TEXT_V is not referenced by any database object
|
|
|