Table Description
Position Location Link: The relationship between a position and a location.
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::PositionLocationLink::Entity::PositionLocationLink::PositionLocationLink
Controlling File: core\model\Packages\Reference Model\Service Layer\PositionLocationLink\Entity\PositionLocationLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
positionLocationLinkIDkeynoUnique reference number assigned by the system to the position location link record.POSITIONLOCATIONLINK_ID SVR_INT64
positionIDdetailsnoUnique reference number of the position record which is associated with the location. This is the foreign key to the position record.POSITION_ID SVR_INT64
locationIDdetailsnoUnique reference number of the location record which is associated with the position. This is the foreign key to the location record.LOCATION_ID SVR_INT64
Foreign Keys (2)
ChildParent
PositionLocationLink.locationIDLocation.locationID
PositionLocationLink.positionIDPosition.positionID
Indices (1)
Index NameAttributes
PosLocationIdxlocationID, positionID
Operations (9)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: positionLocationLinkID
AUTO_ID_KEY: ORGNSTREBO
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
readmultireadmulti @deprecated-since V6.0 SP2 This method is deprecated as this is taking primary key as the input which returns a single record and hence is not relevant for readmulti operation. Instead, the methods searchByLocationID() and searchByPositionID() may be used to work on this entity. 
countLocationAssignedToPositionns check if location is already assigned to positionSQL
insertPositionLocationLinkinsertPRE_DATA_ACCESS: no
Inserts record to position location link entity. This method expects position location link ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field (position location link ID). It's preferred to call this method only in scenario's where caller wants to set the value of primary key (position location link ID) by itself. 
searchByPositionIDreadmulti <p> Reads all the records for a postion ID. </p> 
searchByLocationIDreadmulti Reads all the records of Position Location Link for a location ID. 
Related Pages (2)