[Home] [Help]
[Dependency Information]
| Object Name: | AR_CR_INF_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AR.AR_CR_INF_V
|
| 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 |
|---|---|---|---|---|
| CASH_RECEIPT_ID | NUMBER | (15) | Yes | Identifier of the cash receipt |
| CUSTOMER_NAME | VARCHAR2 | (360) | Name of this party | |
| CUSTOMER_NUMBER | VARCHAR2 | (30) | Account Number | |
| RECEIPT_NUMBER | VARCHAR2 | (30) | Cash receipt number | |
| RECEIPT_DOCUMENT_NUMBER | NUMBER | (15) | Value assigned to document receipt | |
| RECEIPT_CREATION_DATE | DATE | Yes | Date of the payment entry | |
| RECEIPT_METHOD | VARCHAR2 | (30) | Yes | Name of the receipt method |
Cut, paste (and edit) the following text to query this object:
SELECT CASH_RECEIPT_ID
, CUSTOMER_NAME
, CUSTOMER_NUMBER
, RECEIPT_NUMBER
, RECEIPT_DOCUMENT_NUMBER
, RECEIPT_CREATION_DATE
, RECEIPT_METHOD
FROM APPS.AR_CR_INF_V;
APPS
AR_CASH_RECEIPTS_ALL
AR_RECEIPT_METHODS
HZ_CUST_ACCOUNTS
HZ_PARTIES
APPS.AR_CR_INF_V is not referenced by any database object
|
|
|
|