Operation Details |
Description: | Returns a list of all the organisation structure identifiers for the specified position identifier. |
Sterotype: | nsmulti |
SQL |
SELECT opl.organisationStructureID INTO :organisationStructureID FROM OrgUnitPositionLink opl WHERE opl.positionID = :positionID AND opl.recordStatus = :recordStatus |