[Home] [Help]
[Dependency Information]
| Object Name: | GML_GASNO_DETAIL_TEXT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GML.GML_GASNO_DETAIL_TEXT_V
|
| 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 detailt text data to support the OPM Outbound Advanced Ship Notice (856/DESADV) EDI transaction.
This view is used to populate the GML_GASNO_DETAIL_TEXT table by primarily viewing data stored in the OP_TEXT_TBL table in OPM Order Fulfillment.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LINE_ID | NUMBER | (10) | Yes | |
| TEXT_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 LINE_ID
, TEXT_ID
, LANG_CODE_INT
, PARA_CODE_INT
, SUB_PARACODE
, LINE_NO
, TEXT
FROM APPS.GML_GASNO_DETAIL_TEXT_V;
APPS
OP_ORDR_DTL
OP_TEXT_TBL
APPS.GML_GASNO_DETAIL_TEXT_V is not referenced by any database object
|
|
|
|