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


TABLE: IBY.IBY_EXT_BANK_ACCOUNTS

Object Details
Object Name: IBY_EXT_BANK_ACCOUNTS
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_EXT_BANK_ACCOUNTS
Subobject Name:
Status: VALID


"This table contains records of the external bank accounts entered manually. This table corresponds to the Banking details page of supplier or customer.
This table contains bank, branch, masking, encryption details of the external bank accounts.
This table should not be translated for any columns. This is a common table used by both Funds disbursement and funds Capture module."


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_EXT_BANK_ACCOUNTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXT_BANK_ACCOUNT_ID
IBY_EXT_BANK_ACCOUNTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBANK_ID
IBY_EXT_BANK_ACCOUNTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBRANCH_ID
IBY_EXT_BANK_ACCOUNTS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBANK_ACCOUNT_NUM_HASH1
ColumnBANK_ACCOUNT_NUM_HASH2
IBY_EXT_BANK_ACCOUNTS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnIBAN_HASH1
ColumnIBAN_HASH2
IBY_EXT_BANK_ACCOUNTS_N5 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBA_MASK_SETTING
ColumnBA_UNMASK_LENGTH
IBY_EXT_BANK_ACCOUNTS_N6 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBANK_ACCOUNT_NUM
ColumnBRANCH_ID
ColumnBANK_ID
IBY_EXT_BANK_ACCOUNTS_N7 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBANK_ACCOUNT_NAME
Columns
Name Datatype Length Mandatory Comments
EXT_BANK_ACCOUNT_ID NUMBER (15) Yes Unique internal Identifier for this record. Generated using a database sequence.
COUNTRY_CODE VARCHAR2 (2)
Country code of the bank for which the bank accounts is created.
BRANCH_ID NUMBER (15)
Identifier of the bank branch that this bank account belongs to
BANK_ID NUMBER (15)
Identifier of the bank that the bank branch belong to
BANK_ACCOUNT_NUM VARCHAR2 (100)
Account number
BANK_ACCOUNT_NUM_HASH1 VARCHAR2 (64)
Hash1 of the bank account number. Used for the encryption of the bank account number.
BANK_ACCOUNT_NUM_HASH2 VARCHAR2 (64)
Hash2 of the bank account number. Used for the encryption of the bank account number.
MASKED_BANK_ACCOUNT_NUM VARCHAR2 (100)
The bank account number masked as per the setup. This is used for displaying the bank account number on the UI.
BA_MASK_SETTING VARCHAR2 (30)
Setup value for the masking of the bank account number. The possible values are - Display Last Digits, Display First Digits and Display None. Value are taken from lookup IBY_PMT_INSTR_MASKING.
BA_UNMASK_LENGTH NUMBER (2)
The number of digits that can be exposed while displaying the bank account number on the UI or reports.
CURRENCY_CODE VARCHAR2 (15)
Currency code of the bank account with which the bank account is defined.
IBAN VARCHAR2 (50)
International Bank Account Number
IBAN_HASH1 VARCHAR2 (64)
IBAN hash1 value. Used for the encryption of the International Bank Account Number.
IBAN_HASH2 VARCHAR2 (64)
IBAN hash2 value. Used for the encryption of the International Bank Account Number.
MASKED_IBAN VARCHAR2 (50)
Masked IBAN value; to be used for display purposes
CHECK_DIGITS VARCHAR2 (30)
Bank account check digit value as entered.
BANK_ACCOUNT_TYPE VARCHAR2 (25)
Bank account type (e.g. SAVINGS, CHECKING)
ACCOUNT_CLASSIFICATION VARCHAR2 (30)
Account classification
ACCOUNT_SUFFIX VARCHAR2 (30)
Account suffix
AGENCY_LOCATION_CODE VARCHAR2 (30)
Agency location code as entered under the details heading of the bank account setup.
PAYMENT_FACTOR_FLAG VARCHAR2 (1)
Indicates whether this is a payment factor bank account
FOREIGN_PAYMENT_USE_FLAG VARCHAR2 (1)
Y or N flag indicating that this bank account can be used for foreign payments
EXCHANGE_RATE_AGREEMENT_NUM VARCHAR2 (80)
Exchange rate agreement number
EXCHANGE_RATE_AGREEMENT_TYPE VARCHAR2 (80)
Exchange rate agreement type
EXCHANGE_RATE NUMBER

Exchange rate
HEDGING_CONTRACT_REFERENCE VARCHAR2 (20)
Hedging contract reference
SECONDARY_ACCOUNT_REFERENCE VARCHAR2 (30)
Secondary Account Reference as entered under the details heading of the bank account setup.
BA_NUM_SEC_SEGMENT_ID NUMBER (15)
Bank Account Number Security Segment ID, used for encryption.
ENCRYPTED VARCHAR2 (1) Yes Y or N indicating whether bank account number is encrypted.
IBAN_SEC_SEGMENT_ID NUMBER (15)
Used for the encryption of the International Bank Account Number.
ATTRIBUTE_CATEGORY VARCHAR2 (150)
Descriptive Flexfield structure defining column
ATTRIBUTE1 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive Flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive Flexfield segment
REQUEST_ID NUMBER (15)
Enhanced Who column. Concurrent Program who column - concurrent request id of the program that last updated this row. Foreign key to the REQUEST_ID column of the FND_CONCURRENT_REQUESTS table..
PROGRAM_APPLICATION_ID NUMBER (15)
Enhanced Who column. Concurrent Program who column - application id of the program that last updated this row. Foreign key to the APPLICATION_ID column of the FND_APPLICATION table.
PROGRAM_ID NUMBER (15)
Enhanced Who column. Concurrent Program who column - program id of the program that last updated this row. Foreign key to the CONCURRENT_PROGRAM_ID column of the FND_CONCURRENT_PROGRAM table.
PROGRAM_UPDATE_DATE DATE

Enhanced Who column. Concurrent Program who column - date when a program last updated this row.
START_DATE DATE

Start date
END_DATE DATE

End date
CREATED_BY NUMBER (15) Yes Standard who column - unique internal identifier of user who created this row. Foreign key to the USER_ID column of the FND_USER table.
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - unique internal identifier user who last updated this row. Foreign key to the USER_ID column of the FND_USER table.
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 the LOGIN_ID column of the FND_LOGINS table.
OBJECT_VERSION_NUMBER NUMBER
Yes Used for locking purposes that subsequently allows for checking if there is 'dirty' or old data on the screen compared to what is in the database. The situation occurs when the HTML application is an 'stateless' application.
BANK_ACCOUNT_NAME VARCHAR2 (80)
The name of the bank account.
BANK_ACCOUNT_NAME_ALT VARCHAR2 (320)
The alternate name of the bank account.
SHORT_ACCT_NAME VARCHAR2 (30)
The short name of the bank account.
DESCRIPTION VARCHAR2 (240)
The description regarding the bank account.
BANK_ACCOUNT_NUM_ELECTRONIC VARCHAR2 (100)
The bank account number used in electronic files, if different from the written form
BA_NUM_ELEC_SEC_SEGMENT_ID NUMBER (15)
Electronically-formatted bank number security segment identifier
SALT_VERSION NUMBER (2)
Denotes the versions of the encryption algorithm used for the Bank account number encryption.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT EXT_BANK_ACCOUNT_ID
,      COUNTRY_CODE
,      BRANCH_ID
,      BANK_ID
,      BANK_ACCOUNT_NUM
,      BANK_ACCOUNT_NUM_HASH1
,      BANK_ACCOUNT_NUM_HASH2
,      MASKED_BANK_ACCOUNT_NUM
,      BA_MASK_SETTING
,      BA_UNMASK_LENGTH
,      CURRENCY_CODE
,      IBAN
,      IBAN_HASH1
,      IBAN_HASH2
,      MASKED_IBAN
,      CHECK_DIGITS
,      BANK_ACCOUNT_TYPE
,      ACCOUNT_CLASSIFICATION
,      ACCOUNT_SUFFIX
,      AGENCY_LOCATION_CODE
,      PAYMENT_FACTOR_FLAG
,      FOREIGN_PAYMENT_USE_FLAG
,      EXCHANGE_RATE_AGREEMENT_NUM
,      EXCHANGE_RATE_AGREEMENT_TYPE
,      EXCHANGE_RATE
,      HEDGING_CONTRACT_REFERENCE
,      SECONDARY_ACCOUNT_REFERENCE
,      BA_NUM_SEC_SEGMENT_ID
,      ENCRYPTED
,      IBAN_SEC_SEGMENT_ID
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      START_DATE
,      END_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      BANK_ACCOUNT_NAME
,      BANK_ACCOUNT_NAME_ALT
,      SHORT_ACCT_NAME
,      DESCRIPTION
,      BANK_ACCOUNT_NUM_ELECTRONIC
,      BA_NUM_ELEC_SEC_SEGMENT_ID
,      SALT_VERSION
FROM IBY.IBY_EXT_BANK_ACCOUNTS;

Dependencies

[top of page]

IBY.IBY_EXT_BANK_ACCOUNTS does not reference any database object

IBY.IBY_EXT_BANK_ACCOUNTS is referenced by following:

SchemaAPPS
SynonymIBY_EXT_BANK_ACCOUNTS