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


VIEW: APPS.AR_CM_NET_REVENUE_FORM

Object Details
Object Name: AR_CM_NET_REVENUE_FORM
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.AR_CM_NET_REVENUE_FORM
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
PREVIOUS_CUSTOMER_TRX_LINE_ID NUMBER (15)
Points to the transaction line that the credit memo is crediting
PREVIOUS_CUSTOMER_TRX_ID NUMBER (15)
Transaction that the credit memo is crediting
GL_DATE DATE

GL date
AMOUNT NUMBER

Amount credited for this GL date
NET_UNIT_PRICE NUMBER

Net unit price of item being credited
PERIOD_SET_NAME VARCHAR2 (30)
Accounting calendar name
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PREVIOUS_CUSTOMER_TRX_LINE_ID
,      PREVIOUS_CUSTOMER_TRX_ID
,      GL_DATE
,      AMOUNT
,      NET_UNIT_PRICE
,      PERIOD_SET_NAME
FROM APPS.AR_CM_NET_REVENUE_FORM;

Dependencies

[top of page]

APPS.AR_CM_NET_REVENUE_FORM references the following:

SchemaAPPS
ViewAR_CM_NET_REV_ASSIGNMENTS_FRM

APPS.AR_CM_NET_REVENUE_FORM is not referenced by any database object