Table Description
Bank Account: A fund that a customer has entrusted to a bank and from which they can make withdrawals.

A participant may have many concurrent bank accounts stored in Curam.

Example

John Smith's benefit is paid into his checking account.

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::BankAccount::BankAccount
Controlling File: core\model\Packages\Organisation\BankAccount_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
VALIDATION_EXIT_POINTyes
Attributes (15)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
bankAccountIDkeynoUnique Identifier for a bank accountBANK_ACCOUNT_ID SVR_INT64
bankBranchIDdetailsnoForeign key to a bank branchBANK_BRANCH_ID SVR_INT64
namedetails First name, Surname or Commercial Name associated with the Bank Account NameBANK_ACCOUNT_NAME SVR_STRING<60>
typeCodedetails The type of account. Codetable is 'BankAccountType'BANK_ACCOUNT_TYPE_CODEBankAccountTypeSVR_STRING<10>
bankSortCodedetails The sort code. Denormalized from the bankBranch table. This field cannot be modified here.BANK_ACCOUNT_BANK_SORT_CODE SVR_STRING<10>
accountNumberdetails The account number for this accountBANK_ACCOUNT_NUMBER SVR_STRING<16>
statusCodedetails Code table code describing the record status of the bank account record.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
startDatedetails The start date of this bank accountCURAM_DATE SVR_DATE
endDatedetails The endDate of this bank account.CURAM_DATE SVR_DATE
commentsdetails User comments. Extra notes for this record.COMMENTS SVR_STRING<300>
bankAccountStatusdetails The current status of a bank account within the system.BANK_ACCOUNT_STATUS_CODEBankAccountStatusSVR_STRING<10>
jointAccountInddetails Indicates whether or not the bank account is shared with another participant.CURAM_INDICATOR SVR_BOOLEAN
paymentIssuedInddetails Indicates if the account has had a payment issued to it. The account may have been cloned, if so this detail is carried through to ensure the account number, sort code or from data cannot be changed.CURAM_INDICATOR SVR_BOOLEAN
bicdetails Optional attribute added in release 6.0.4.3 The swift business identifier code. Denormalized from the bankBranch table. This field cannot be modified here.BANK_ACCOUNT_SWIFT_BUSINESS_IDENTIFIER_CODE SVR_STRING<18>
ibandetails Optional attribute added in release 6.0.4.3 International bank account number for this account.INTERNATIONAL_BANK_ACCOUNT_NUMBER SVR_STRING<34>
Foreign Keys (10)
ChildParent
BankAccount.bankBranchIDBankBranch.bankBranchID
ConcernRoleBankAccount.bankAccountIDBankAccount.bankAccountID
ConcernRole.primaryBankAccountIDBankAccount.bankAccountID
ConcernRoleSnapshot.primaryBankAccountIDBankAccount.bankAccountID
IncomeTrustSchedule.bankAccountIDBankAccount.bankAccountID
LiquidResources.bankAccountIDBankAccount.bankAccountID
OrgBankAccountLink.bankAccountIDBankAccount.bankAccountID
PaymentInstrument.bankAccountIDBankAccount.bankAccountID
WMInstanceData.bankAccountIDBankAccount.bankAccountID
WMInstanceData.oldBankAccountIDBankAccount.bankAccountID
Indices (3)
Index NameAttributes
BankAccountIndex1bankSortCode, accountNumber, statusCode, bankAccountStatus
IbanIndexstatusCode, bankAccountStatus, bic, iban
IND_1541223911bankBranchID
Operations (27)
OperationStereotypeOptionsDescriptionSQL
insertinsertPRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
POST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
Standard Operation 
removeremove Standard Operation 
readBySortCodeAndNumbernsread Returns the bank account using the specified sortCode and accountNumber. 
modifySortCodeForAccountsnsmodifyPOST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
If the sortCode is changed on the BankBranch table the denormalized sort Code on this table must be updated for all accounts with the specified sortCode. 
getUniqueID  Method to generate a Unique ID for the Bank Account record 
countActiveAccountsForBankBranchns This method will count the Accounts for a particular Bank Branch. accountStatusCode will be the input attribute, This will decide what kind of records to be retrieved from the database i.e. either Active or Canceled SQL
countAccountsByBankAccountStatusAndBranchns Counts the number of accounts which match the specified status and bank branch and provides this value as a result.SQL
close  Method to close a bank account 
readEarliestBankAccountDateByBranchIdns Gets earliest start date of account in bank branchSQL
readBankBranchIDSortCodeAccountNumbernsread Reads the bank sort code, account number and the bank branch ID. 
countDuplicatesns This method returns bank accounts with the same account number for the specified concern.SQL
getEarliestBankAccountDateByBranchId  @superseded - replaced by readEarliestBankAccountDateByBranchId 
readBankAccountStatusAndEndDatens This method reads the Bank Account Status and End Date for a Nominee Bank Account.SQL
readStatusStartAndEndDatensread Reads the status, start and end dates of a specified bank account. 
searchDuplicateBankAccount  @superseded - replaced by countDuplicates 
readBankAccountStatusEndDateRecordStatusns Returns the bank account status, start date and record status for a bank account if it is actively being used by a case nominee.SQL
readBankAccountStatusStartDateEndDateRecordStatusnsread Returns the bank account status, start date, end date and record status. 
readBankAccountDtlsByConcernRoleBankAccountIDns Reads the bank account details for a concernRoleBankAccountID.SQL
searchByBankBranchIDreadmulti This method searches for all bank accounts which are held at the specified bank branch. 
countDuplicateBankAccountsns This method returns bank accounts with the same account number for the specified concern.SQL
validateSelectBankAc  This method validates the selecting of a bank account. The user can choose to either select an existing bank account or create a new one. 
pdcModifynsmodifyOPTIMISTIC_LOCKING: yes
POST_DATA_ACCESS: yes
PRE_DATA_ACCESS: yes
Invocation of this method is restricted and should only be called by PDC classes.  
readByBicAndIbannsread Returns the bank account using the specified bic and iban. 
modifyBicForBankAccountsnsmodifyPOST_DATA_ACCESS: yes
If the sortCode is changed on the BankBranch table the denormalized sort Code on this table must be updated for all accounts with the specified sortCode. 
readBankBranchIDSortCodeAccountNumberIBANAndBICnsread Reads the bank sort code, account number and the bank branch ID, iban and bic. 
Related Pages (489)
Cancel Recurring Activity (Activity_cancelRecurringUserActivity)
Cancel Activity (Activity_cancelStandardUserActivity)
New Recurring Activity (Activity_createRecurringActivityForUser)
New Recurring Activity (Activity_createRecurringUserActivity)
New Activity (Activity_createStandardUserActivity)
Invite Attendee (Activity_inviteAttendeeToRecurringActivityFromCreate)
Invite Attendee (Activity_inviteAttendeeToRecurringActivityFromView)
Invite Attendee (Activity_inviteAttendeeToStandardActivityFromCreate)
Invite Attendee (Activity_inviteAttendeeToStandardActivityFromView)
Edit Recurring Activity (Activity_modifyRecurringUserActivity)
Edit Recurring Activity (Activity_modifyRecurringUserActivity1)
Edit Activity (Activity_modifyStandardUserActivity)
Edit Activity (Activity_modifyStandardUserActivity1)
Add Prospect Employer (AddProspectEmployer_registerWizard)
Confirm Location Hearing (Appeal_confirmExternalLocationHearingIC)
Confirm Hearing Review (Appeal_confirmHearing_HearingReviewForIC)
Confirm Hearing Review (Appeal_confirmHearingReviewHearing)
Confirm Hearing Review (Appeal_confirmHearingReviewHearingForIC)
Confirm Home Hearing (Appeal_confirmHomeHearing)
Confirm Home Hearing (Appeal_confirmHomeHearingIC)
Confirm Home Hearing (Appeal_confirmHomeHearingType)
Confirm Home Hearing (Appeal_confirmHomeHearingTypeIC)
Confirm Location Hearing (Appeal_confirmIssueExternalLocationHearingIC)
Confirm Location Hearing (Appeal_confirmIssueLocationHearingIC)
Confirm Location Hearing (Appeal_confirmLocationHearing)
Confirm Location Hearing (Appeal_confirmLocationHearingIC)
Confirm Phone Hearing (Appeal_confirmPhoneHearing)
Confirm Phone Hearing (Appeal_confirmPhoneHearingIC)
Confirm Phone Hearing (Appeal_confirmPhoneHearingType)
Confirm Phone Hearing (Appeal_confirmPhoneHearingTypeIC)
Confirm Reschedule External Location Hearing (Appeal_ConfirmReScheduleExternalLocationHearingIC)
Confirm Reschedule Hearing Review Hearing (Appeal_confirmRescheduleHearingReviewHearing)
Confirm Reschedule Hearing Review Hearing (Appeal_confirmRescheduleHearingReviewHearingForIC)
Confirm Reschedule Home Hearing (Appeal_confirmRescheduleHomeHearing)
Confirm Reschedule Home Hearing (Appeal_confirmRescheduleHomeHearingIC)
Confirm Reschedule Location Hearing (Appeal_confirmRescheduleLocationHearing)
Reschedule Hearing (Appeal_confirmRescheduleLocationHearingIC)
Confirm Reschedule Telephone Hearing (Appeal_confirmReschedulePhoneHearing)
Reschedule Telephone Hearing (Appeal_confirmReschedulePhoneHearingIC)
Confirm Reschedule Hearing Review Hearing (Appeal_confirmRescheduleReviewHearingDateTimeForIC)
New Interpreter (Appeal_createInterpreter)
New Hearing Representative (Appeal_createRepresentative)
New Third Party (Appeal_createThirdParty)
New Transcription Request (Appeal_createTranscription)
New Witness (Appeal_createWitness)
Remove Hearing Attendee (Appeal_removeHearingAttendee)
Reschedule Desk-Based Hearing (Appeal_rescheduleDeskHearing)
New Desk-Based Hearing (Appeal_scheduleDeskHearing)
New Desk-Based Hearing (Appeal_scheduleIssueDeskHearing)
New Email Communication (Application_getEmailCorrespondent)
New MS Word Communication (Application_getMSWordCorrespondentCaseMember)
New Pro Forma Communication (Application_getProFormaCorrespondent)
Record Communication (Application_getRecordCommCorrespondent)
Add Proof (ApplicationVerificationApplication_createVerificationItemProvision)
Add Invitation (CalendarMeetingDetails_addAttendee)
Add Contact Log Attendee (Case_addContactLogAttendee)
Add Contact Participant (Case_addContactLogAttendee1)
New Contact Log (Case_createContactLog)
New Contact (Case_createContactLog1)
New Email Communication (Case_createEmailCommunication)
New Free Form Communication (Case_createFreeFormCommunication)
New Pro Forma Communication (Case_createProFormaCommunication)
New Recurring Activity (Case_createRecurringActivity)
New Activity (Case_createStandardActivity)
New Email Communication (Case_getEmailCorrespondent)
New Microsoft Word Communication (Case_getMSWordCorrespondent)
New Microsoft Word Communication (Case_getMSWordCorrespondentCaseMember)
New Pro Forma Communication (Case_getProFormaCorrespondent)
Record Communication (Case_getRecordCommCorrespondent)
Record Communication (Case_recordCommunication)
New Contact (CaseContactLogWizard_addAttachments)
New Contact (CaseContactLogWizard_addNarrative)
New Contact Participant (CaseContactLogWizard_addParticipants)
Submit Case For Approval (CHIPProductDelivery_submit)
New Receipt (CREOLECHIP_createCoPaymentReceiptEvidence)
New Third Party (DecisionAssistApplication_createThirdParty)
New Activity (DefaultICProduct_createActivity)
New Recurring Activity (DefaultICProduct_createRecurringActivity)
Bank Accounts (EducationalInstitute_listBankAccount)
Register Educational Institute (EducationalInstitute_register)
Bank Accounts (Employer_listBankAccount)
Register Employer (Employer_register)
New Child Support Payments Evidence (EVD_addToCaseAbParChildSupportEvidence_sa)
New Child Support Payments Evidence (EVD_addToCaseAbParChildSupportEvidence_wzSelAllCre)
New Absent Parent Evidence (EVD_addToCaseAbsentParentEvidence_sa)
New Alien Sponsor Evidence (EVD_addToCaseAlienSponsorEvidence_sa)
New Alimony Expense Evidence (EVD_addToCaseAlimonyExpenseEvidence_sa)
New Annuity Beneficiary Evidence (EVD_addToCaseAnnuityBeneficiaryEvidence_sa)
New Annuity Beneficiary Evidence (EVD_addToCaseAnnuityBeneficiaryEvidence_wzSelAllCre)
New Annuity Evidence (EVD_addToCaseAnnuityEvidence_sa)
New Authorized Representative Evidence (EVD_addToCaseAuthorizedRepEvidence_sa)
New Beneficiary Evidence (EVD_addToCaseBeneficiaryEvidence_sa)
New Beneficiary Evidence (EVD_addToCaseBeneficiaryEvidence_wzSelAllCre)
New Burial Plan Evidence (EVD_addToCaseBurialPlanEvidence_sa)
New Child Support Expense Evidence (EVD_addToCaseChildSupportExpenseEvidence_sa)
New Contributor Evidence (EVD_addToCaseContributorEvidence_sa)
New Contributor Evidence (EVD_addToCaseContributorEvidence_wzSelAllCre)
New Dependent Care Expense Evidence (EVD_addToCaseDependentCareExpenseEvidence_sa)
New Deprivation Evidence (EVD_addToCaseDeprivationEvidence_sa)
New Domestic Violence Evidence (EVD_addToCaseDomesticViolenceEvidence_sa)
New Employment Expense Evidence (EVD_addToCaseEmploymentExpenseEvidence_wzSelAllCreEmpOnly)
New General Insurance Evidence (EVD_addToCaseGeneralInsuranceEvidence_sa)
New Household Member Evidence (EVD_addToCaseHouseholdMemberEvidence_sa)
New Legal Guardian Expense Evidence (EVD_addToCaseLegalGuardianEvidence_sa)
New Level Of Care Evidence (EVD_addToCaseLevelOfCareEvidence_sa)
New Life Insurance Evidence (EVD_addToCaseLifeInsuranceEvidence_sa)
New Liquid Resources Evidence (EVD_addToCaseLiquidResourcesEvidence_sa)
New Living Arrangement Evidence (EVD_addToCaseLivingArrangeEvidence_sa)
New Loan Evidence (EVD_addToCaseLoanEvidence_sa)
New Medical Expense Evidence (EVD_addToCaseMedicalExpenseEvidence_sa)
New Medical Institution Evidence (EVD_addToCaseMedicalInstitutionEvidence_sa)
New Medical Insurance Evidence (EVD_addToCaseMedicalInsuranceEvidence_sa)
New Ownership Evidence (EVD_addToCaseOwnershipEvidence_sa)
New Ownership Evidence (EVD_addToCaseOwnershipEvidence_wzSelAllCre)
New Paid Employment Evidence (EVD_addToCasePaidEmploymentEvidence_wzSelAllCreEmpOnly)
New Pregnancy Evidence (EVD_addToCasePregnancyEvidence_sa)
New Resource Transfer Evidence (EVD_addToCaseResourceTransferEvidence_sa)
New Self Employment Evidence (EVD_addToCaseSelfEmploymentEvidence_wzSelAllCreEmpOnly)
New Shelter Expense Evidence (EVD_addToCaseShelterExpenseEvidence_sa)
New Spousal Cooperation Evidence (EVD_addToCaseSpousalCooperationEvidence_sa)
New Student Evidence (EVD_addToCaseStudentEvidence_sa)
New Transfer To Individual Evidence (EVD_addToCaseTransferToIndividualEvidence_sa)
New Transfer To Individual Evidence (EVD_addToCaseTransferToIndividualEvidence_wzSelAllCre)
New Trustee Evidence (EVD_addToCaseTrusteeEvidence_sa)
New Trustee Evidence (EVD_addToCaseTrusteeEvidence_wzSelAllCre)
New Trust Evidence (EVD_addToCaseTrustEvidence_sa)
New Unpaid Employment Evidence (EVD_addToCaseUnpaidEmploymentEvidence_wzSelAllCreEmpOnly)
New Utility Expense Evidence (EVD_addToCaseUtilityExpenseEvidence_sa)
New Veteran Military Service Evidence (EVD_addToCaseVetMilitaryServEvidence_sa)
New Voluntary Quit Evidence (EVD_addToCaseVoluntaryQuitEvidence_wzSelAllCreEmpOnly)
New Child Support Payments Evidence (EVD_createAbParChildSupportEvidence_sa)
New Child Support Payments Evidence (EVD_createAbParChildSupportEvidence_wzSelAllCre)
New Absent Parent Evidence (EVD_createAbsentParentEvidence_sa)
New Alien Sponsor Evidence (EVD_createAlienSponsorEvidence_sa)
New Alimony Expense Evidence (EVD_createAlimonyExpenseEvidence_sa)
New Annuity Beneficiary Evidence (EVD_createAnnuityBeneficiaryEvidence_sa)
New Annuity Beneficiary Evidence (EVD_createAnnuityBeneficiaryEvidence_wzSelAllCre)
New Annuity Evidence (EVD_createAnnuityEvidence_sa)
New Authorized Representative Evidence (EVD_createAuthorizedRepEvidence_sa)
New Beneficiary Evidence (EVD_createBeneficiaryEvidence_sa)
New Beneficiary Evidence (EVD_createBeneficiaryEvidence_wzSelAllCre)
New Burial Plan Evidence (EVD_createBurialPlanEvidence_sa)
New Child Support Expense Evidence (EVD_createChildSupportExpenseEvidence_sa)
New Contributor Evidence (EVD_createContributorEvidence_sa)
New Contributor Evidence (EVD_createContributorEvidence_wzSelAllCre)
New Dependent Care Expense Evidence (EVD_createDependentCareExpenseEvidence_sa)
New Deprivation Evidence (EVD_createDeprivationEvidence_sa)
New Domestic Violence Evidence (EVD_createDomesticViolenceEvidence_sa)
New Employer Evidence Details: (EVD_createEmployment)
New Employment Expense Evidence (EVD_createEmploymentExpenseEvidence_wzSelAllCreEmpOnly)
New General Insurance Evidence (EVD_createGeneralInsuranceEvidence_sa)
New Household Member Evidence (EVD_createHouseholdMemberEvidence_sa)
New Spend Down Medical Expense Evidence Details (EVD_createISPSpendDownMedicalExpenseEvidence_fromCreateMedicalExpense)
New Spend Down Medical Expense Evidence Details (EVD_createISPSpendDownMedicalExpenseProductEvidence)
New Legal Guardian Expense Evidence (EVD_createLegalGuardianEvidence_sa)
New Level Of Care Evidence (EVD_createLevelOfCareEvidence_sa)
New Life Insurance Evidence (EVD_createLifeInsuranceEvidence_sa)
New Liquid Resources Evidence (EVD_createLiquidResourcesEvidence_sa)
New Living Arrangement Evidence (EVD_createLivingArrangeEvidence_sa)
New Loan Evidence (EVD_createLoanEvidence_sa)
New Medical Expense Evidence Details: (EVD_createMedicalExpenseEvidence)
New Medical Expense Evidence (EVD_createMedicalExpenseEvidence_sa)
New Medical Institution Evidence (EVD_createMedicalInstitutionEvidence_sa)
New Medical Insurance Evidence (EVD_createMedicalInsuranceEvidence_sa)
New Ownership Evidence (EVD_createOwnershipEvidence_sa)
New Ownership Evidence (EVD_createOwnershipEvidence_wzSelAllCre)
New Paid Employment Evidence (EVD_createPaidEmploymentEvidence_wzSelAllCreEmpOnly)
New Pregnancy Evidence (EVD_createPregnancyEvidence_sa)
New Resource Transfer Evidence (EVD_createResourceTransferEvidence_sa)
New Self Employment Evidence (EVD_createSelfEmploymentEvidence_wzSelAllCreEmpOnly)
New Shelter Expense Evidence (EVD_createShelterExpenseEvidence_sa)
New Spousal Cooperation Evidence (EVD_createSpousalCooperationEvidence_sa)
New Student Evidence (EVD_createStudentEvidence_sa)
New Transfer To Individual Evidence (EVD_createTransferToIndividualEvidence_sa)
New Transfer To Individual Evidence (EVD_createTransferToIndividualEvidence_wzSelAllCre)
New Trustee Evidence (EVD_createTrusteeEvidence_sa)
New Trustee Evidence (EVD_createTrusteeEvidence_wzSelAllCre)
New Trust Evidence (EVD_createTrustEvidence_sa)
New Unborn Child Evidence (EVD_createUnbornChildEvidence_sa)
New Unborn Child Evidence (EVD_createUnbornChildEvidence_wzSelAllCre)
New Unpaid Employment Evidence (EVD_createUnpaidEmploymentEvidence_wzSelAllCreEmpOnly)
New Utility Expense Evidence (EVD_createUtilityExpenseEvidence_sa)
New Veteran Military Service Evidence (EVD_createVetMilitaryServEvidence_sa)
New Voluntary Quit Evidence (EVD_createVoluntaryQuitEvidence_wzSelAllCreEmpOnly)
Edit Alien Sponsor Evidence (EVD_modifyAlienSponsorEvidence)
Edit Annuity Evidence (EVD_modifyAnnuityEvidence)
Modify Spend Down Medical Expense Evidence Details (EVD_modifyISPSpendDownMedicalExpenseProductEvidence)
Edit Liquid Resources Evidence (EVD_modifyLiquidResourcesEvidence)
Edit Living Arrangement Evidence (EVD_modifyLivingArrangeEvidence)
Edit Loan Evidence (EVD_modifyLoanEvidence)
Edit Medical Expense Evidence (EVD_modifyMedicalExpenseEvidence)
Edit Medical Insurance Evidence (EVD_modifyMedicalInsuranceEvidence)
Edit Pregnancy Evidence (EVD_modifyPregnancyEvidence)
Edit Shelter Expense Evidence (EVD_modifyShelterExpenseEvidence)
Edit Student Evidence (EVD_modifyStudentEvidence)
Edit Utility Expense Evidence (EVD_modifyUtilityExpenseEvidence)
Delete External Party Bank Account (ExternalParty_cancelBankAccount)
New Office Member (ExternalParty_createOfficeMember)
New Bank Account (ExternalParty_createPaymentBankAccount)
New External Party Contact (ExternalParty_createUnregisteredCompanyContact)
Bank Accounts (ExternalParty_listBankAccount)
Edit Bank Account (ExternalParty_modifyBankAccountFromList)
Edit Bank Account (ExternalParty_modifyBankAccountFromView)
Select Bank Account For Transfer (ExternalParty_modifyPaymentBankAccount)
View External Party Bank Account (ExternalParty_viewBankAccount)
New Attendee (HomeStudy_createParticipantForAttendee)
New Member Activity (ICMember_createMemberActivity)
New Recurring Member Activity (ICMember_createRecurringMemberActivity)
New Participant Activity (ICParticipant_createParticipantActivity)
New Recurring Participant Activity (ICParticipant_createRecurringParticipantActivity)
New Activity (ICProductSample_createActivity)
New Recurring Activity (ICProductSample_createRecurringActivity)
New Activity (ICSportingGrantSample_createActivity)
New Recurring Activity (ICSportingGrantSample_createRecurringActivity)
New Incident (Incident_createIncidentForParticipant)
New Incident (Incident_createIncidentForParticipant1)
Edit Incident: (Incident_maintainIncident)
Edit Incident (Incident_modifyIncident)
Edit Incident (Incident_modifyIncident1)
Add Contact Participant (IncidentContactLog_addContactLogContact)
New Contact Log: (IncidentContactLog_createContactLog)
New Contact (IncidentContactLog_createContactLog1)
New Contact (IncidentContactLogWizard_addAttachments)
New Contact (IncidentContactLogWizard_addNarrative)
New Contact Participant (IncidentContactLogWizard_addParticipants)
Add Incident Participant: (IncidentParticipant_createIncidentParticipant)
Add Incident Participant (IncidentParticipant_createIncidentParticipant1)
Confirm Appointment: (IncomeScreening_confirmAppointment)
Bank Accounts (InformationProvider_listBankAccount)
Register Information Provider (InformationProvider_register)
Related Persons (Intake_listRelatedPerson)
Client Merge Wizard (Intake_MergeProspecrToPersonWizard)
Person Search Results (Intake_personSearchResult)
Register Prospect Person (Intake_registerProspectPersons)
Register Prospect Person (Intake_registerProspectPersons_Reset)
Register Prospect Person (Intake_registerProspectPersons_Reset1)
Register Prospect Person (Intake_registerProspectPersons1)
New Activity (IntegratedCase_createActivity)
New Recurring Activity (IntegratedCase_createRecurringActivity)
New Allegation (InvestigationDelivery_createAllegation)
Add Participant (InvestigationDelivery_createAllegationRole)
Edit Allegation (InvestigationDelivery_modifyAllegationFromList)
Edit Allegation (InvestigationDelivery_modifyAllegationFromView)
Edit Allegation Participant (InvestigationDelivery_modifyAllegationRole)
Add Household Member (ISAddMemberWizard_summaryDetails)
New Spend Down Medical Expense Evidence (ISP_addToCaseISPSpendDownMedicalExpenseProductEvidence_sa)
New Spend Down Medical Expense Evidence (ISP_addToCaseISPSpendDownMedicalExpenseProductEvidence_wzSelAllCre)
Assign New Expense (ISP_applyFromNewMedicalExpense)
New Receipt (ISP_createCoPaymentReceiptEvidence)
New Spend Down Medical Expense Evidence (ISP_createISPSpendDownMedicalExpenseProductEvidence_sa)
New Spend Down Medical Expense Evidence (ISP_createISPSpendDownMedicalExpenseProductEvidence_wzSelAllCre)
Edit Spend Down Medical Expense Evidence (ISP_modifyISPSpendDownMedicalExpenseProductEvidence)
Basic Intake Information (ISPIntakeInformation_createFromScreening)
Create Integrated Case Product Activity (ISPProduct_createActivity)
Create Integrated Case Product Recurring Activity (ISPProduct_createRecurringActivity)
Re-add a Member (ISReAddMemberWizard_submit)
Schedule Hearing (LegalAction_scheduleHearing)
New Attendees (Meeting_inviteAttendee)
New Attendees (Meeting_inviteAttendeeFromSEF)
Attendance (MeetingAttendence_modify)
New Invitation (MeetingDetails_addAttendee)
Meeting Actions (MeetingMinutesWizard_actions)
Meeting Files (MeetingMinutesWizard_attachments)
Meeting Attendance (MeetingMinutesWizard_attendance)
Meeting Decisions (MeetingMinutesWizard_decisions)
Meeting Details (MeetingMinutesWizard_meetingDetails)
Meeting Notes (MeetingMinutesWizard_notes)
Meeting Minutes Summary (MeetingMinutesWizard_summary)
Delete Bank (Organization_cancelBank)
Delete Organization Bank Account (Organization_cancelBankAccount)
Delete Bank Branch (Organization_cancelBankBranch)
New Bank Account (Organization_createBankAccount)
New Bank Branch (Organization_createBankBranch)
Edit Bank Account (Organization_modifyBankAccountFromList)
Edit Bank Account (Organization_modifyBankAccountFromView)
Edit Bank Branch (Organization_modifyBankBranchFromList)
Edit Bank Branch (Organization_modifyBankBranchFromView)
View Organization Bank Account (Organization_viewBankAccount)
New Referral (OutcomePlanCollaborationPreselectedReferralWizard_details)
New Referral: (OutcomePlanCollaborationPreselectedReferralWizard_factors)
New Referral (OutcomePlanCollaborationPreselectedReferralWizard_notification)
OutcomePlanCollaborationPreselectedReferralWizard_provider
OutcomePlanCollaborationPreselectedReferralWizard_sharing
New Referral (OutcomePlanCollaborationReferralWizard_details)
New Referral (OutcomePlanCollaborationReferralWizard_factors)
New Referral (OutcomePlanCollaborationReferralWizard_notification)
OutcomePlanCollaborationReferralWizard_provider
New Referral (OutcomePlanCollaborationReferralWizard_service)
OutcomePlanCollaborationReferralWizard_sharing
New Referral (OutcomePlanPreselectedReferralWizard_details)
New Referral: (OutcomePlanPreselectedReferralWizard_factors)
New Referral (OutcomePlanPreselectedReferralWizard_notification)
OutcomePlanPreselectedReferralWizard_provider
New Referral (OutcomePlanReferralWizard_details)
New Referral (OutcomePlanReferralWizard_factors)
New Referral (OutcomePlanReferralWizard_notification)
OutcomePlanReferralWizard_provider
New Referral (OutcomePlanReferralWizard_service)
Delete Bank Account (Participant_cancelBankAccount)
Transfer Financial Transactions (Participant_confirmUpdatePaymentBankAccount)
New Bank Account (Participant_createBankAccount)
New Free Form Communication (Participant_createFreeFormCommunication)
New Bank Account (Participant_createPaymentBankAccount)
New Contact (Participant_createUnregisteredCompanyContact)
New Contact (Participant_createUnregisteredContact)
View Bank Account (Participant_evidenceViewBankAccount)
Bank Account (Participant_evidenceViewBankAccountObject)
New Email Communication (Participant_getEmailCorrespondent)
New Microsoft Word Communication (Participant_getMSWordCorrespondent)
New Pro Forma Communication (Participant_getProFormaCorrespondent)
Record Communication (Participant_getRecordCommCorrespondent)
Merge Duplicate (Participant_mergeBankAccounts)
Client Merge Wizard (Participant_mergeWizard)
Client Merge Wizard (Participant_mergeWizardForViewDuplicate)
Edit Bank Account (Participant_modifyBankAccount)
Edit Bank Account (Participant_modifyBankAccountFromList)
Edit Bank Account (Participant_modifyBankAccountFromView)
Select Bank Account For Transfer: (Participant_modifyPaymentBankAccount)
Unmark Duplicate (Participant_unmarkDuplicate)
Bank Account (Participant_viewBankAccount)
Bank Account Change Details (Participant_viewBankAccountFromHistory)
Bank Account Change Details (Participant_viewBankAccountSnapshotFromHistory)
View Bank Account History (Participant_viewBankAccountTransaction)
View Bank Account (Participant_viewMergeBankAccount)
Home (PaymentCorrection_home)
Edit Client Details (Person_evidenceModifyClient)
View Client Details (Person_evidenceViewClient)
Client Details (Person_evidenceViewClientObject)
Bank Accounts (Person_listBankAccount)
New Case Nominee (ProductDelivery_createCaseNominee1)
New Bank Account (ProductDelivery_createNomineeBankAccount)
Nominees (ProductDelivery_listNomineeAssignmentHistory1)
Change Nominee Bank Account (ProductDelivery_modifyNomineeBankAccount)
Change Nominee Bank Account (ProductDelivery_modifyNomineeBankAccount1)
Edit Nominee (ProductDelivery_modifyNomineeFromList)
Edit Nominee (ProductDelivery_modifyNomineeFromList1)
Edit Nominee (ProductDelivery_modifyNomineeFromView)
Edit Nominee (ProductDelivery_modifyNomineeFromView1)
Register Representative (ProductDelivery_registerRepresentative)
View Nominee Bank Account (ProductDelivery_viewNomineeBankAccount)
View Nominee Bank Account (ProductDelivery_viewNomineeBankAccountTransaction)
Nominee Details (ProductDelivery_viewNomineeDetails)
ProductDelivery_viewNomineeDetails1
Nominee Details (ProductDelivery_viewNomineeDetailsTransaction)
Nominee Details (ProductDelivery_viewNomineeDetailsTransaction1)
Bank Accounts (ProductProvider_listBankAccount)
Register Product Provider (ProductProvider_register)
Bank Accounts (Prospect_listBankAccount)
Bank Accounts (ProspectEmployer_listBankAccount)
Register Prospect Employer (ProspectEmployer_register)
Register Prospect Employer as Employer (ProspectEmployer_registerAsEmployer)
Register Prospect Employer as Employer (ProspectEmployer_registerAsEmployerWizard)
Bank Accounts (ProspectPerson_listBankAccount)
Activate Contract (ProviderManagement_activateContract)
Add Contact Participant (ProviderManagement_addContactLogContact)
New Text Translation (ProviderManagement_addDescriptionTranslationToServiceOffering)
New Incident Participant (ProviderManagement_addIncidentParticipant)
New Text Translation (ProviderManagement_addNameTranslationToServiceOffering)
Add Service Authorization Line Item: (ProviderManagement_addSampleServiceAuthorizationLineItem)
New Service (ProviderManagement_addServicesToProviderContract)
Add Services to Contract (ProviderManagement_addServicesToProviderGroupContract)
New Service (ProviderManagement_addServicesToProviderGroupContract_fromView)
Update to Training (ProviderManagement_addTrainingForServiceOffering)
Submit Service Invoice Line Item for Processing (ProviderManagement_allowSILIForProcessingAsDuplicate)
Amend Utilization Contract (ProviderManagement_amendProviderGroupUtilizationContract)
Amend Contract (ProviderManagement_amendUtilizationContract)
Approve Line Item (ProviderManagement_approveLineItemCorrections)
Approve Line Item (ProviderManagement_approvePendingSILI)
Approve Line Item (ProviderManagement_approvePendingSILICorrections)
Approve Line Item (ProviderManagement_approveServiceInvoiceLineItem)
Approve Service Invoice Line Items (ProviderManagement_approveServiceInvoiceLineItems)
Approve Line Item (ProviderManagement_approveSILI)
Approve Service Invoice Line Item as Duplicate (ProviderManagement_approveSILIAsDuplicate)
Approve Line Item (ProviderManagement_approveSILICorrections)
Approve Line Items (ProviderManagement_approveSubmittedSILI)
Approve Line Items (ProviderManagement_confirmApproveServiceInvoiceLineItems)
Confirm cancel overlapping reservations (ProviderManagement_confirmCancelOverlappingActiveResForAnyClient)
Confirm Modify Overlapping Placements (ProviderManagement_confirmModifyOverlappingPlacementPrd)
Confirm modify overlapping placements (ProviderManagement_confirmModifyPlacementPrdForWL)
Submit Line Items (ProviderManagement_confirmSubmitServiceInvoiceLineItems)
New Contact Log (ProviderManagement_createIncidentContactLog)
New Member (ProviderManagement_createMemberForProvider)
New Member (ProviderManagement_createMemberForProviderForFacilityManager)
New Service (ProviderManagement_createNewServiceOffering)
New Service (ProviderManagement_createNewTrainingServiceOffering)
New Participant (ProviderManagement_createParticipantForProvider)
New Participant (ProviderManagement_createParticipantForProviderGroup)
New Member (ProviderManagement_createProviderGroupMember)
New Service Rate (ProviderManagement_createProviderGroupUtilizationContractProviderOfferingRate)
New Payment Options (ProviderManagement_createProviderPaymentOption)
New Rate (ProviderManagement_createProviderServiceOfferingRate)
Create Emergency Placement (ProviderManagement_createSampleEmergencyPlacement)
Create Service Authorization Line Items (ProviderManagement_createSampleSAWithSALI)
New Service (ProviderManagement_createServiceOffering)
New Payment Options (ProviderManagement_createServicePaymentOption)
New Service Rate (ProviderManagement_createServiceRate)
New Training Service (ProviderManagement_createTrainingServiceOffering)
New Unassigned Provider Member (ProviderManagement_createUnassignedProviderMember)
New Utilization Contract (ProviderManagement_createUtilizationContractForProvider)
New Rate (ProviderManagement_createUtilizationContractProviderOfferingRate)
Edit Payment Option (ProviderManagement_editProviderPaymentOption)
Edit Service (ProviderManagement_editServiceOffering)
Edit Service (ProviderManagement_editServiceOfferingFrmView)
Edit Payment Options (ProviderManagement_editServicePaymentOption)
Edit Service Rate (ProviderManagement_editServiceRate)
Edit Training Service (ProviderManagement_editTrainingServiceOffering)
Edit Training Service (ProviderManagement_editTrainingServiceOfferingFrmView)
Enroll Provider (ProviderManagement_enrollAsProvider)
Enroll Provider Group (ProviderManagement_enrollAsProviderGroup)
Enroll Provider (ProviderManagement_enrollProvider)
Transfer to Provider (ProviderManagement_enrollProviderFromEnquiry)
Enroll Provider Group (ProviderManagement_enrollProviderGroup)
Select Unassigned Provider Member (ProviderManagement_findPerson)
Bank Accounts (ProviderManagement_listBankAccount)
Bank Accounts (ProviderManagement_listGroupBankAccount)
Edit Provider Incident (ProviderManagement_modifyIncident)
Edit Text Translation (ProviderManagement_modifyLocalizableSODescriptionTextTranslation)
Edit Text Translation (ProviderManagement_modifyLocalizableSONameTextTranslation)
Confirm Placement (ProviderManagement_modifyPlaceDuringConfirmation)
Edit Placement (ProviderManagement_modifyPlacementDetails)
Modify Placement Information (ProviderManagement_modifyPlacementInformation)
Confirm Cancel Reservation (ProviderManagement_modifyPlacementInformationConfirmCancelReservation)
Allocate Place (ProviderManagement_modifyPlaceProviderOfferingAllocate)
Edit Service Rate (ProviderManagement_modifyProviderGroupUtilizationContractProviderOfferingRate)
Edit Rate (ProviderManagement_modifyProviderServiceOfferingRate)
Confirm Placement: (ProviderManagement_modifySamplePlaceDuringConfirmation)
Modify Service Authorization Line Item: (ProviderManagement_modifySampleServiceAuthorizationLineItem)
Edit Delivery Configuration (ProviderManagement_modifySecurityRightsAndServiceDeliveryConfiguration)
Edit Utilization Contract (ProviderManagement_modifyUtilizationContractForProviderGroup)
Edit Rate (ProviderManagement_modifyUtilizationContractProviderOfferingRate)
Place Client (ProviderManagement_placeSampleClient)
New Provider Incident (ProviderManagement_recordIncidentForProvider)
New Referral (ProviderManagement_referralWizardAddDetails)
New Referral (ProviderManagement_referralWizardAddNotification)
ProviderManagement_referralWizardAddProvider
New Referral (ProviderManagement_referralWizardAddService)
ProviderManagement_referralWizardLinkAddProvider
Renew Contract (ProviderManagement_renewContract)
Renew Contract (ProviderManagement_renewProviderGroupContract)
Step 2: Enroll Provider (ProviderManagement_sampleEnrollProvider)
ProviderManagement_specifyReferralProviderCPMService
ProviderManagement_specifyReferralProviderCPMServiceLink
Specify Provider (ProviderManagement_specifyReferralProviderUnregisteredService)
Submit Line Item (ProviderManagement_submitOpenSILIForProcessing)
Submit Line Item (ProviderManagement_submitServiceInvoiceLineItemForProcessing)
Submit Line Items (ProviderManagement_submitServiceInvoiceLineItems)
Submit Line Item (ProviderManagement_submitSILI)
Submit Service Invoice Line Item for Processing (ProviderManagement_submitSILIForProcessingFromTask)
Submit Service Invoice (ProviderManagement_submittServiceInvoiceForProcessing)
Transfer Client (ProviderManagement_transferClient)
Transfer Placement to Another Case (ProviderManagement_transferSamplePlacementToAnotherCase)
Reassessment Details (ProviderManagement_triggerReassessment)
Update Placement Period (ProviderManagement_updateSamplePlacementPeriod)
New Contact (ProviderManagementContactLogWizard_addAttachments)
New Contact (ProviderManagementContactLogWizard_addNarrative)
New Contact (ProviderManagementContactLogWizard_addParticipants)
Register Educational Institute (RegisterEducationalInstitute_registerWizard)
Register Employer (RegisterEmployer_registerWizard)
Register Information Provider (RegisterInformationProvider_registerWizard)
Register Product Provider (RegisterProductProvider_registerWizard)
Register Service Supplier (RegisterServiceSupplier_registerWizard)
Register Utility (RegisterUtility_registerWizard)
Bank Accounts (Representative_listBankAccount)
Add Plan Item (ServicePlanDelivery_addCustomServicePlanItem)
Add Plan Item (ServicePlanDelivery_addServicePlanItem)
New Nominated Representative (ServicePlanDelivery_createNominatedRepresentative)
New Recurring Activity (ServicePlanDelivery_createRecurringActivity)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderEditable)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderNonEditable)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanItemProviderEditable)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanItemProviderNonEditable)
Bank Accounts (ServiceSupplier_listBankAccount)
Register Service Supplier (ServiceSupplier_register)
Change Reporter (SocialEnterpriseFolder_changeIncidentReporter)
New Incident (SocialEnterpriseFolder_createIncident)
Create Witness: (SocialEnterpriseFolder_createWitness)
New Email Communication (SocialEnterpriseFolder_getEmailCorrespondent)
New MS Word Communication (SocialEnterpriseFolder_getMSWordCorrespondent)
New Pro Forma Communication (SocialEnterpriseFolder_getProFormaCorrespondent)
Record Communication (SocialEnterpriseFolder_getRecordCommCorrespondent)
Submit Case For Approval (TBBCCProductDelivery_submit)
Bank Accounts (Utility_listBankAccount)
Register Utility (Utility_register)
Verify Evidence (VerificationApplication_associateOutstandingEvd)
Verify Evidence (VerificationApplication_associateOutstandingEvdForPDC)
Add Proof (VerificationApplication_createParticipantVerificationItemProvision)
Add Proof (VerificationApplication_createVerificationItemProvision)
Add Unregistered Visitor (VisitationLog_addUnregisteredVisitor)
Add Unregistered Visitor (VisitationPlan_addUnregisteredVisitor)