Table Description
Service Offering Attendance Payment: The attendance tracking payment-related configuration settings for a service offering.

The attendance tracking payment-related configuration settings for a service offering.

Example

The Social organization has set the attendance required for payment to true for the Child Care Service Offering with effective date as current date. Since this indicator is set to true for the current date the system will check for the attendance information before making payment to provider for Child Care Service Offering.

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::CPM::Service Layer::Attendance Tracking::Configuration::Entity::SOAttendancePayment
Controlling File: CPM\model\Packages\Service Layer\Attendance Tracking\Configuration\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
soAttendancePaymentIDkeynoThe Unique ID for a service offering attendance payment configuration.INTERNAL_ID SVR_INT64
serviceOfferingIDdetailsnoThe system identifier for service offering.SERVICE_OFFERING_ID SVR_INT64
attendanceReqForPaymentInddetails An indicator used to identify whether or not attendance tracking information is required for payment.CURAM_INDICATOR SVR_BOOLEAN
effectiveDatedetails The Date from which the attendance tracking payment configuration is effective.CURAM_DATE SVR_DATE
recordStatusdetails Status of the service offering attendance payment record. For example: A Service Offering Attendance Payment record can be Active or Canceled.RECORD_STATUSRecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
SOAttendancePayment.serviceOfferingIDServiceOffering.serviceOfferingID
Indices (1)
Index NameAttributes
SOAttnPaymntServiceOfferIDIdxserviceOfferingID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: soAttendancePaymentID
AUTO_ID_KEY: SEROFF
Creates new row on the service offering attendance payment configuration table 
readread Reads a row of data from service offering attendance configuration table. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an existing row on service offering attendance configuration table 
searchByServiceOfferingIDreadmultiORDER_BY: effectiveDate
Search service offering attendance payment configuration table by serviceOfferingID. 
insertSOAttendancePaymentnsinsert Creates new row on the service offering attendance payment configuration table and this method should be used only when the user is passing the primary id. 
Related Pages (10)