Table Description
Organization Bank Account Link: A bank account for an organization.

One or more bank accounts can be created for an organization

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Organisation::Entity Objects::OrgBankAccountLink::OrgBankAccountLink
Controlling File: core\model\Packages\Organisation\OrgBankAccountLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
orgBankAccountLinkIDkeynoUnique identifier for organization bank account link tableORG_BANK_ACCOUNT_LINK_ID SVR_INT64
organisationIDdetailsnoUnique identifier for an Organization.ORGANISATION_ID SVR_INT64
bankAccountIDdetailsnoUnique identifier for a bank account.BANK_ACCOUNT_ID SVR_INT64
Foreign Keys (2)
ChildParent
OrgBankAccountLink.bankAccountIDBankAccount.bankAccountID
OrgBankAccountLink.organisationIDOrganisation.organisationID
Indices (1)
Index NameAttributes
OrgBnkAccLnkIdxorganisationID, bankAccountID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertPRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
searchBankAccountsInOrgnsmultiPRE_DATA_ACCESS: yes
READMULTI_LIM: 0
 
Read all records from the BankAccount table for a particular Organization. This method has a Pre Data Access function that checks if the input Organization key is valid. If invalid this function throws an exception.SQL
readOrganisationNamens To retrieve the organization details using its bankAccountIDSQL
Related Pages (2)