DBA Data[Home] [Help] [Dependency Information]


TABLE: AR.AR_CMGT_BANK_REF_ACCTS

Object Details
Object Name: AR_CMGT_BANK_REF_ACCTS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_CMGT_BANK_REF_ACCTS
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_CMGT_BANK_REF_ACCTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBANK_REFERENCE_ACCOUNT_ID
AR_CMGT_BANK_REF_ACCTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDATAPOINT_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

AR.AR_CMGT_BANK_REF_ACCTS does not reference any database object

AR.AR_CMGT_BANK_REF_ACCTS is referenced by following:

SchemaAR
ViewAR_CMGT_BANK_REF_ACCTS#