[Home] [Help]
[Dependency Information]
Object Name: | AR_CC_ERROR_MAPPINGS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_CC_ERROR_MAPPINGS table holds the mapping between credit card errors and their corresponding corrective actions. Based on these corrective mappings, Receivables will automatically correct any credit card error that occurs during AutoReceipts or Remittance batches.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_CC_ERROR_MAPPINGS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CC_ERROR_CODE | VARCHAR2 | (80) | Yes | Error code from credit card payment processor |
CC_ERROR_TEXT | VARCHAR2 | (255) | User-enterable description for credit card error code | |
RECEIPT_METHOD_ID | NUMBER | (15) | Yes | Identifier of receipt method.Foreign key to AR_RECEIPT_METHODS_ALL.RECEIPT_METHOD_ID. |
CC_TRX_CATEGORY | VARCHAR2 | (15) | Yes | Transaction category for credit card errors. Based on lookup CC_TRX_CATEGORY. |
CC_ACTION_CODE | VARCHAR2 | (30) | Yes | Corrective action to be performed on transactions with errors. Based on lookup AR_CC_ACTION_CODES. |
NO_DAYS | NUMBER | Number of days after which a subsequent corrective action can be performed. If no subsequent action exists, transaction will appear for manual correction after specified number of days. | ||
SUBSEQUENT_ACTION_CODE | VARCHAR2 | (30) | Subsequent action that will be performed after first action is performed. | |
ERROR_NOTES | VARCHAR2 | (255) | User-enterable notes, attached to corrected transaction | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
OBJECT_VERSION_NUMBER | NUMBER | (15) | Used for locking |
Cut, paste (and edit) the following text to query this object:
SELECT CC_ERROR_CODE
, CC_ERROR_TEXT
, RECEIPT_METHOD_ID
, CC_TRX_CATEGORY
, CC_ACTION_CODE
, NO_DAYS
, SUBSEQUENT_ACTION_CODE
, ERROR_NOTES
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, OBJECT_VERSION_NUMBER
FROM AR.AR_CC_ERROR_MAPPINGS;
AR.AR_CC_ERROR_MAPPINGS does not reference any database object
AR.AR_CC_ERROR_MAPPINGS is referenced by following:
|
|
|