Database Table: ServiceInvoiceRequest
ServiceInvoiceRequest:
Request created by the external user to submit a service invoice.
Request created by the external user to submit a service invoice.
Example A provider who has an external user account, can create a service invoice request.They can submit this. It will then either be accepted or rejected by a Resource Manager.
|
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
|
|
Location in Model: | Logical View::MetaModel::Curam::CPM::Service Layer::External User Access::Service Invoice Request::Entity::ServiceInvoiceRequest |
Controlling File: | CPM\model\Packages\Service Layer\External User Access\Service Invoice Request\Entity\Entity_cat.efx |
Attribute | Stereotype | Nullable | Description | Domain Definition | Codetable | DDL Type |
referenceNumber | details | no | A reference number for the service invoice. A reference number assigned by the organization to a service invoice to uniquely identify it. | REFERENCE_NUMBER | | SVR_STRING<20> |
requestID | key | no | The unique system generated identifier for the Request record. | INTERNAL_ID | | SVR_INT64 |
externalRefNum | details | | A reference number provided by the provider or provider group who serves as the originator of the service invoice. | REFERENCE_NUMBER | | SVR_STRING<20> |
|
Index Name | Attributes |
ServiceInvoiceRequestIndex1 | referenceNumber |
|
Operation | Stereotype | Options | Description | SQL |
insert | insert | | Standard Operation | |
modify | modify | | Standard Operation | |
read | read | | Standard Operation | |
readByReferenceNumber | nsread | | | |
|