Rev 64 | Blame | Compare with Previous | Last modification | View Log | RSS feed
/* Bom Details */SELECT bo.*,bn.BOM_NAME,bec.BASE_ENV_COUNTFROM BOMS bo,BOM_NAMES bn,(SELECT COUNT(*) AS BASE_ENV_COUNT,be.BOM_IDFROM BASE_ENV beWHERE be.BOM_ID = :BOM_IDGROUP BY be.BOM_ID) becWHERE bo.BOM_NAME_ID = bn.BOM_NAME_IDAND bo.BOM_ID = :BOM_IDAnd bec.BOM_ID (+) = bo.BOM_ID