Table Description
Action Parent Link: A link between a parent record and an action.

A link between a parent record and an action.

Example

For example, an action may be associated with an action plan record.

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::Service Layer::Action::Entity::ActionParentLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Action\Entity\Action_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
actionParentLinkIDkeynoUnique internal reference number of the action parent link record.ACTION_PARENT_LINK_ID SVR_INT64
actionIDdetailsnoUnique reference number of the action record which is associated with the parent record. This is the foreign key to the action record.ACTION_ID SVR_INT64
parentLinkIDdetailsnoUnique reference number of the parent record which is associated with the action record.ACTION_PARENT_LINK_ID SVR_INT64
parentTypedetails Parent record type.ACTION_PARENT_TYPEActionParentTypeSVR_STRING<10>
recordStatusdetails Status of the action parent link record. The values are 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
ActionParentLink.actionIDAction.actionID
Indices (1)
Index NameAttributes
IND_468900278actionID
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: actionParentLinkID
PRE_DATA_ACCESS: yes
Standard Operation 
cancelnsmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Method to cancel Action Parent Link record. 
validateDetails  Method to validate Action Parent Link details before creating new record. 
searchActiveByActionIDnsmultiPRE_DATA_ACCESS: yes
 
Method to read active Action Parent Link records by provided Action id.SQL
countActiveByActionIDParentLinkIDParentTypeRecordStatusnsPRE_DATA_ACCESS: yes
 
Method to count active action parent links for specified action id, parent id and parent type.SQL
searchByParentLinkAndStatusnsmulti Method to read active Action Parent Link records by parent link id, type and status.SQL
searchByActionIDAndStatusnsmulti Returns the parent link ID along with the parent type.SQL
Related Pages (7)