Table Description
Instruction Line Item: A low-level financial transaction.

An instruction line item is the lowest level of financial transaction in the Curam application. Each instruction line item is a single payment (or bill) in respect of an individual product component for a specific product.

Example

John Smith is unemployed and receives a weekly payment of $100. The $100 comprises three instruction line items:

  • $50 for John Smith;
  • $30 for his dependent wife; and
  • $20 for his dependent child.
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::Financial::Entity Objects::InstructionLineItem::InstructionLineItem
Controlling File: core\model\Packages\Financial Manager Packages\InstructionLineItem_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
Attributes (30)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
instructLineItemIDkeynoUnique reference number assigned by the system to an Instruction Line Item record.INSTRUCTION_LINE_ITEM_ID SVR_INT64
amountdetails A financial amount associated with the Instruction Line Item.CURAM_AMOUNT SVR_MONEY
unprocessedAmountdetails The amount of the Instruction Line Item Amount that remains to be allocated, paid or processed.CURAM_AMOUNT SVR_MONEY
instructLineItemCategorydetails Code value to denote the type of instruction into which the Instruction Line Item will be processed. Populated from InstructionLineItemCategory code table.CODETABLE_CODE SVR_STRING<10>
instructionLineItemTypedetails Code value to denote the type of Instruction Line Item.. Populated from the InstructionLineItemType code table.CODETABLE_CODE SVR_STRING<10>
financialCompIDdetailsyesFinancialComponentID of the FinancialComponent related to this InstructionLineItem, if any.FINANCIAL_COMPONENT_ID SVR_INT64
coverPeriodFromdetails Start Date of the coverage period for the Instruction Line Item.CURAM_DATE SVR_DATE
coverPeriodTodetails End Date of the coverage period for the Instruction Line Item.CURAM_DATE SVR_DATE
effectiveDatedetails The business date on which the Instruction Line Item was created.CURAM_DATE SVR_DATE
creationDatedetails The date the Instruction Line Item was created on the system.CURAM_DATE SVR_DATE
statusCodedetails Code value to denote the status of the Instruction Line Item. Populated from the InstructionLineItemStatus code table.ILI_STATUS_CODEILIStatusSVR_STRING<10>
caseIDdetailsyesCaseID of the related CaseHeader record, if anyCASE_ID SVR_INT64
finInstructionIDdetailsyesFinancialInstructionID of the related FinancialInsruction.FINANCIAL_INSTRUCTION_ID SVR_INT64
concernRoleIDdetailsnoConcernRoleID of the ConcernRole in respect of which this InstructionLineItem was enteredCONCERN_ROLE_ID SVR_INT64
caseNomineeIDdetailsyesCaseNomineeID of the Case Nominee for this InstructionLineItem.CASE_NOMINEE_ID SVR_INT64
primaryClientIDdetailsyesThe concernRoleID of the main client for the Case to which this InstructionLineItem is associated.CONCERN_ROLE_ID SVR_INT64
deliveryMethodTypedetails Code to denote the type of Method of Delivery for a Case which has a Financial output. Populated from the MethodOfDelivery code table.CODETABLE_CODE SVR_STRING<10>
creditDebitTypedetails Code value to indicate whether the Instruction/Line Item is a credit or debit transaction. Populated from the CreditDebit code table.CREDIT_DEBIT_CODECreditDebitSVR_STRING<10>
currencyExchangeIDdetailsyesCurrencyExchangeID for the CurrencyExchange related to this InstructionLineItem, if any.CURRENCY_EXCHANGE_ID SVR_INT64
currencyTypeCodedetails Code value to denote the type of currency.CURRENCY_CODECurrencySVR_STRING<10>
adjustmentInddetails To indicate products that may require adjustment during financial processing.CURAM_INDICATOR SVR_BOOLEAN
adjustmentFrequencydetails Frequency at which adjustments should be applied to the instruction line itemFREQUENCY_PATTERN SVR_STRING<9>
nextAdjustmentDatedetails Date on which the an adjustment should be applied to the instruction line item.CURAM_DATE SVR_DATE
instrumentGenInddetails Indicator value to denote whether or not a Payment or Liability Instrument is to be generated.CURAM_INDICATOR SVR_BOOLEAN
fundIDdetailsyesFundID of the Fund related to this InstructionLineItem, if any. One example where an ILI will not have a fundID is an unallocated payment receivedFUND_ID SVR_INT64
maximumAmountdetails Maximum billable/payable amount permitted. This is on a per product basis.CURAM_AMOUNT SVR_MONEY
dueDatedetailsyesDue date of the next payment for which this ILI will be processed.CURAM_DATE SVR_DATE
inRespectOfIDdetailsyesThe concern role id of the person for whom the payment is made (but not necessarily paid to). E.g. If child benefit is received by a mother for her child, the child is the in respect of participant, the mother is only a payee nominee.CONCERN_ROLE_ID SVR_INT64
adjustReassessmentInddetailsyesIndicates that this ILI has been included in a cancelled and re-issued payment and that during the next reassessment this ILI must be used to adjust the benefit statement amountsCURAM_INDICATOR SVR_BOOLEAN
paymentGroupIDdetailsyesThe ID of the payment group to which this instruction line item is related. Payment group ID will be assigned to the ILI if the product in relation to which this ILI is created is related to the payment group. Not all products will have related payment groups. This attribute is optional. Code and SQL must not assume that this attribute will contain a value.PAYMENT_GROUP_ID SVR_INT64
Foreign Keys (15)
ChildParent
InstructionLineItem.caseIDCaseHeader.caseID
InstructionLineItem.concernRoleIDConcernRole.concernRoleID
InstructionLineItem.primaryClientIDConcernRole.concernRoleID
InstructionLineItem.inRespectOfIDConcernRole.concernRoleID
InstructionLineItem.currencyExchangeIDCurrencyExchange.currencyExchangeID
InstructionLineItem.financialCompIDFinancialComponent.financialCompID
InstructionLineItem.finInstructionIDFinancialInstruction.finInstructionID
InstructionLineItem.paymentGroupIDPaymentGroup.paymentGroupID
AllocationLine.instructLineItemIDInstructionLineItem.instructLineItemID
AllocationLine.relatedLineItemIDInstructionLineItem.instructLineItemID
DraftAllocationLine.creditInstructionLineItemIDInstructionLineItem.instructLineItemID
DraftAllocationLine.debitInstructionLineItemIDInstructionLineItem.instructLineItemID
InstructionLineItemRelation.instructLineItemIDInstructionLineItem.instructLineItemID
InstructionLineItemRelation.relatedLineItemIDInstructionLineItem.instructLineItemID
PayslipComponent.instructLineItemIDInstructionLineItem.instructLineItemID
Indices (17)
Index NameAttributes
ILIadjustCategDatecaseNomineeID, instructLineItemCategory, statusCode, adjustmentInd, effectiveDate
ILIcaseIDstatusCDTcaseID, statusCode, creditDebitType
ILICaseIDCatStatuscaseID, instructLineItemCategory, statusCode, coverPeriodFrom, coverPeriodTo
CaseIDCoverPeriodcaseID, coverPeriodFrom, coverPeriodTo
ILICaseIDCrDebTypecaseID, creditDebitType
iliCategoryStatusinstructLineItemCategory, statusCode, concernRoleID, caseNomineeID, deliveryMethodType, currencyTypeCode
ILITypeAdjDatecaseNomineeID, instructLineItemCategory, instructionLineItemType, adjustmentInd, effectiveDate
ILIConcRoleIDCDTStconcernRoleID, statusCode, creditDebitType
finCompentIDIdxfinancialCompID, caseID
FinInstIDCatStatfinInstructionID, instructLineItemCategory, instructionLineItemType, statusCode
statusCaseNomIDIdxstatusCode, caseNomineeID
InstLnItmIdxcurrencyExchangeID, primaryClientID
ILICaseIDEffDatecaseID, effectiveDate
ILICaseIDTypeCodecaseID, instructionLineItemType
ILIfinInstrutIDstafinInstructionID, statusCode
IND_817052329inRespectOfID
IND__1876308802paymentGroupID
Operations (101)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
readSumUnprocessedAmtByCaseIDCreditDebitTypens To calculate the sum of the unprocessedAmount field for one CreditDebitType for a Case.SQL
searchByCategoryStatusNomineeLinknsmulti To get a list of instructionLineItem for a particular categoryCode and statusCode.SQL
searchByAdjustIndCategoryDateStatusnsmulti To get a list of instructionLineItem for a particular categoryCode, effectiveDate, statusCode and adjustmentInd.SQL
modifyStatusFinInstructIDUnprocAmtnsmodifyOPTIMISTIC_LOCKING: yes
To update the statusCode, finInstructionID and unprocessedAmt fields for an instructionLineItem. 
modifyStatusFinInstructIDnsmodifyOPTIMISTIC_LOCKING: yes
To update the statusCode and finInstructionID fields for an instructionLineItem. 
modifyNextAdjustmentDatensmodifyOPTIMISTIC_LOCKING: yes
To update the nextAdjustmentDate for an instructionLineItem. 
searchByCaseIDStatusCodeCreditDebitTypensmultiREADMULTI_LIM: 0
 
To retrieve all the Instruction Line Items for a particular Case of a certain status.SQL
modifyStatusUnprocessedAmtnsmodifyOPTIMISTIC_LOCKING: yes
To update the statusCode and unprocessedAmt on an instruction line item. 
modifyStatusCodensmodifyOPTIMISTIC_LOCKING: yes
To update the statusCode on an instruction line item. 
modifyUnprocessedAmtnsmodifyOPTIMISTIC_LOCKING: yes
To update the unprocessedAmount on an instruction line item 
searchByFinInstructStatusnsreadmulti To retrieve all the Instruction Line Items for a particular financial instruction, of a certain status. 
modifyFinInstructIDnsmodifyOPTIMISTIC_LOCKING: yes
To update the financial instruction ID on an instruction line item record. 
searchByFinInstructIDnsreadmultiREADMULTI_LIM: 300
To get a list of Instruction Line Items that were combined into one Financial Instruction. 
searchCreditAllocationsnsmulti To get information on the (debit) instruction line items to which the specified credit instruction line item is allocated.SQL
searchDebitAllocationsnsmulti To get information on the (credit) instruction line items to which the specified debit instruction line item is allocated.SQL
searchRelatedILIByRelatedLineItemIDTypensmulti To get the summary of a related Instruction Line Item by specifying the relatedInstructionLineItemID and the relationship type.SQL
searchByCaseIDDateRangensmultiREADMULTI_LIM: 300
 
To retrieve a subset of InstructionLineItems details for a specified CaseID & Date RangeSQL
searchByConcernRoleIDCreditDebitTypeStatusCodensreadmulti To get a list of InstructionLineItems for a specified concernRoleID, statusCode and creditDebitType. 
searchRelatedILIByInstrLineItemIDTypensmulti To get the summary of a related Instruction Line Item by specifying the InstructionLineItemID and the relationship type.SQL
readLatestCoverPeriodTons To retrieve the most recent coverPeriodTo date of a case.SQL
readNextCoverPeriodTons To retrieve the next CoverPeriodTo date using the caseID of the case being processed and the change effective date from the re-assessment.SQL
readPreviousCoverPeriodFromns To retrieve the coverPeriodTo date of a period using the CaseID and changeDateSQL
searchByCaseIDCoverPeriodnsmulti Returns a list of instruction line items based on a specified case and cover period. This is subtly different from the searchByCaseIDCoverPeriodOverlap() operation insofar as it searches for records within the specified period.SQL
readByFinInstructIDCategoryTypeStatusnsread To search for a Payment Received record on the InstructionLineItem database table, using the financialInstructionID, category code and status code to determine whether or not it can be allocated 
searchByAdjustIndCategoryTypeDatensmulti To get a list of instructionLineItem for a particular categoryCode, TypeCode, effectiveDate, and adjustmentInd.SQL
searchByCategoryTypensreadmulti To get all instruction Line Items of a specified category and type. 
readSumAmtUnprocAmtByCaseIDTypeDateRangens To select the sum of the amount and unprocessed amount fields from the InstructionLineItem entity for a specified caseID, InstructionLineItemType, and effective date range.SQL
searchByCaseIDTypeDateRangensmulti To retrieve a subset of InstructionLineItems details for a specified CaseID Type Code & Date Range.SQL
searchByCaseIDTypeCodensreadmulti To search the InstructionLineItem database table by CaseID and TypeCode. 
searchByCategoryTypeStatusCodensreadmulti Search to retrieve a list of all reconciliation records whose accounts must be balanced in order to complete the reconciliation process 
searchByCaseIDCategoryStatusCoverPeriodnsmulti Search to retrieve records based on caseID, category, status code and cover period. SQL
searchByCaseIDTypeStatusCoverPeriodnsmulti Search to retrieve records based on caseID, type, status code and cover periodSQL
searchByCategoryTypeDateRangensmulti To read records of a specific category and type within a specific date range from the InstructionLineItem table. SQL
searchByPayslipInstructionIDnsmulti Operation used to retrieve data using the PayslipInstructionID from the Instruction Line item.SQL
searchByCaseIDCategoryStatusnsmulti To retrieve records from the InstructionLineItem, CaseNominee database tables using CaseID, Category and Status Codes.SQL
searchByCategoryTypeStatusCreditDebitTypensreadmulti To retrieve records from the InstructionLineItem entity using categoryCode, typeCode, statusCode and creditDebitType. 
searchByCaseIDStatusDateRangensmulti To retrieve a subset of InstructionLineItems details for a specified CaseID, Status & Date RangeSQL
readLatestEffDateByCaseIDns To retrieve the max. effective date from the instruction line item table.SQL
searchByConcernRoleIDCategoryStatusnsmulti Method to return Instruction Line Item records with caseNominee details based on concernRoleID, instructLineItemCategory and statusCodeSQL
readSumAmtByCaseIDFinInstIDCatStatusns To read the sum of the amount field based on CaseID, FinInstructID, Category and Status. SQL
searchForCaseIDByFinInstructIDnsmulti To retrieve all caseIDs from the InstructionLineItem entity based on the FinancialInstructionID.SQL
modifyStatusDelMethodFinInstIDUnprocAmtnsmodifyOPTIMISTIC_LOCKING: yes
To update the Status, DeliveryMethod, FinInstructionID and Unprocessed amount of an instruction line item record. 
readLastPaymentDatens Reads the maximum effective date for a specified case id and concern role id, which has specified status code .SQL
searchByCategoryStatusnsreadmultiORDER_BY: concernRoleID, currencyTypeCode, deliveryMethodType, caseID
To retrieve instruction line item records based on the category code and a status of unprocessed. 
searchByIntegCaseIDAndFinInstIDnsmulti To retrieve a subset of InstructionLineItems details for a specified integrated CaseID and FinInstructionID.SQL
searchByIntegCaseIDStatusDateRangensmulti To retrieve a subset of InstructionLineItems details for a specified Integrated CaseID, Status & Date RangeSQL
readCoverPeriodFromByCaseIDFinInstIDns To retrieve the earliest CoverPeriodFrom date for a canceled payment being reassessed using the CaseID & FinInstructionIDSQL
readCoverPeriodToByCaseIDFinInstIDns To retrieve the latest CoverPeriodTo date for a canceled payment being reassessed using the CaseID & FinInstructionIDSQL
searchILIByFinInstructIDnsmulti To get a list of Instruction Line Items and case reference that were combined into one Financial Instruction. The caseReference returned will be null in situations where the ILI does not relate to a case, using an outer join to allow ILIs with a null caseID to be retrieved.SQL
readLatestCoverPeriodToForCaseAndObjectivensPRE_DATA_ACCESS: yes
 
Retrieves the latest cover period to date for a specified case and rules objective, based on ILI records with a status of 'Processed', 'Unprocessed', 'Cancelled', 'Expired' and Transferred.SQL
searchByCategoriesAndStatusnsmulti Search to retrieve a list of instruction line items by categories and status.SQL
searchDetailsForGenerateInstrumentsnsmultiPRE_DATA_ACCESS: yes
READMULTI_LIM: 0
 
 SQL
searchDeductionILIsByNomineensmultiPRE_DATA_ACCESS: yes
 
This method returns all the unprocessed deductions against ILIs for the specified nomineeSQL
searchTaxILIsByNomineensmultiPRE_DATA_ACCESS: yes
 
This method returns all the unprocessed tax against ILIs for the specified nomineeSQL
readCaseNomineeIDByFinInstructionIDns returns the case nominee id based on the financial instruction idSQL
searchByFinInstructionIDnsreadmultiORDER_BY: financialCompID, coverPeriodTo
  
searchRelCaseIDByFinInstructIDnsmulti To get a list of CaseIDs for a specified financial instruction ID.SQL
readLatestProcessedCoverPeriodTons Reads the latest cover period to date on a case for where the status is 'Processed' and the type is not 'Reversed'.SQL
seachDeductionILIsByNominee  @superseded - replaced by searchDeductionILIsByNominee 
getDetailsForGenerateInstruments  @superseded - replaced by searchDetailsForGenerateInstruments 
readEarliestCoverPeriodns Reads the earliest cover period from date based on a case identifier and a ILI status code.SQL
readSumAmtByCaseIDCatStatusns To read the sum of the amount field based on CaseID, Category and Status.SQL
readFinInstructionIDnsread Reads the instruction id for a specified ILI. 
readFinComponentIDnsread Reads the financial component id for an instruction line item. 
searchThirdPartyDeductionILIsnsmulti Search to retrieve a list of instruction line items by categories and status, which have a blank case ID. This will find third party or un-applied deduction instruction line items.SQL
searchDistinctFinInstructIDByCaseStatusAndPeriodnsmulti  SQL
readCoverPeriodForFinInstructionIDns  SQL
searchTaxILIsByParticipantRoleIDnsmultiPRE_DATA_ACCESS: yes
 
This method returns all the unprocessed tax against ILIs for the specified participantSQL
searchDeductionILIsByParticipantRoleIDnsmultiPRE_DATA_ACCESS: yes
 
This method returns all the unprocessed deductions against ILIs for the specified nomineeSQL
searchByCategoryStatusParticipantLinknsmulti @deprecated since v 6.0.3.1, replaced by {@link #searchByCategoryStatusParticipantLink1(CategoryStatusParticipantKey)}. This method was deprecated as additional processing needed to be added to the method SQL statement. Used to get a list of instructionLineItem for a particular categoryCode and statusCode.SQL
searchByAdjustIndCategoryTypeDateForParticipantnsmulti To get a list of instructionLineItem for a particular categoryCode, TypeCode, effectiveDate, and adjustmentInd.SQL
searchByAdjustIndCategoryDateStatusForParticipantnsmulti To get a list of instructionLineItem for a particular categoryCode, effectiveDate, statusCode and adjustmentInd.SQL
readSumAmtByCaseIDFinInstIDCatStatusCdtDbtTypens To read the sum of the amount field based on CaseID, FinInstructID, Category, Status and CdtDbtType.SQL
searchDetailsForTransferILIsnsmultiPRE_DATA_ACCESS: yes
 
Search for ILIs to be transferred in transfer batch process.SQL
searchByStatusCodensreadmulti   
searchTaxILIsByCatAndStatusnsmulti Search to retrieve a list of instruction line items by categories and status, which have a blank case ID. This will find Tax instruction line items.SQL
modifyCurExchgIDEffectiveDatebyKeynsmodify   
searchCaseIDByFinInstructIDnsmulti To retrieve all caseIDs from the InstructionLineItem entity based on the FinancialInstructionID.SQL
searchByCaseIDCoverPeriodOverlapnsmulti To return a list of instruction line items based on a specified case and cover period. This is subtly different from the searchByCaseIDCoverPeriod() operation insofar as it searches for line items that overlap with the search criteria.SQL
searchUnprocessedByCaseIDStatusnsreadmultiREADMULTI_LIM: 300
Reads for the list of unprocessed ILIs for a specific case. 
countUnprocessedByCaseIDns  SQL
searchByCaseIDnsreadmulti   
readRelatedDedByCaseIDReasonCodeTypens Searchs for the deductions (ILI type)&nbsp;that relate to an underpayment through a related&nbsp;overpayment case (using the case relationship reason code). The sum of the deductions found is returned.SQL
readLastPaymentAmountEffectiveDatens Reads the amount and the date (effective date) of the last payment made on the case the given ID refers to. Where more than one payment was issued on this date, the total amount of these payments is returned.SQL
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByCaseIDOpenEndedCoverPeriodOverlapnsmulti To return a list of instruction line items based on a specified case and cover period. This is subtly different from the searchByCaseIDCoverPeriod() operation insofar as it searches for line items that overlap with the search criteria. This version can also cope with cover period to dates which are null which can occur on cases which are open ended.SQL
readLastPaymentAndEffectiveDatens Reads the amount and the date (effective date) of the last payment made and processed on the case the given ID refers to. Where more than one payment was issued on this date, the total amount of the payments (excluding cancelled payment) is returned.SQL
searchManualPmtsReceivednsmulti This method returns all manual payments received in relation to a liability.SQL
searchByCaseIDAndCategorynsreadmulti Method to retrieve all Instruction Line Items for a particular case and category. 
searchByCaseIDFinInstructionIDnsreadmulti Returns Instruction Line Item records for a given Case ID and Financial Instruction ID. 
readLatestCoverPeriodToForCaseAndListObjectivensPRE_DATA_ACCESS: yes
 
Retrieves the latest cover period to date for a specified case and list objective (list objectives are distinguished using the related reference), based on ILI records with a status of 'Processed', 'Unprocessed', 'Cancelled', 'Expired' and Transferred.SQL
readLatestCoverPeriodToForCaseNomineeAndObjectivensPRE_DATA_ACCESS: yes
 
Retrieves the latest cover period to date for a specified case nominee and rules objective, based on ILI records with a status of 'Processed', 'Unprocessed', 'Cancelled', 'Expired' and Transferred.SQL
readLatestCoverPeriodToForCaseNomineeAndListObjectivensPRE_DATA_ACCESS: yes
 
Retrieves the latest cover period to date for a specified case nominee and list objective (list objectives are distinguished using the related reference), based on ILI records with a status of 'Processed', 'Unprocessed', 'Cancelled', 'Expired' and Transferred.SQL
searchDebitAllocationsAndRelatedCasensmulti To get information on the (credit) instruction line items to which the specified debit instruction line item is allocated, including the case identifier of the related credit instruction line item.SQL
searchByCategoryStatusParticipantLink1nsmulti Gets a list of instructionLineItem for a particular categoryCode and statusCode.SQL
searchByFinInstructIDCategoryTypeStatusnsreadmulti Method to retrieve all Instruction Line Items for a the specified financial instruction, category and status. 
readCaseIDAndReferenceByFinComponentIDns Returns the case id and case reference based on the financial component id. SQL
countByFinancialCompIDns Retrieves a count of instruction line items associated with the specified financial component.SQL
readEarliestCoverPeriodForCasens Reads the earliest cover period from date based on a case identifier - regardless of status.SQL
Related Pages (423)
Create Case (BenefitSample_createCase)
Financials (BenefitSample_listFinancial)
BenefitSample_listFinInstruction
Unprocessed Items (BenefitSample_listUnprocessedILIs)
Financials (BenefitSampleOverpayment_listFinancial)
Case Financials (BenefitSampleOverpayment_listFinInstruction)
BenefitSampleOverpayment_listFinInstruction1
Payments Received (BenefitSampleOverpayment_listPaymentsReceived)
Unprocessed Items (BenefitSampleOverpayment_listUnprocessedILIs)
- (BenefitSampleOverpayment_tabDetails)
BenefitSampleOverpayment_tabDetailsPreview
CAPreviewPanel
CAProductHomeDetails
- (CHIPDecision_context)
Financials (CHIPPremiumsProduct_listFinancial)
Add Member (CHIPProduct_addAssistanceGroupMember)
Confirm Benefit Group Member (CHIPProduct_confirmAddBenefitGroupMember)
Financials (CHIPProduct_listFinancial)
Remove Member (CHIPProduct_removeAssistanceGroupMember)
Remove Member (CHIPProduct_removeBenefitGroupMember)
Submit Case For Approval (CHIPProductDelivery_submit)
CREOLECAProductHomeDetails
CREOLEFAProductHomeDetails
Authorize (CREOLEProgramRecommendation_confirmAuthorize)
New Product Delivery (DefaultIC_createProductDelivery)
Financials (DefaultICEmployer_listFinancial)
Financials (DefaultICInformationProvider_listFinancial)
New Case (DefaultICMember_createProductDelivery)
Financials (DefaultICMember_listFinancial)
Transactions (DefaultICProduct_listTransaction)
Unprocessed Items (DefaultICProduct_listUnprocessedILIs)
- (DefaultICProduct_tabDetails)
DefaultICProduct_tabDetailsPreview
Financials (DefaultICProductProvider_listFinancial)
Financials (DefaultICProspectPerson_listFinancial)
Financials (DefaultICRepresentative_listFinancial)
Financials (DefaultICServiceSupplier_listFinancial)
Financials (DefaultICUtility_listFinancial)
Program Summary (Eligibility_createProgram)
- (EmergencyMedicaidDecision_context)
Financials (Employer_listFinancial)
Employer_listFinancial1
- (ESIDecision_context)
- (ExemptionDecision_context)
External Party Financials (ExternalParty_listFinancial)
ExternalParty_listFinancial1
Regenerate Payment (ExternalParty_regeneratePayment)
Adjustment Instruction Details (ExternalParty_viewAdjustmentInstruction)
Financial Line Item Details (ExternalParty_viewLineItem)
Payment Instruction Details (ExternalParty_viewNonClientPaymentInstruction)
Payment Instruction Details (ExternalParty_viewPaymentInstruction)
FAPreviewPanel
FAProductHomeDetails
Select Debit for Allocation (Financial_allocatePaymentLiabilityInformational)
Allocate Payment Received (Financial_allocatePaymentReceived)
Select Debit for Allocation (Financial_allocatePaymentReceivedSelectLiability)
Allocate Payment (Financial_allocatePaymentReceivedSelectLiability1)
Approve Payment (Financial_approvePayment)
Canceled Payment Details (Financial_cancelledPaymentInstruction)
Cancel Payment (Financial_cancelPayment)
Cancel Payment (Financial_cancelPayment1)
Cancel Issued Payment (Financial_cancelPaymentInstrument)
Capture Account Adjustment (Financial_captureAccountAdjustment)
Reissue with Applied Deduction (Financial_createAppliedFixedDeductionWizard)
Reverse Instruction (Financial_createInstructionReversal)
Reverse Details (Financial_createLineItemReversal)
Refund Payment (Financial_createRefund)
Reissue with Un-applied Deduction (Financial_createUnappliedDeductionWizard)
Create Write Off (Financial_createWriteOff)
Create Write Off (Financial_createWriteOff1)
Invalidate Payment (Financial_invalidatePayment)
New Account Adjustment (Financial_newAccountAdjustment)
Financial_paymentReceivedSearch
Receive Payment for an Employer (Financial_recordPaymentReceivedForEmployer)
Receive Payment for a Person (Financial_recordPaymentReceivedForPerson)
Receive Payment Into Suspense Account (Financial_recordPaymentReceivedInSuspense)
Refund Payments (Financial_refundPayments)
Confirm & Reissue (Financial_regenerateAppliedFixedDeduction)
Regenerate Payment For New Nominee: (Financial_regenerateForNewNominee)
Regenerate Payment (Financial_regeneratePayment)
Reissue Payment (Financial_regeneratePayment1)
Reissue Payment Instrument (Financial_regeneratePaymentInstrument)
Reissue with Un-applied Deduction (Financial_regenerateUnappliedDeduction)
Reversed Liability Details (Financial_reversedLiabilityInstruction)
Transfer From Suspense To Client (Financial_suspenseTransferIssuerDetails)
Transfer from Suspense Account to Employer (Financial_suspenseTransferToEmployerDetails)
Transfer from Suspense Account to Person (Financial_suspenseTransferToPersonDetails)
Adjustment Instruction Details (Financial_viewAdjustmentInstruction)
Account Adjustment Details (Financial_viewAdjustmentInstruction1)
Liability Instruction Details (Financial_viewLiabilityInstruction)
Liability Details (Financial_viewLiabilityInstruction1)
Liability Details (Financial_viewLiabilityInstructionDetailsTransaction)
Financial Line Item Details (Financial_viewLiabilityLineItem)
Allocations (Financial_viewLiabilityLineItemAllocations1)
Financial Line Item Details (Financial_viewLineItem)
Financial Line Item Allocations (Financial_viewLineItemAllocation)
Manual Payment Details (Financial_viewManualPaymentInstruction)
Payment Instruction Details (Financial_viewNonClientPaymentInstruction)
Payment Instruction Details (Financial_viewNonClientPaymentInstruction1)
Payment Details (Financial_viewPaymentInstruction)
Payment Details (Financial_viewPaymentInstruction1)
Payment Instruction Details (Financial_viewPaymentInstructionDetailsTransaction)
Financial_viewPaymentInstructionInline
Payment Details (Financial_viewPaymentInstructionModal)
- (Financial_viewPaymentInstrument)
Payment Instrument Details (Financial_viewPaymentInstrument1)
Payment Received Details (Financial_viewPaymentReceivedInstruction)
Payment Received (Financial_viewPaymentReceivedInstruction1)
Payment Received Details (Financial_viewPaymentReceivedInstructionDetailsTransaction)
Reversal Instruction Details (Financial_viewReversalInstruction)
Reversal Instruction Details (Financial_viewReversalInstructionDetailsTransaction)
Financial Line Item Details (Financial_viewReversedLineItem)
Financial Line Item Details (Financial_viewReversedLineItemForDebitType)
Payment Details (Financial_viewUnderpmtPaymentInstruction)
Write Off Instruction Details (Financial_viewWriteOffInstruction)
Write Off (Financial_viewWriteOffInstruction1)
Check Retroactive Medicaid Eligibility (HCRRetroactiveMedicaid_confirmCheckEligibilty)
Financials (ICBenefitUnderPayment_listFinancial)
Case Financials (ICBenefitUnderPayment_listFinInstruction)
ICBenefitUnderPayment_listFinInstruction1
Unprocessed Items (ICBenefitUnderPayment_listUnprocessedILIs)
- (ICBenefitUnderPayment_tabDetails)
ICBenefitUnderPayment_tabDetailsPreview
Financials (ICEmployer_listFinancial)
Financials (ICInformationProvider_listFinancial)
New Case (ICMember_createProductDelivery)
Financials (ICMember_listFinancial)
Financials (ICPerson_listFinancial)
Financials (ICProductProvider_listFinancial)
Case Financials (ICProductSample_listFinancial)
Case Financials (ICProductSample_listFinInstruction)
ICProductSample_listFinInstruction1
Unprocessed Items (ICProductSample_listUnprocessedILIs)
Financials (ICProspectPerson_listFinancial)
Financials (ICRepresentative_listFinancial)
Create Delivery (ICSample_createProductDelivery)
Financials (ICServiceSupplier_listFinancial)
Case Financials (ICSportingGrantSample_listFinancial)
Case Financials (ICSportingGrantSample_listFinInstruction)
ICSportingGrantSample_listFinInstruction1
Unprocessed Items (ICSportingGrantSample_listUnprocessedILIs)
Financials (ICUtility_listFinancial)
Financials (InformationProvider_listFinancial)
InformationProvider_listFinancial1
- (InsuranceAssistanceDecision_context)
Cancel Sanction (ISP_cancelSanctionEvidence)
Cancel Disregard (ISP_cancelSanctionOverride)
New Pay In Evidence (ISP_createISPPayInProductEvidence_sa)
Assign New Pay In (ISP_createPayInEvidenceFromApplyNewPayInFromSD)
Retroactive Program Summary (ISP_createRetroactiveProgram)
New Sanction (ISP_createSanctionEvidence)
New Disregard (ISP_createSanctionOverride)
Edit Sanction (ISP_modifySanctionEvidence_fromList)
Edit Sanction (ISP_modifySanctionEvidence_fromView)
Edit Disregard (ISP_modifySanctionOverride_fromList)
Modify Sanction Override Details: (ISP_modifySanctionOverride_fromView)
Premiums (ISP_viewPremiumEvidence)
Financials (ISPEmployer_listFinancial)
Financials (ISPMember_listFinancial)
Financials (ISPPerson_listFinancial)
Financials (ISPProduct_listFinancial)
Transactions (ISPProduct_listFinInstruction)
Financials (ISPProductProvider_listFinancial)
Financials (ISPRepresentative_listFinancial)
Financials (ISPServiceSupplier_listFinancial)
Medical Assistance with Spend Down Program Summary (ISPSpendDown_createProgram)
Create Program (ISPSpendDown_createRetroactiveProgram)
Financials (ISPUtility_listFinancial)
Financials (LiabilityOverbilling_listFinancial)
Case Financials (LiabilityOverbilling_listFinInstruction)
Unprocessed Items (LiabilityOverbilling_listUnprocessedILIs)
Create Case (LiabilitySample_createCase)
Financials (LiabilitySample_listFinancial)
Case Financials (LiabilitySample_listFinInstruction)
LiabilitySample_listFinInstruction1
Unprocessed Items (LiabilitySample_listUnprocessedILIs)
Edit Delivery Pattern (LiabilitySample_modifyBillingPattern)
Allocate Payment Received (Participant_allocatePaymentReceived)
Select Debit for Allocation (Participant_allocatePaymentReceivedSelectLiability)
Capture Account Adjustment (Participant_captureAccountAdjustment)
Reverse Line Item (Participant_createLineItemReversal)
New Write Off (Participant_createWriteOff)
End Deduction (Participant_endDeduction)
New Account Adjustment (Participant_newAccountAdjustment)
- (Participant_regeneratePaymentInstrument)
Adjustment Instruction Details (Participant_viewAdjustmentInstruction)
Liability Instruction Details (Participant_viewLiabilityInstruction)
Liability Instruction Details (Participant_viewLiabilityInstructionFromWriteOff)
Financial Line Item Details (Participant_viewLiabilityLineItem)
Financial Line Item Details (Participant_viewLineItem)
Financial Line Item Allocations (Participant_viewLineItemAllocation)
Payment Instruction Details (Participant_viewNonClientPaymentInstruction)
Payment Details (Participant_viewPaymentInstruction)
- (Participant_viewPaymentInstrument)
Payment Received Details (Participant_viewPaymentReceivedInstruction)
Reversal Instruction Details (Participant_viewReversalInstruction)
Financial Line Item Details (Participant_viewReversedLineItem)
Write Off Instruction Details (Participant_viewWriteOffInstruction)
Payments Received (PaymentCorrection_listPaymentsReceived)
PaymentCorrection_listTransaction
- (PaymentCorrection_tabDetails)
PaymentCorrection_tabDetailsPreview
Financials (PDBenefitUnderPayment_listFinancial)
PDBenefitUnderPayment_listFinInstruction
PDServiceDelivery_listTransaction
Unprocessed Items (PDServiceDelivery_listUnprocessedILIs)
Delete Utility Payment (Person_cancelUtilityPayment)
Financials (Person_listFinancial)
Transactions (Person_listFinancial1)
Financials (Person_listFinancialForDuplicate)
Person_listFinancialForDuplicate1
Edit Utility Payment (Person_modifyUtilityPaymentFromList)
Edit Utility Payment (Person_modifyUtilityPaymentFromView)
Assign Component (ProductDelivery_assignComponent)
Assign Component (ProductDelivery_assignComponent1)
Assign Component (ProductDelivery_assignComponentFromCreate)
Assign Component (ProductDelivery_assignComponentFromCreate1)
Assign Component (ProductDelivery_assignObjectiveToNominee)
Assign Component (ProductDelivery_assignObjectiveToNominee1)
Delete Deduction (ProductDelivery_cancelDeduction)
Delete Deduction (ProductDelivery_cancelDeduction1)
New Applied Fixed Deduction (ProductDelivery_createAppliedFixedDeduction1)
New Applied Fixed Deduction (ProductDelivery_createAppliedFixedDeductionWizard)
New Applied Variable Deduction (ProductDelivery_createAppliedVariableDeduction1)
New Applied Variable Deduction (ProductDelivery_createAppliedVariableDeductionWizard)
New Case Nominee (ProductDelivery_createCaseNominee)
New Case Nominee (ProductDelivery_createCaseNominee1)
New Delivery Pattern (ProductDelivery_createDeliveryPattern)
New Nominee Delivery Pattern (ProductDelivery_createNomineeDeliveryPattern)
New Third Party Fixed Deduction (ProductDelivery_createThirdPartyFixedDeduction1)
New Third Party Variable Deduction (ProductDelivery_createThirdPartyVariableDeduction1)
New Un-applied Fixed Deduction (ProductDelivery_createUnappliedFixedDeduction1)
New Un-applied Variable Deduction (ProductDelivery_createUnappliedVariableDeduction1)
New Utility Payment (ProductDelivery_createUtilityPayment)
Select Client To Apply Deduction To (ProductDelivery_getParticipantAndLiability)
Select Client To Apply Deduction To (ProductDelivery_getParticipantAndLiabilityForVariable)
New Applied Variable Deduction (ProductDelivery_getParticipantAndLiabilityForVariableWizard)
New Applied Fixed Deduction (ProductDelivery_getParticipantAndLiabilityWizard)
Reissue with Applied Deduction (ProductDelivery_getParticipantLiabilityWizard)
Third Party Deduction (ProductDelivery_listAppliedDeductionHistory)
Third Party Deduction (ProductDelivery_listThirdPartyDeductionHistory)
Un-applied Deduction (ProductDelivery_listUnappliedDeductionHistory)
Edit Applied Deduction (ProductDelivery_modifyAppliedDeductionDetailsFromList)
Edit Applied Deduction (ProductDelivery_modifyAppliedDeductionDetailsFromView)
Edit Deduction Details (ProductDelivery_modifyDeductionDetailsFromList)
Edit Deduction Details (ProductDelivery_modifyDeductionDetailsFromView)
Edit Delivery Pattern (ProductDelivery_modifyDeliveryPattern)
Edit Delivery Pattern (ProductDelivery_modifyDeliveryPatternForCaseNominee)
Edit Nominee Delivery Pattern (ProductDelivery_modifyNomineeDeliveryPattern)
Edit Nominee Delivery Pattern (ProductDelivery_modifyNomineeDeliveryPattern1)
Edit Third Party Deduction Details (ProductDelivery_modifyThirdPartyDeductionFromList)
Edit Third Party Deduction Details (ProductDelivery_modifyThirdPartyDeductionFromList1)
Edit Third Party Deduction Details (ProductDelivery_modifyThirdPartyDeductionFromView)
Edit Third Party Deduction Details (ProductDelivery_modifyThirdPartyDeductionFromView1)
Edit Un-applied Deduction Details (ProductDelivery_modifyUnappliedDeductionDetailsFromList)
Edit Un-applied Deduction Details (ProductDelivery_modifyUnappliedDeductionDetailsFromView)
Select Default Nominee Delivery Pattern (ProductDelivery_selectDefaultNomineeDeliveryPattern)
Set Default Nominee (ProductDelivery_setDefaultNominee)
Set Default Nominee (ProductDelivery_setDefaultNominee1)
Submit Case For Approval (ProductDelivery_submit)
- (ProductDelivery_tabDetails)
ProductDelivery_tabDetailsPreview
View Applied Deduction (ProductDelivery_viewAppliedDeductionDetails1)
Payment Details (ProductDelivery_viewDedPaymentInstruction)
View Third Party Deduction (ProductDelivery_viewThirdPartyDeductionDetails1)
View Un-applied Deduction (ProductDelivery_viewUnappliedDeductionDetails1)
Financials (ProductProvider_listFinancial)
ProductProvider_listFinancial1
Authorize (ProgramRecommendation_confirmAuthorize)
Authorize (ProgramRecommendation_listHouseholdMembersForMA)
Authorize (ProgramRecommendation_PremiumCoPaymentDetails)
Activate Contract (ProviderManagement_activateContract)
New Text Translation (ProviderManagement_addDescriptionTranslationToServiceOffering)
New Text Translation (ProviderManagement_addNameTranslationToServiceOffering)
New Provider (ProviderManagement_addProviderToPG)
New Provider (ProviderManagement_addProviderToProviderGroup)
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)
Delete Deduction (ProviderManagement_cancelProviderDeduction)
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)
Confirm Suspend Provider (ProviderManagement_confirmSuspendProvider)
New Attendance Payment Frequency (ProviderManagement_createAttendancePaymentFrequency)
New Service (ProviderManagement_createNewServiceOffering)
New Service (ProviderManagement_createNewTrainingServiceOffering)
New Payment Configuration (ProviderManagement_createProviderGroupAssociatePaymentConfiguration)
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 Attendance Payment Configuration (ProviderManagement_createSOAttendancePayment)
New Training Service (ProviderManagement_createTrainingServiceOffering)
New Utilization Contract (ProviderManagement_createUtilizationContractForProvider)
New Rate (ProviderManagement_createUtilizationContractProviderOfferingRate)
Delete Attendance Payment Frequency (ProviderManagement_deleteAttendancePaymentFrequency)
Delete Payment Configuration (ProviderManagement_deleteProviderGroupAssociatePaymentConfiguration)
Delete Attendance Payment Configuration (ProviderManagement_deleteSOAttendancePayment)
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)
Payment Details: (ProviderManagement_listAttendancePaymentForProvider)
Payment Details: (ProviderManagement_listFRCPaymentForProvider)
Payment Details: (ProviderManagement_listFRCPaymentForProviderGroup)
Payment Details: (ProviderManagement_listILIDetailsForProvider)
Payment Details: (ProviderManagement_listILIDetailsForProviderGroup)
Liabilities (ProviderManagement_listLiabilitiesForProvider)
Liabilities (ProviderManagement_listLiabilitiesForProviderGroup)
Payments (ProviderManagement_listPaymentsForProvider)
Payments (ProviderManagement_listPaymentsForProviderGroup)
Payment Details: (ProviderManagement_listPlacementPaymentForProvider)
Payment Details: (ProviderManagement_listPlacementPaymentForProviderGroup)
Transactions (ProviderManagement_listProviderGroupPaymentTransactions)
Transactions (ProviderManagement_listProviderPaymentTransactions)
Payment Details: (ProviderManagement_listSIPaymentForProvider)
Payment Details: (ProviderManagement_listSIPaymentForProviderGroup)
Edit Applied Deduction (ProviderManagement_modifyAppliedDeductionDetails)
Edit Attendance Payment Frequency (ProviderManagement_modifyAttendancePaymentFrequency)
Edit Text Translation (ProviderManagement_modifyLocalizableSODescriptionTextTranslation)
Edit Text Translation (ProviderManagement_modifyLocalizableSONameTextTranslation)
Select Provider Payment Type (ProviderManagement_modifyPaymentType)
Confirm Placement (ProviderManagement_modifyPlaceDuringConfirmation)
Edit Placement (ProviderManagement_modifyPlacementDetails)
Modify Placement Information (ProviderManagement_modifyPlacementInformation)
Confirm Cancel Reservation (ProviderManagement_modifyPlacementInformationConfirmCancelReservation)
Edit Placement Payment Frequency (ProviderManagement_modifyPlacementPaymentFrequency)
Allocate Place (ProviderManagement_modifyPlaceProviderOfferingAllocate)
Edit Payment Configuration (ProviderManagement_modifyProviderGroupAssociatePaymentConfiguration)
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 Attendance Payment Configuration (ProviderManagement_modifySOAttendancePayment)
Edit Third Party Deduction (ProviderManagement_modifyThirdPartyDeduction)
Edit Un-Applied Deduction (ProviderManagement_modifyUnappliedDeductionDetails)
Edit Utilization Contract (ProviderManagement_modifyUtilizationContractForProviderGroup)
Edit Rate (ProviderManagement_modifyUtilizationContractProviderOfferingRate)
Place Client (ProviderManagement_placeSampleClient)
Delete Provider (ProviderManagement_removeProviderFromProviderGroup)
Delete Provider Group (ProviderManagement_removeProviderGroupFromPGAssociation)
Renew Contract (ProviderManagement_renewContract)
Renew Contract (ProviderManagement_renewProviderGroupContract)
Select Liability To Apply Deduction To (ProviderManagement_selectLiabilityToApplyDeductionDetails)
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)
Suspend Provider (ProviderManagement_suspendProvider)
Terminate Contract (ProviderManagement_terminateContract)
Transfer Client (ProviderManagement_transferClient)
Transfer Placement to Another Case (ProviderManagement_transferSamplePlacementToAnotherCase)
Reassessment Details (ProviderManagement_triggerReassessment)
Update Placement Period (ProviderManagement_updateSamplePlacementPeriod)
Current Performance (ProviderManagement_viewActualContractPerformanceMeasure)
Current Performance (ProviderManagement_viewActualServiceContractPerformanceMeasure)
Provider Deduction History (ProviderManagement_viewAppliedProviderDeductionHistory)
View Attendance Type Payment Detail for Provider: (ProviderManagement_viewAttendancePaymentForProvider)
View Attendance Type Payment Detail for Provider Group: (ProviderManagement_viewAttendancePaymentForProviderGroup)
Financial Line Item Details (ProviderManagement_viewBenefitUnderPayment)
Payment Instruction Details (ProviderManagement_viewBenefitUnderPaymentInstruction)
Transactions (ProviderManagement_viewFCTransactionDetailsForPG)
Transactions (ProviderManagement_viewFCTransactionDetailsForProvider)
View Flat-Rate Contract Type Payment Detail for Provider: (ProviderManagement_viewFRCPaymentForProvider)
View Flat-Rate Contract Type Payment Detail for Provider Group: (ProviderManagement_viewFRCPaymentForProviderGroup)
View Placement Type Payment Detail for Provider: (ProviderManagement_viewPlacementPaymentForProvider)
View Placement Type Payment Detail for Provider Group: (ProviderManagement_viewPlacementPaymentForProviderGroup)
View Service Invoice Type Payment Detail for Provider: (ProviderManagement_viewSIPaymentForProvider)
View Service Invoice Type Payment Detail for Provider Group: (ProviderManagement_viewSIPaymentForProviderGroup)
View Provider Deduction History: (ProviderManagement_viewThirdPartyProviderDeductionHistory)
Provider Deduction History (ProviderManagement_viewUnappliedProviderDeductionHistory)
Financials (Representative_listFinancial)
Representative_listFinancial1
New Disregard (SanctionAssessment_createDisregard_CREOLE)
New Sanction (SanctionAssessment_createSanction_CREOLE)
Edit Sanction (SanctionAssessment_modifySanction)
Edit Recommendation Disregard (SanctionAssessment_modifySanctionOverride)
ServiceDelivery_listTransaction
ServiceDelivery_listUnprocessedILIs
Add Plan Item (ServicePlanDelivery_addCustomServicePlanItem)
Add Plan Item (ServicePlanDelivery_addServicePlanItem)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderEditable)
Edit Plan Item (ServicePlanDelivery_modifyCustomServicePlanItemProviderNonEditable)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanItemProviderEditable)
Edit Plan Item (ServicePlanDelivery_modifyServicePlanItemProviderNonEditable)
Financials (ServiceSupplier_listFinancial)
ServiceSupplier_listFinancial1
Liability Instruction Details (SocialEnterpriseFolder_viewFinancialLiabilityInstruction)
Payment Instruction Details: (SocialEnterpriseFolder_viewFinancialPaymentInstruction)
Payment Received Details (SocialEnterpriseFolder_viewFinancialPaymentReceivedInstruction)
- (StateBasicPlanDecision_context)
- (StreamlineMedicaidDecision_context)
Submit Case For Approval (TBBCCProductDelivery_submit)
- (UQHPDecision_context)
Financials (Utility_listFinancial)
Utility_listFinancial1