[Home] [Help]
[Dependency Information]
| Object Name: | AR_NET_REVENUE |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.AR_NET_REVENUE
|
| 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 |
|---|---|---|---|---|
| CUSTOMER_TRX_LINE_ID | NUMBER | (15) | Invoice line identifier | |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
| GL_DATE | DATE | GL Date | ||
| AMOUNT | NUMBER | The uncredited amount of the invoice line | ||
| PERIOD_SET_NAME | VARCHAR2 | (30) | Accounting calendar name |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTOMER_TRX_LINE_ID
, REQUEST_ID
, GL_DATE
, AMOUNT
, PERIOD_SET_NAME
FROM APPS.AR_NET_REVENUE;
APPS
AR_NET_REVENUE_ASSIGNMENTS
APPS.AR_NET_REVENUE is not referenced by any database object
|
|
|
|