[Home] [Help]
[Dependency Information]
Object Name: | AR_CMGT_CF_AGING_DTLS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_CMGT_CF_AGING_DTLS table stores the calculated aging bucket values for the customer under credit review when the case folder is created. The default aging buckets used for credit reviews are named 'Credit' and are set up in the Oracle Receivables Setup Aging Buckets form. Aging buckets are used to report the value of current and past due transactions for a customer.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_CMGT_CF_AGING_DTLS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CASE_FOLDER_ID | NUMBER | (15) | Yes | The AR_CMGT_CF_AGING_DTLS table stores the calculated aging bucket values for the customer under credit review when the case folder is created. |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
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). | |
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). |
AGING_BUCKET_ID | NUMBER | (15) | Yes | Identifier of the aging bucket associated with the case folder |
AGING_BUCKET_LINE_ID | NUMBER | (15) | Yes | Identifier of the aging bucket line associated with the case folder |
AMOUNT | NUMBER | Aging amount | ||
COUNT | NUMBER | Aging count |
Cut, paste (and edit) the following text to query this object:
SELECT CASE_FOLDER_ID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, AGING_BUCKET_ID
, AGING_BUCKET_LINE_ID
, AMOUNT
, COUNT
FROM AR.AR_CMGT_CF_AGING_DTLS;
AR.AR_CMGT_CF_AGING_DTLS does not reference any database object
AR.AR_CMGT_CF_AGING_DTLS is referenced by following:
|
|
|