Table Description
Federal Allowable Component Link: An association between a Federal Allowable Component and a program, action or service.

Federal allowable components can be associated with one of more activities (actions and services) and programs. When an action or service is created on an outcome plan for a client, a FedralAllowableComponent must be selected if the action or service is associated with a FedralAllowableComponent.

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::Federal Allowable Component::Entity::Admin::FederalAllowableComponent::FederalAllowableComponentLink
Controlling File: CPM\model\Packages\Service Layer\Federal Allowable Component\FederalAllowableComponent.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
federalAllowableComponentLkIDkeynoUnique identifier for the Federal Allowable Component Link record.INTERNAL_ID SVR_INT64
federalAllowableComponentIDdetailsnoUnique identifier for the Federal Allowable Component the link record relates to.INTERNAL_ID SVR_INT64
relatedIDdetailsnoUnique identifier for the related record, the Federal Allowable Component is being linked to.INTERNAL_ID SVR_INT64
relatedTypedetailsnoThe type of the related record, the Federal Allowable Component is being linked to.FEDERAL_ALLOWABLE_COMPONENT_RELATED_TYPEFedAllowCompRelatedTypeSVR_STRING<10>
recordStatusdetailsnoStatus of the Federal Allowable Component Link.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
FederalAllowableComponentLink.federalAllowableComponentIDFederalAllowableComponent.federalAllowableComponentID
Indices (2)
Index NameAttributes
FedAllowCompLnkRelatedIDIdxrelatedID
FedAllwCmpLnFedAllowComIDIdxfederalAllowableComponentID
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: federalAllowableComponentLkID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByRelatedRecordAndStatusreadmulti Returns a list of Federal Allowable Component records for the given related record and status. 
searchByFederalAllowableComponentAndStatusreadmulti Returns a list of Federal Allowable Component link records for the given federal allowable component and status. 
searchByFederalAllowableComponentRelatedTypeAndStatusreadmulti Returns a list of Federal Allowable Component link records for the given federal allowable component and of the related type and status. 
readByFederalAllowableComponentRelatedRecordAndStatusnsread Returns a Federal Allowable Component link record for the given federal allowable component, related record and status, if one exists, otherwise null. 
Related Pages (14)