[Home] [Help]
[Dependency Information]
Object Name: | AR_CMGT_BANK_REF_ACCTS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_CMGT_BANK_REF_ACCTS table stores detailed bank account balance information for the company under credit review. The bank account type identifies whether the account is used for paying debts, and the average balance aids in determining helps to indicate a company's the ability of the company to meet its trade credit obligations.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_CMGT_BANK_REF_ACCTS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_CMGT_BANK_REF_ACCTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BANK_REFERENCE_ACCOUNT_ID | NUMBER | (15) | Yes | Unique identifier of the bank account for the company under credit review. |
DATAPOINT_ID | NUMBER | (15) | Yes | Unique data point identifier of the bank reference data point to which the bank account belongsfor Bbank Aaccount information used in displaying the value of the data in the case folder |
CREDIT_REQUEST_ID | NUMBER | (15) | Yes | Identifier of the credit request that initiated the collection of this companys bank account information |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_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). |
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). | |
ACCOUNT_NUMBER | VARCHAR2 | (50) | Bank account number for the company under credit review | |
ACCOUNT_TYPE | VARCHAR2 | (30) | The type of bank account, e.g.,such as depository, checking, etc.and so on | |
DATE_OPENED | DATE | Date when the bank account was opened | ||
CURRENCY | VARCHAR2 | (30) | Currency of the bank account | |
CURRENT_BALANCE | NUMBER | Current balance of the bank account | ||
BALANCE_DATE | DATE | Date for which when the current balance of the bank account was reported | ||
AVERAGE_BALANCE | NUMBER | Average balance of the bank account for the customer under credit review. |
Cut, paste (and edit) the following text to query this object:
SELECT BANK_REFERENCE_ACCOUNT_ID
, DATAPOINT_ID
, CREDIT_REQUEST_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ACCOUNT_NUMBER
, ACCOUNT_TYPE
, DATE_OPENED
, CURRENCY
, CURRENT_BALANCE
, BALANCE_DATE
, AVERAGE_BALANCE
FROM AR.AR_CMGT_BANK_REF_ACCTS;
AR.AR_CMGT_BANK_REF_ACCTS does not reference any database object
AR.AR_CMGT_BANK_REF_ACCTS is referenced by following:
|
|
|