[Home] [Help]
[Dependency Information]
| Object Name: | ARBV_UNREC_DISTS_ALT_CRNCY |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.ARBV_UNREC_DISTS_ALT_CRNCY
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This shows Multiple Reporting Currencies (MRC) information about unbilled receivables amounts posted to the General Ledger ( posted to the General Ledger when the Bill in Arrears invoicing rule is used).
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FUNCTIONAL_DEBIT_AMOUNT | NUMBER | |||
| FUNCTIONAL_CREDIT_AMOUNT | NUMBER | |||
| _LA:POSTED_FLAG | CHAR | (72) | ||
| CUST_TRX_LINE_GL_DIST_ID | NUMBER | (15) | Yes | |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | |
| CUSTOMER_TRX_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT FUNCTIONAL_DEBIT_AMOUNT
, FUNCTIONAL_CREDIT_AMOUNT
, _LA:POSTED_FLAG
, CUST_TRX_LINE_GL_DIST_ID
, SET_OF_BOOKS_ID
, CUSTOMER_TRX_ID
FROM APPS.ARBV_UNREC_DISTS_ALT_CRNCY;
APPS
RA_MC_TRX_LINE_GL_DIST
APPS.ARBV_UNREC_DISTS_ALT_CRNCY is not referenced by any database object
|
|
|
|