[Home] [Help]
[Dependency Information]
| Object Name: | OEFV_ORDER_CHARGES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ONT.OEFV_ORDER_CHARGES
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HEADER_ID | NUMBER | Yes | ||
| LINE_ID | NUMBER | |||
| CHARGE_NAME | VARCHAR2 | (4000) | ||
| CHARGE_AMOUNT | NUMBER | |||
| CURRENCY_CODE | VARCHAR2 | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT HEADER_ID
, LINE_ID
, CHARGE_NAME
, CHARGE_AMOUNT
, CURRENCY_CODE
FROM APPS.OEFV_ORDER_CHARGES;
APPS
OE_CHARGE_LINES_V
ONT_CHARGE_UTIL
- show dependent code
APPS.OEFV_ORDER_CHARGES is not referenced by any database object
|
|
|
|