#params=PART_DESIGN_NAME(1),TRAY_DESIGN_NAME(1),
#results={SLOT_DESIGN_ID=ID,X_SLOT_OFFSET=X_OFFSET,Y_SLOT_OFFSET=Y_OFFSET}
select ID,X_OFFSET,Y_OFFSET from SlotDesigns where PartDesignName=? and TrayDesignName=?
