Table slot9.WORLD.TSTA.ORG_DESCRIPTOR_CODES This table defines the valid descriptors for organizations (referred to as agencies) in the application (e.g. State, District)
|
Requirements (check constraints):
Constraint | Constraint Name |
---|---|
CAN_BE_PARENT IN ('Y', 'N') | CK_ORGSTRODC_CAN_BE_PARENT |
"CAN_BE_PARENT" IS NOT NULL | ORGSTRODC_CAN_BE_PARENT_NN |
"ORG_DESCRIPTOR_CODE" IS NOT NULL | ORGSTRODC_DESCRIP_CD_NN |
"ORG_DESCRIPTOR_DESC" IS NOT NULL | ORGSTRODC_DESCRIP_DESC_NN |
"ORG_DESCRIPTOR_DISPLAY_CODE" IS NOT NULL | ORGSTRODC_DESCRIP_DSPCD_NN |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
ORG_DESCRIPTOR_CODE | Primary key | Asc | ORGSTRODC_PK |