Table Description
Hearing: The forum where an appellant's issues are reviewed by an official.

A hearing scheduler organizes the date, time and location for a hearing.

Example

Linda Smith applies for sickness benefit with an organization. It is calculated that Linda is entitled to $40 a week. Linda is dissatisfied with this rate of payment and submits a request for appeal to the organization. An appeal case is created on the system. Once the appeal case is approved, a hearing is scheduled and conducted by a hearing official or hearing reviewer.

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::Appeals::Service Layer::entity::Hearing::Hearing::Hearing
Controlling File: Appeal\model\Packages\Service Layer\entity\Hearing\Hearing\Hearing_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (19)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
hearingIDkeynoUnique ID for a hearing record.HEARING_ID SVR_INT64
caseIDdetailsnoUnique ID of the case header record that is created for the appeal case.CASE_ID SVR_INT64
typeCodedetailsnoType of hearing. For example, a hearing could be a courtroom based hearing, a phone hearing, a desk based hearing or a home hearing. HEARING_TYPE_CODEHearingTypeSVR_STRING<10>
noticeDatedetails Date on which the notice of a scheduled hearing was created for the
      appellant.
CURAM_DATE SVR_DATE
scheduledDateTimedetails Scheduled date and time of the hearing for a case.CURAM_DATETIME SVR_DATETIME
statusCodedetails Status of the hearing. For example a hearing could be scheduled, postponed, completed or adjourned. HEARING_STATUS_CODEHearingStatusSVR_STRING<10>
locationIDdetailsyesUnique ID of the associated location. Links the hearing to the related location. LOCATION_ID SVR_INT64
postponeReasonCodedetails Reason code for the postponement of a hearing.POSTPONE_REASON_CODEPostponeReasonSVR_STRING<10>
postponeReasonTextdetails Textual description for the reasons for postponing a hearing.DESCRIPTION SVR_STRING<300>
postponeDatedetails Date and time on which a hearing was adjourned, continued or canceled. CURAM_DATETIME SVR_DATETIME
commentsdetails Free-form textual comments that are entered by the user.COMMENTS SVR_STRING<300>
actualStartTimedetails Time at which the scheduled hearing actually started. This value is not a scheduled start time but the actual time that the proceedings for the hearing commenced. CURAM_DATETIME SVR_DATETIME
actualEndTimedetails Time at which the scheduled hearing actually ended. This value is not a scheduled end time but the actual time that the hearing ended. CURAM_DATETIME SVR_DATETIME
respondentParticipatedCodedetails This shows whether or not the respondent for the appeal case participated in the hearing. For example, in the case of a courtroom based hearing this would indicate whether or not the respondent attended the hearing. PARTICIPATION_CODEHearingParticipationSVR_STRING<10>
thirdPartyParticipatedCodedetails This shows whether or not the third party to an appeal case participated in the hearing. For example, in the case of a courtroom based hearing this would indicate whether or not the third party to the appeal case attended the hearing. PARTICIPATION_CODEHearingParticipationSVR_STRING<10>
referenceNumberdetails Reference number associated with the hearing.REFERENCE_NUMBER SVR_STRING<20>
addressIDdetailsyesUnique ID of the associated address. Links the hearing to the related address. This applies only to home type hearings. ADDRESS_ID SVR_INT64
locationTypedetails This shows whether or not the location of hearing is internal to the organization or it's an External Party office.HEARING_LOCATION_TYPEHearingLocationTypeSVR_STRING<10>
externalOfficeIDdetails Unique ID of the associated External Party Office. Links the hearing to the related office location.EXTERNAL_PARTY_OFFICE_ID SVR_INT64
Foreign Keys (11)
ChildParent
Hearing.addressIDAddress.addressID
Hearing.caseIDCaseHeader.caseID
Hearing.locationIDLocation.locationID
HearingActivityLink.hearingIDHearing.hearingID
HearingParticipation.hearingIDHearing.hearingID
HearingPhoneContact.hearingIDHearing.hearingID
HearingRepresentative.hearingIDHearing.hearingID
HearingServiceSupplier.hearingIDHearing.hearingID
HearingTranscriptionRequest.hearingIDHearing.hearingID
HearingUserRole.hearingIDHearing.hearingID
HearingWitness.hearingIDHearing.hearingID
Indices (5)
Index NameAttributes
HearingCSIndexcaseID, statusCode
CaseDateTimeStatuscaseID, scheduledDateTime, statusCode
CasePostDateStatuscaseID, postponeDate, statusCode
IND_884087972addressID
IND_1837727131locationID
Operations (68)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: hearingID
PRE_DATA_ACCESS: yes
Insert a new hearing record 
readLatestPostponedByCaseIDAndStatusnsPRE_DATA_ACCESS: no
 
Read the most recent postponed hearing using the specified status for a case.SQL
readCaseByHearingIDAndStatusnsread Reads for the appeal case for the specified hearing and status. 
readScheduledByCaseIDnsreadPRE_DATA_ACCESS: yes
Returns the scheduled hearing and date for a caseID. There should only be one scheduled hearing for a case at any one time.  
readCaseAndStatusByHearingIDnsread Read for the case and status for the specified hearing. 
validateInsert  This method is invoked from the generated preInsert method for the entity and does all of the entity level validations required prior to inserting a record into the table. 
readScheduledDatensread Reads the scheduled date for a hearing. 
readNotificationDetailsnsread Reads the details required for hearing notification. NOTE: This method will need to be modified as more information is received regarding the details for inclusion in the hearing notification.  
readScheduledDateAndTypensread Reads the date and typeCode of a scheduled hearing by hearingID. There can only be one scheduled hearing for a case. 
modifyStatusCodesByHearingCaseAndStatusnsmodify Entity method to update scheduled hearings to canceled. 
readLatestHearingAndStatusByCasens Returns the hearing ID and status for the latest hearing on the specified appeal case.SQL
readLatestHearingByCaseAndStatusns Returns the hearing ID for the latest hearing of the specified status on the specified appeal case.SQL
readSummaryDetailsnsPRE_DATA_ACCESS: yes
 
Reads the summary details for a hearing.SQL
readDetailsForModifynsread Reads the details for a hearing which can be modified. 
searchHearingsByCaseIDnsreadmulti Returns the list of all hearings and their status for an appeal case. 
modifyCommentsAndTimesnsmodifyPRE_DATA_ACCESS: yes
Modifies a hearing. 
validateModify  Performs validation of a hearing modification prior to the actual database update. 
formatActualTimes  Formats the actual start and actual end date-time values such that the date is equal to the scheduled date of the hearing. 
readStatusByHearingIDnsread Returns the status of a hearing. 
modifyThirdPartyParticipatedCodensmodify Modifies the third party participated code for a hearing. 
modifyRespondentParticipatedCodensmodify Modifies the respondent participated code for a hearing. 
modifyParticipatedCodesnsmodify   
readVersionNumbernsread Reads the version number for a hearing. 
modifyPostponeDetailsnsmodifyPRE_DATA_ACCESS: yes
Modifies the hearing details for a postponement. 
validateModifyPostpone  Performs pre-modify validations for a hearing postponement. 
modifyStatusnsmodify Modifies the statusCode for a hearing. 
readReviewSummaryDetailsns Reads the summary details for a hearing review.SQL
readCaseOwnerns Returns the case owner for a hearing's appeal case.SQL
readStatusAndDateAndTypensread Returns the statusCode, scheduledDateTime and typeCode for the hearingID provided. 
readCasensread Returns the caseID for a hearing. 
modifyPostponeAndTimeAndStatusDetailsnsmodifyPRE_DATA_ACCESS: yes
Modifies the postpone reason, postpone date, postpone text, actual start time, actual end time and statusCode for the hearing. 
modifyStatusAndTimeDetailsnsmodifyPRE_DATA_ACCESS: yes
Modifies the hearing status code and the actual start and end times for a hearing. 
readLatestParticipatedAndTypeDetailsByCasens Returns the type and participated details for the latest hearing on the specified appeal case.SQL
readScheduledDateAndReferencensread Returns the scheduled date and time and the reference number for a hearing. 
readDetailsForModifyValidationnsread Reads the details for a hearing to validate a modification. 
searchParticipantRoleByTypeAndStatusnsmultiPRE_DATA_ACCESS: no
 
Returns the concernRoleID of a participant of a specified type and status for a hearing.SQL
readParticipatedAndVersionNoDetailsnsread Returns the participated code and version number details 
readLatestHearingIDRefLocationAddressns Retrieves details about the latest hearing for the specified case.SQL
readLatestHearingIDRefLocationAddressByCaseAndStatusns Retrieves details about the latest hearing for the specified case.SQL
readLatestHearingIDRefScheduledDateByCaseAndStatusns Retrieves details about the latest hearing for the specified case.SQL
readLatestScheduleNoticeDetailsByCasensPRE_DATA_ACCESS: yes
 
Retrieves details for a schedule notice for a hearing on the specified appeal case.SQL
readLatestPostponedByCaseIDStatusAndDatensPRE_DATA_ACCESS: yes
 
Reads the most recently postponed hearing for the specified case, for the specified date.SQL
readContinaunceDetailsnsread Returns details relating to the continuance of a hearing. 
readLatestPostponedStatusByCasensPRE_DATA_ACCESS: yes
 
Reads the status of the latest postponed hearing on the specified case.SQL
readScheduledDateAndLocationnsread Reads scheduled date, time and locationID for the specified hearing. 
readScheduledDateAndStatusnsread Returns the scheduled date and status for the hearing. 
readLatestParticipatedAndTypeDetailsByCaseAndStatusns Returns the type and participated details for the latest hearing with the specified status for the specified appeal case.SQL
readActualTimeDetailsnsread Returns the actual start and end times for the hearing. Returns the scheduled date also. 
modify  @superseded - replaced by modifyCommentsAndTimes 
countByCaseIDStatusScheduledDateTimens Counts the number of hearings matching this date time and status for the specified caseID,SQL
readLatestAdjournOrCompletedHearingDateByCaseIDnsPRE_DATA_ACCESS: yes
 
Reads the latest scheduled or completed dateSQL
readFirstPostponedByCaseIDAndStatusns Read the first postponed hearing using the specified status for a case.SQL
readLatestScheduledDateByCaseAndStatusns Retrieves the scheduled date of the latest hearing with the given status for a case.SQL
searchActiveParticipantNameAddrByIDAndTypensmultiPRE_DATA_ACCESS: yes
 
Returns the name of each active case participant of the specified type for a hearing.SQL
readDeskHearingSummaryDetailsnsPRE_DATA_ACCESS: yes
 
Reads the summary details for a desk-based hearing.SQL
countScheduledDateByCaseAndStatusns Retrieves a count of the scheduled hearings with the given status for a case.SQL
readScheduledDateTimeByCasens Reads the scheduled date time by case ID.SQL
readHearingIDByAppealIDns  SQL
readLocationTypeByHearingIDns  SQL
readread Standard Operation 
readOfficialNameByHearingIDTypeCodens  SQL
searchParticipantRoleIdByHearingIDnsmulti  SQL
searchParticipantRoleIDByCaseIDTypeStatusnsmulti  SQL
searchHearingsByCaseForTabDetailnsmulti  SQL
readHearingAttendeeTabDetailsnsPRE_DATA_ACCESS: yes
 
Reads&nbsp;counts&nbsp;of&nbsp;the&nbsp;User,&nbsp;Participant,&nbsp;Service&nbsp;Supplier&nbsp;and&nbsp;Third&nbsp;Party&nbsp;attendees&nbsp;who&nbsp;were&nbsp;invited&nbsp;to&nbsp;a&nbsp;hearing.<br /> Representatives&nbsp;and&nbsp;Witness&nbsp;attendees&nbsp;are&nbsp;counted&nbsp;in&nbsp;the&nbsp;participant&nbsp;part&nbsp;of&nbsp;the&nbsp;query.SQL
readHearingTabDetailns Return&nbsp;the&nbsp;details&nbsp;of&nbsp;the&nbsp;hearing for the context panel.&nbsp;Including&nbsp;the&nbsp;details&nbsp;for&nbsp;the&nbsp;context&nbsp;description.SQL
searchHearingOfficialTabDetailnsmultiPRE_DATA_ACCESS: yes
 
<p> Lists the User Hearing Officials associated with the hearing. </p>SQL
searchHearingOfficialParticipantsByHearingIDnsmulti Lists the Particiapant Hearing Officials for a Hearing.SQL
Related Pages (304)
Add Case to Hearing Case (Appeal_addHearingCase)
Add Case to Hearing Case (Appeal_addHearingCaseIC)
Add Case to Hearing Case (Appeal_addHearingCaseObject)
Add Hearing Review (Appeal_addHearingReviewCase)
Add Hearing Review (Appeal_addHearingReviewCaseIC)
Add Hearing Review (Appeal_addHearingReviewIssueCase)
Add Hearing Review (Appeal_addHearingReviewIssueCaseIC)
Add Hearing Review (Appeal_addHearingReviewObjectCase)
Add Issue to Hearing Case (Appeal_addIssueToHearingCase)
Add Issue to Hearing Review (Appeal_addIssueToHearingReview)
Add Issue to Judicial Review (Appeal_addIssueToJudicialReview)
Add Case to Judicial Review (Appeal_addJudicialReviewCase)
Add Case to Judicial Review (Appeal_addJudicialReviewCaseIC)
Add Case to Judicial Review (Appeal_addJudicialReviewIssueCase)
Add Case to Judicial Review (Appeal_addJudicialReviewIssueCaseIC)
Add Case to Judicial Review (Appeal_addJudicialReviewObjectCase)
Add Phone Number (Appeal_addPhoneNumber)
Add Phone Number (Appeal_addPhoneNumberNonIC)
Add Resolution to Appealed Items (Appeal_addResolutionToAppealedItems)
Adjourn Hearing (Appeal_adjournHearing)
Adjourn Hearing (Appeal_adjournHearingForIC)
Adjourn Hearing (Appeal_adjournHearingReview)
Cancel Appeal Hearing (Appeal_cancelHearingCase)
Cancel Hearing Case (Appeal_cancelHearingIssueCase)
Cancel Hearing Review (Appeal_cancelHearingReview)
Delete Interpreter (Appeal_cancelInterpreter)
Delete Interpreter (Appeal_cancelInterpreterIC)
Cancel Judicial Review (Appeal_cancelJudicialReview)
Delete Phone Contact (Appeal_cancelPhoneNumberContact)
Delete Phone Contact (Appeal_cancelPhoneNumberContactIC)
Delete Hearing Representative (Appeal_cancelRepresentative)
Delete Transcription Request (Appeal_cancelTranscription)
Delete Transcription Request (Appeal_cancelTranscriptionIC)
Delete Witness (Appeal_cancelWitness)
Delete Witness (Appeal_cancelWitnessIC)
Complete Hearing (Appeal_completeDeskHearing)
Complete Hearing (Appeal_completeHearing)
Complete Hearing (Appeal_completeHearingForIC)
Complete Hearing (Appeal_completeHearingReviewHearing)
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)
Continue Hearing (Appeal_continueHearing)
Continue Hearing (Appeal_continueHearingReviewHearing)
Edit Document (Appeal_controlMSWord)
New Appellant (Appeal_createAppellant)
New Decision (Appeal_createDecision)
New Hearing (Appeal_createHearingCaseMultipleCases)
New Hearing (Appeal_createHearingCaseMultipleCasesIC)
New Hearing (Appeal_createHearingCaseObjectMultipleCases)
New Hearing Review (Appeal_createHearingReviewMultipleCases)
New Hearing Review (Appeal_createHearingReviewMultipleCasesIC)
New Hearing Review (Appeal_createHearingReviewObjectMultipleCases)
New Interpreter (Appeal_createInterpreter)
New Hearing Case (Appeal_createIssueHearingCaseMultipleCases)
New Hearing Case (Appeal_createIssueHearingCaseMultipleCasesIC)
New Hearing Review (Appeal_createIssueHearingReviewMultipleCases)
New Hearing Review (Appeal_createIssueHearingReviewMultipleCasesIC)
New Judicial Review (Appeal_createIssueJudicialReviewMultipleCases)
New Judicial Review (Appeal_createIssueJudicialReviewMultipleCasesIC)
New Judicial Review (Appeal_createJudicialReviewMultipleCases)
New Judicial Review (Appeal_createJudicialReviewMultipleCasesIC)
New Judicial Review (Appeal_createJudicialReviewObjectMultipleCases)
New Phone Number (Appeal_createPhoneNumber)
New Phone Number (Appeal_createPhoneNumberNonIC)
New Case Appeal (Appeal_createProductAppeal)
New Hearing Representative (Appeal_createRepresentative)
Attach Statement (Appeal_createStatement)
New Third Party (Appeal_createThirdParty)
New Transcription Request (Appeal_createTranscription)
New Witness (Appeal_createWitness)
New Case Appeal (Appeal_createWizard)
Schedule Hearing (Appeal_displaySchedule_HearingReview)
Schedule Hearing Review (Appeal_displaySchedule_HearingReviewForIC)
Schedule Hearing (Appeal_displaySchedule_HomeHearing)
Schedule Hearing (Appeal_displaySchedule_HomeHearingForIC)
Schedule Hearing (Appeal_displaySchedule_HomeHearingForIC1)
Schedule Hearing REVIEW (Appeal_displaySchedule_IssueHearingReviewForIC)
Schedule Hearing (Appeal_displaySchedule_IssueHomeHearingForIC)
Schedule Hearing (Appeal_displaySchedule_IssueLocationHearingIC)
Schedule Hearing (Appeal_displaySchedule_IssuePhoneHearingForIC)
Schedule Hearing (Appeal_displaySchedule_LocationHearing)
Schedule Hearing (Appeal_displaySchedule_LocationHearingIC)
Schedule Hearing (Appeal_displaySchedule_PhoneHearing)
Schedule Hearing (Appeal_displaySchedule_PhoneHearingForIC)
Schedule Hearing (Appeal_displaySchedule_PhoneHearingForIC1)
Schedule Hearing (Appeal_enterScheduleCriteria_HearingReview)
Schedule Hearing (Appeal_enterScheduleCriteria_HearingReviewForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_HomeHearing)
Schedule Hearing (Appeal_enterScheduleCriteria_HomeHearingForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_HomeHearingForIC1)
Schedule Hearing (Appeal_enterScheduleCriteria_IssueHearingReviewForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_IssueHomeHearingForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_IssueLocationHearingIC)
Schedule Hearing (Appeal_enterScheduleCriteria_IssuePhoneHearingForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_LocationHearing)
Schedule Hearing (Appeal_enterScheduleCriteria_LocationHearingIC)
Schedule Hearing (Appeal_enterScheduleCriteria_PhoneHearing)
Schedule Hearing (Appeal_enterScheduleCriteria_PhoneHearingForIC)
Schedule Hearing (Appeal_enterScheduleCriteria_PhoneHearingForIC1)
Hearing Home (Appeal_hearingCaseDeskHearingHome)
Home (Appeal_hearingCaseDeskHearingHomeForIC)
Home (Appeal_hearingCaseHearingHome)
Hearing Home (Appeal_hearingCaseHearingHomeDetails)
Home (Appeal_hearingCaseHearingHomeForIC)
Home (Appeal_hearingCaseHearingHomeViewOnly)
Hearing Case Home (Appeal_hearingCaseHome)
Appeal_hearingCaseHomeDetailsForIC
Home (Appeal_hearingCaseHomeForIC)
Home (Appeal_hearingCaseHomeForICAndCancelledInd)
Hearing Case (Appeal_hearingCaseHomeViewOnly)
Hearing Case Home (Appeal_hearingCaseIssueHomeForIC)
Hearing Case Home (Appeal_hearingCaseIssueHomeViewOnly)
- (Appeal_hearingHomeForICTabDetails)
Appeal_hearingHomeTabDetails
Hearing Home (Appeal_hearingReviewHearingHome)
Hearing - (Appeal_hearingReviewHearingHomeForICTabDetails)
Appeal_hearingReviewHearingHomeTabDetails
Hearing Review Home (Appeal_hearingReviewHome)
Appeal_hearingReviewHomeForEvent
Home (Appeal_hearingReviewHomeForIC)
Hearing Review (Appeal_hearingReviewHomeViewOnly)
Hearing Review Home (Appeal_hearingReviewIssueHomeForIC)
Hearing Review Home (Appeal_hearingReviewIssueHomeViewOnly)
Delete Hearing Representative (Appeal_IC_cancelHearingReviewRepresentative)
Delete Hearing Representative (Appeal_IC_cancelRepresentative)
Hearing Home (Appeal_IC_hearingReviewHearingHome)
Hearing Home (Appeal_IC_hearingReviewHearingHomeDetails)
Hearing Home (Appeal_IC_hearingReviewHearingHomeViewOnly)
User Attendees (Appeal_IC_listHearingAttendee)
Hearing Reviewers (Appeal_IC_listHearingReviewer)
Hearing Representatives (Appeal_IC_listHearingReviewRepresentative)
Representatives (Appeal_IC_listRepresentative)
Hearing Representatives (Appeal_IC_listRepresentativeOnDeskHearing)
Edit Hearing Representative Fee (Appeal_IC_modifyHearingReviewRepresentativeFee)
Edit Hearing Representative (Appeal_IC_modifyHearingReviewRepresentativeFromView)
Edit Fee (Appeal_IC_modifyRepresentativeFee)
Edit Hearing Representative (Appeal_IC_modifyRepresentativeFromList)
Edit Hearing Representative (Appeal_IC_modifyRepresentativeFromView)
View Hearing Representative Details (Appeal_IC_viewHearingReviewRepresentative)
View Hearing Representative Details (Appeal_IC_viewRepresentative)
Invite User Attendee (Appeal_inviteHearingAttendee)
Invite Hearing Reviewer (Appeal_inviteHearingReviewer)
Select Hearing Participant (Appeal_listActiveParticipants)
Select Hearing Participant (Appeal_listActiveParticipantsIC)
Attendees (Appeal_listAttendee)
Attendees (Appeal_listAttendeeIC)
Hearing Attendees (Appeal_listHearingAttendee)
Hearings (Appeal_listHearingCaseHearing)
Hearings (Appeal_listHearingCaseHearingForIC)
Hearings (Appeal_listHearingCaseIssueHearingForIC)
Hearing Reviewers (Appeal_listHearingReviewer)
Hearings (Appeal_listHearingReviewHearing)
Hearings (Appeal_listHearingReviewHearingForIC)
Hearings (Appeal_listHearingReviewIssueHearingForIC)
Hearing Representatives (Appeal_listHearingReviewRepresentative)
Transcription Requests (Appeal_listHearingReviewTranscription)
Transcription Requests (Appeal_listHearingReviewTranscriptionIC)
List Interpreter (Appeal_listInterpreter)
Interpreters (Appeal_listInterpreterIC)
Items Under Appeal (Appeal_listItemsUnderAppeal)
Appeal Objects (Appeal_listObjectsByAppeal)
Appeal_listParticipantAttendeeIC
Interpreters (Appeal_listParticipantInterpreterIC)
Participant Phone Numbers (Appeal_listParticipantPhoneNumbersIC)
Participant Phone Numbers (Appeal_listParticipantPhoneNumbersNonIC)
Phone Contacts (Appeal_listPhoneNumber)
Phone Contacts (Appeal_listPhoneNumberIC)
Hearing Representatives (Appeal_listRepresentative)
Hearing Representatives (Appeal_listRepresentativeOnDeskHearing)
Transcription Requests (Appeal_listTranscription)
Transcription Requests (Appeal_listTranscriptionIC)
Witnesses (Appeal_listWitness)
Witnesses (Appeal_listWitnessIC)
Manage Decision (Appeal_manageHearingCaseDecisionForIC)
Decisions (Appeal_manageHearingReviewDecisionForIC)
Manage Decision (Appeal_manageJudicialReviewDecisionForIC)
Edit Decision (Appeal_modifyDecision)
Edit Hearing (Appeal_modifyDeskHearing)
Edit Hearing Attendee (Appeal_modifyHearingAttendee)
Edit Hearing (Appeal_modifyHearingFromList)
Edit Hearing (Appeal_modifyHearingFromView)
Edit Microsoft Word Decision Attachment (Appeal_modifyInternalAttachment)
Edit Interpreter (Appeal_modifyInterpreterFromList)
Edit Interpreter (Appeal_modifyInterpreterFromListIC)
Edit Interpreter (Appeal_modifyInterpreterFromView)
Edit Interpreter (Appeal_modifyInterpreterFromViewIC)
Edit Resolution (Appeal_modifyIssueResolution)
Edit Resolution (Appeal_modifyIssueResolutionPriorAppeal)
Edit Phone Contact (Appeal_modifyPhoneContactFromList)
Edit Phone Contact (Appeal_modifyPhoneContactFromListIC)
Edit Phone Contact (Appeal_modifyPhoneContactFromView)
Edit Phone Contact (Appeal_modifyPhoneContactFromViewIC)
Edit Hearing Representative Fee (Appeal_modifyRepresentativeFee)
Edit Hearing Representative (Appeal_modifyRepresentativeFromList)
Edit Hearing Representative (Appeal_modifyRepresentativeFromView)
Edit Resolution (Appeal_modifyResolution)
Edit Resolution (Appeal_modifyResolutionPriorAppeal)
Edit Transcription Request Details (Appeal_modifyTranscriptionFromList)
Edit Transcription Request Details (Appeal_modifyTranscriptionFromListIC)
Edit Transcription Request Details (Appeal_modifyTranscriptionFromView)
Edit Transcription Request Details (Appeal_modifyTranscriptionFromViewIC)
Edit Witness (Appeal_modifyWitnessFromList)
Edit Witness (Appeal_modifyWitnessFromListIC)
Edit Witness (Appeal_modifyWitnessFromView)
Edit Witness (Appeal_modifyWitnessFromViewIC)
New Case Appeal (Appeal_newCaseAppeal)
New Appeal (Appeal_nextStageAppeal)
Remove Hearing Attendee (Appeal_removeHearingAttendee)
Remove Third Party (Appeal_removeThirdParty)
Reopen Hearing Case (Appeal_reopenHearingCase)
Reopen Hearing Case (Appeal_reopenHearingIssueCase)
Reschedule Desk-Based Hearing (Appeal_rescheduleDeskHearing)
Reschedule Location Hearing (Appeal_rescheduleLocationHearing)
Reschedule Location Hearing (Appeal_rescheduleLocationHearingIC)
New Desk-Based Hearing (Appeal_scheduleDeskHearing)
New Desk-Based Hearing (Appeal_scheduleIssueDeskHearing)
Schedule Hearing (Appeal_scheduleIssueLocationHearingIC)
Schedule Location Hearing (Appeal_scheduleLocationHearing)
Schedule Hearing (Appeal_scheduleLocationHearingIC)
Address (Appeal_selectHomeRescheduleHearingAddress)
Address (Appeal_selectHomeRescheduleHearingAddressIC)
Address (Appeal_selectHomeRescheduleHearingAddressIC1)
View Hearing Attendee (Appeal_viewHearingAttendee)
View Decision Attachment (Appeal_viewInternalAttachment)
View Interpreter Details (Appeal_viewInterpreter)
View Interpreter Details (Appeal_viewInterpreterIC)
View Phone Number (Appeal_viewPhoneNumberContact)
View Phone Number (Appeal_viewPhoneNumberContactIC)
View Hearing Representative Details (Appeal_viewRepresentative)
View Transcription Request Details (Appeal_viewTranscription)
View Transcription Request Details (Appeal_viewTranscriptionIC)
View Witness (Appeal_viewWitness)
View Witness (Appeal_viewWitnessIC)
New Program Appeal (AppealWizard_createAppeal)
New Determination Appeal (AppealWizard_DeterminationCreateAppeal)
Appeals (Application_listAppeals)
Items Under Appeal (Application_listItemsUnderAppeal)
ApplicationContextPanel
CAProductHomeDetails
CGISSApplicationContextPanel
CGISSApplicationContextPanel1
CHIPProductHomeDetails
CREOLECAProductHomeDetails
CREOLECHIPProductHomeDetails
CREOLEFAProductHomeDetails
CREOLEMAProductHomeDetails
FAProductHomeDetails
New Program Appeal (IntakeAppealWizard_createAppeal)
Appeals (ISP_listAppeals)
ISPCaseHomeDetails
Add Legal Action Participants (LegalAction_addParticipant)
Delete Legal Action (LegalAction_cancel)
Cancel Legal Action Record (LegalAction_cancelLegalAction)
New Decision (LegalAction_createDecision)
New Statement (LegalAction_createStatement)
Legal Actions (LegalAction_listHearingAssociatedLA)
Legal Action Hearings (LegalAction_listHearings)
Legal Actions (LegalAction_listOrderAssociatedLA)
Legal Actions (LegalAction_listPetitionAssociatedLA)
Legal Action Hearings (LegalAction_listScheduledHearings)
Edit Hearing (LegalAction_modifyHearing)
Edit Microsoft Word Decision Attachment (LegalAction_modifyInternalAttachment)
Edit Legal Order (LegalAction_modifyOrder)
Edit Petition (LegalAction_modifyPetition)
Save Microsoft Word Decision Attachment (LegalAction_saveMSWord)
Schedule Hearing (LegalAction_scheduleHearing)
View Hearing (LegalAction_viewHearing)
LegalAction_viewHearingTabDetails
View Decision Attachment (LegalAction_viewInternalAttachment)
View Legal Action (LegalAction_viewLegalAction)
LegalAction_viewOrder
View Legal Action (LegalAction_viewOrderConditions)
View Requirements and Conditions (LegalAction_viewOrderRequirements)
LegalAction_viewPetition
LIFCProductHomeDetails
LTCProductHomeDetails
ProductHomeDetails
RefugeeProductHomeDetails
SpendDownProductHomeDetails
TBBCCProductHomeDetails