BranchedLLPVersion is a column in JobDefinition table and you are selecting it in JobDefinitionParameter table.
select Jp.* from JobDefinitionParameter Jp,JobDefiniton Jd where Jp.Name = 'DIRECTORY' and Jp.JobDefinition=Jd.UniqueId and Jd.BranchedLLPVersion = -1
thanks
Nanda