[Home] [Help]
[Dependency Information]
Object Name: | GML_GASNO_DETAIL_CHARGES_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 detail data to support the OPM Outbound Advanced Ship Notice (856/DESADV) EDI transaction.
This view is used to populate the GML_GASNO_DETAIL_CHARGES table by primarily viewing data stored in the OP_ORDR_CHG and OP_CHRG_MST tables in OPM Order Fulfillment.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LINE_ID | NUMBER | (10) | Yes | |
SAC_INDICATOR_INT | NUMBER | |||
SAC_CODE_INT | VARCHAR2 | (32) | Yes | |
SAC_METHOD_INT | NUMBER | (5) | Yes | |
CHARGE_LINE_AMOUNT | NUMBER | |||
CHARGE_RATE | NUMBER | |||
CHARGE_UNIT_AMOUNT | NUMBER | |||
CHARGE_UOM | VARCHAR2 | (4) | ||
CHARGE_QTY | NUMBER | Yes | ||
SAC_DESCRIPTION | VARCHAR2 | (70) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT LINE_ID
, SAC_INDICATOR_INT
, SAC_CODE_INT
, SAC_METHOD_INT
, CHARGE_LINE_AMOUNT
, CHARGE_RATE
, CHARGE_UNIT_AMOUNT
, CHARGE_UOM
, CHARGE_QTY
, SAC_DESCRIPTION
FROM APPS.GML_GASNO_DETAIL_CHARGES_V;
APPS.GML_GASNO_DETAIL_CHARGES_V is not referenced by any database object
|
|
|