Search Results ce_banks_v
Overview
CE_BANKS_V is a Cash Management (CE) view owned by the APPS schema that exposes the master list of banks registered in Oracle E-Business Suite. It consolidates bank identification, address, and classification data sourced from the Trading Community Architecture (TCA) model into a single reportable structure. Rather than storing data itself, the view projects columns from the HZ_PARTIES, HZ_ORGANIZATION_PROFILES, HZ_CODE_ASSIGNMENTS, HZ_PARTY_SITES, and HZ_LOCATIONS entities. Its principal purpose is to provide a stable, denormalized interface for bank selection lists, payment instruction lookups, cash management reporting, and integrations that need to resolve a bank party and its institution type. Because it is named with a _V suffix, it is intended for query and read-only integration consumption.
Underlying Base Objects
The view joins five TCA base objects through APPS synonyms. HZ_PARTIES supplies the core party record and is restricted to organizations with an active status. HZ_ORGANIZATION_PROFILES contributes the bank or branch number, home country, and the effective-dated profile row filtered with SYSDATE. HZ_CODE_ASSIGNMENTS resolves the bank classification and drives the BANK_INSTITUTION_TYPE column. HZ_PARTY_SITES and HZ_LOCATIONS are joined with outer (+) syntax to bring in the identifying address for the party. The classification join is constrained to CLASS_CATEGORY = 'BANK_INSTITUTION_TYPE' with CLASS_CODE values limited to 'BANK' and 'CLEARINGHOUSE', and OWNER_TABLE_NAME fixed to 'HZ_PARTIES'. This is the join that answers a search for "bank_institution_type" directly.
Key Columns
- BANK_PARTY_ID — the HZ_PARTIES party identifier for the bank organization.
- BANK_NAME / SHORT_BANK_NAME — the party name and the known-as short name.
- BANK_NUMBER — the bank or branch number from the organization profile.
- BANK_INSTITUTION_TYPE — mapped from HZ_CODE_ASSIGNMENTS.CLASS_CODE; the value is 'BANK' or 'CLEARINGHOUSE'.
- START_DATE / END_DATE — active date range of the bank code assignment.
- ADDRESS_LINE1–4, CITY, STATE, PROVINCE, ZIP, COUNTRY — bank address from HZ_PARTIES.
- SITE_ADDRESS_LINE1, SITE, LOCATION_ID — identifying address retrieved from HZ_PARTY_SITES / HZ_LOCATIONS.
- HOME_COUNTRY — home country from the organization profile.
- ROW_ID — the ROWID of the underlying HZ_PARTIES row.
Common Use Cases and Queries
A frequent requirement is listing all banks of a given institution type, which is the exact scenario implied by the "bank_institution_type" search:
SELECT bank_party_id, bank_name, bank_number, bank_institution_type FROM ce_banks_v WHERE UPPER(bank_institution_type) = 'BANK' ORDER BY bank_name;
A second scenario resolves a single bank by its party identifier or bank number for payment validation:
SELECT bank_name, bank_number, address_line1, city, country FROM ce_banks_v WHERE bank_number = :p_bank_number;
A third common pattern drives LOVs and reconciliation reports that need the active institution type filter:
SELECT bank_name, bank_institution_type, start_date, end_date
FROM ce_banks_v
WHERE bank_institution_type IN ('BANK','CLEARINGHOUSE');
Because the profile join is effective-dated against SYSDATE, queries return only currently valid bank records. Report authors should treat the view as read-only and avoid relying on its ROW_ID for updates.
-
View: CE_BANKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANKS_V, object_name:CE_BANKS_V, status:VALID, product: CE - Cash Management , description: Banks , implementation_dba_data: APPS.CE_BANKS_V ,
-
View: CE_BANKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANKS_V, object_name:CE_BANKS_V, status:VALID, product: CE - Cash Management , description: Banks , implementation_dba_data: APPS.CE_BANKS_V ,
-
VIEW: APPS.IBY_EXT_BANKS_V
12.2.2
-
VIEW: APPS.IBY_EXT_BANKS_V
12.1.1
-
PACKAGE: APPS.FUN_NET_ARAP_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FUN_NET_ARAP_PKG, status:VALID,
-
View: IBY_EXT_BANKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_BANKS_V, object_name:IBY_EXT_BANKS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_BANKS_V ,
-
PACKAGE BODY: APPS.CE_VALIDATE_BANKINFO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_VALIDATE_BANKINFO, status:VALID,
-
View: IBY_EXT_BANKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_BANKS_V, object_name:IBY_EXT_BANKS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_BANKS_V ,
-
PACKAGE: APPS.FUN_NET_ARAP_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FUN_NET_ARAP_PKG, status:VALID,
-
PACKAGE BODY: APPS.IBY_DISBURSEMENT_SETUP_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DISBURSEMENT_SETUP_PUB, status:VALID,
-
PACKAGE: APPS.IBY_VALIDATIONSETS_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
PACKAGE: APPS.IBY_VALIDATIONSETS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
PACKAGE BODY: APPS.IBY_DISBURSEMENT_SETUP_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DISBURSEMENT_SETUP_PUB, status:VALID,
-
VIEW: APPS.IBY_EXT_BANKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_BANKS_V, object_name:IBY_EXT_BANKS_V, status:VALID,
-
VIEW: APPS.IBY_EXT_BANKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_BANKS_V, object_name:IBY_EXT_BANKS_V, status:VALID,
-
PACKAGE BODY: APPS.FUN_NET_ARAP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_NET_ARAP_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.FUN_NET_ARAP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_NET_ARAP_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.CE_BANKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANKS_V, object_name:CE_BANKS_V, status:VALID,
-
SYNONYM: APPS.HZ_CODE_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CODE_ASSIGNMENTS, status:VALID,
-
VIEW: APPS.CE_BANKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANKS_V, object_name:CE_BANKS_V, status:VALID,
-
SYNONYM: APPS.HZ_CODE_ASSIGNMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CODE_ASSIGNMENTS, status:VALID,
-
SYNONYM: APPS.HZ_ORGANIZATION_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_ORGANIZATION_PROFILES, status:VALID,
-
SYNONYM: APPS.HZ_ORGANIZATION_PROFILES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_ORGANIZATION_PROFILES, status:VALID,
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on CE_BANKS_V
12.1.1
-
APPS.FUN_NET_ARAP_PKG dependencies on CE_BANKS_V
12.2.2
-
APPS.CE_VALIDATE_BANKINFO SQL Statements
12.2.2
-
APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on CE_BANKS_V
12.1.1
-
APPS.CE_VALIDATE_BANKINFO dependencies on CE_BANKS_V
12.2.2
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on CE_BANKS_V
12.2.2
-
APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on CE_BANKS_V
12.2.2
-
APPS.FUN_NET_ARAP_PKG dependencies on CE_BANKS_V
12.2.2
-
APPS.FUN_NET_ARAP_PKG dependencies on CE_BANKS_V
12.1.1
-
APPS.FUN_NET_ARAP_PKG dependencies on CE_BANKS_V
12.1.1
-
APPS.IBY_DISBURSEMENT_SETUP_PUB SQL Statements
12.1.1
-
APPS.IBY_DISBURSEMENT_SETUP_PUB SQL Statements
12.2.2
-
SYNONYM: APPS.HZ_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
SYNONYM: APPS.HZ_LOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
APPS.FUN_NET_ARAP_PKG SQL Statements
12.1.1
-
APPS.FUN_NET_ARAP_PKG dependencies on CE_BANK_ACCT_USES
12.1.1
-
APPS.FUN_NET_ARAP_PKG dependencies on CE_BANK_ACCT_USES
12.2.2
-
APPS.FUN_NET_ARAP_PKG dependencies on CE_BANK_ACCOUNTS
12.2.2
-
APPS.FUN_NET_ARAP_PKG dependencies on CE_BANK_ACCOUNTS
12.1.1
-
APPS.FUN_NET_ARAP_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,