Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Titledrd_organizational_units
TypeStandardized
DescriptionOrganizational Unit/Departmental Hierarchy

It is possible to represent multiple hierarchies by having multiple top-level organizational_units (ie: where parent_organizational_unit_id is NULL) and by using organizational_unit_t.

ColumnFormatNullable?DescriptionDefinitionComments
idinteger, primary keyNo   
codevarchar(100) Institution-specific code for this organizational unit  
namevarchar(100)NoName of this organizational unit

 

 
campus_idinteger, foreign key Campus this organizational unit is located onprd_campuses:id 
parent_organizational_unit_idinteger, foreign key Parent organizational unitdrd_organizational_units:id 
organizational_unit_tinteger, foreign keyNoType of this organizational unit (eg: academic, finance, reporting)ctx_data_types:iddatatype=ORGANIZATIONAL_UNIT
  • No labels