Curam Financials Flashcards
What does the batch DetermineProductDeliveryEligibility do?
Processes Cases to Financial Components
What does the batch GenerateInstructionLineItems do?
Processes Financial Components to Instruction Line Items
What does the batch GenerateInstruments do?
Processes Instruction Line Items to Instructions and Instruments
What does the batch GeneratePayslips do?
Processes Payslips and PayslictInstructions
What happens in DetermineProductDeliveryEligibilty if a case is InEligible?
The case will be put in a status of PENDING CLOSURE (CS7)
What happens in DetermineProductDeliveryEligibilty if there is an error processing a case?
The case will be put in a status of SUSPENDED (CS2)
What happens in DetermineProductDeliveryEligibilty if a case is Eligible?
The case will be put in a status of ACTIVE (CS1)
What status is a case in before DetermineProductDeliveryEligibilty is run?
APPROVED (CS6)
What happens in GenerateInstructionLineItems if the nextProcessingDate is greater than the processingDate?
The case will be put into a status of CLOSED (CLD)
What happens in GenerateInstructionLineItems if the Financial Component has not expried?
The case will be put into a status of ACTIVE (CS1)
What status are Instruction Line Items in before GenerateInstruments batch is run?
UNPROCESSED (UNP)
What status are Instruction Line Items in after GenerateInstruments batch is run?
PROCESSED (PRO)
What status are payslips in before GeneratePayslips batch is run?
CREATE (PS1)
or
PENDING ISSUE (PS2)
What status are payslips in after GeneratePayslips batch is run?
ISSUED (PS3)
What batch(es) must be run before DetermineProductDeliveryEligibility?
None - it is the first in the sequence