[Home] [Help]
[Dependency Information]
Object Name: | AR_SUM_REF_EVENT_HIST |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_SUM_REF_EVENT_HIST table temporarily stores the history of all AR business events that different transactional activities raise while the Refresh AR Transactions Summary Tables concurrent program is running. When the Refresh AR Transactions Summary Tables concurrent program completes, the concurrent program processes the business events that were raised while the program was running. After processing the business events, the concurrent program then deletes the records from the AR_SUM_REF_EVENT_HIST table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BUSINESS_EVENT_NAME | VARCHAR2 | (240) | Yes | Business Event Name |
EVENT_KEY | VARCHAR2 | (240) | Yes | Uniquely identifies a specific instance of a business event. |
PAYMENT_SCHEDULE_ID | NUMBER | (15) | Unique identifier of the payment schedule record of the transaction that raised the business event. | |
CUSTOMER_TRX_ID | NUMBER | (15) | Unique identifier of the transaction that raised the business event. | |
CASH_RECEIPT_ID | NUMBER | (15) | Unique identifier of the cash receipt that raised the business event. | |
RECEIVABLE_APPLICATION_ID | NUMBER | (15) | Unique identifier of the receivable applications record that raised the business event. | |
ADJUSTMENT_ID | NUMBER | (15) | Unique identifier of the adjustment that raised the business event. | |
HISTORY_ID | NUMBER | (15) | Unique identifier of the ar_trx_summary_hist record. | |
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). | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATE_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
PROCESSED_FLAG | VARCHAR2 | (1) | For Future Usage. |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_EVENT_NAME
, EVENT_KEY
, PAYMENT_SCHEDULE_ID
, CUSTOMER_TRX_ID
, CASH_RECEIPT_ID
, RECEIVABLE_APPLICATION_ID
, ADJUSTMENT_ID
, HISTORY_ID
, REQUEST_ID
, LAST_UPDATE_DATE
, LAST_UPDATE_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, PROCESSED_FLAG
FROM AR.AR_SUM_REF_EVENT_HIST;
AR.AR_SUM_REF_EVENT_HIST does not reference any database object
AR.AR_SUM_REF_EVENT_HIST is referenced by following:
|
|
|