View all budget units in general fund which match one of the following criteria: - Function = 1310 and OPU is either 000, 110, 193, 195, 196, 198, 800 or 801.
- Function = 1311 and OPU is either 336, 337, 341, 342, 667 or 668.
- Function = 1313 and OPU is either 616, 617, 651, 656, 657, 658, 694 or 695.
| fund = '0010000' AND ((orgn1 = '1310' AND orgn3 IN ('000','110','193','195','196','198','800','801') OR (orgn1 = '1311' AND orgn3 IN ('336','337','341','342','667','668')) OR (orgn1 = '1313' AND orgn3 IN ('616','617','651','656','657','658','694','696'))) |