DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OEFV_ORDER_CHARGES

Object Details
Object Name: OEFV_ORDER_CHARGES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewONT.OEFV_ORDER_CHARGES
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
HEADER_ID NUMBER
Yes
LINE_ID NUMBER

CHARGE_NAME VARCHAR2 (4000)
CHARGE_AMOUNT NUMBER

CURRENCY_CODE VARCHAR2 (15)
Query Text

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;

Dependencies

[top of page]

APPS.OEFV_ORDER_CHARGES references the following:

SchemaAPPS
ViewOE_CHARGE_LINES_V
PL/SQL PackageONT_CHARGE_UTIL - show dependent code

APPS.OEFV_ORDER_CHARGES is not referenced by any database object