Do we have any difference between the 2 syntax's
((BCODBO.D_DT_PER.YR_QTR_NUM = DECODE(@Prompt('Please Enter Reporting Quarter Year(YYYYQ)','A',,MONO,FREE),'99994',TO_CHAR(ADD_MONTHS(SYSDATE,-1),'YYYYQ'),@Prompt('Please Enter Reporting Quarter Year(YYYYQ)','A','@Select(Report Date/Period\Reporting Year Quarter (Sum of Months in Qrtr))',MONO,FREE))
AND CODBD_DT_PER.LST_BUS_DAY = 'Y') )
((BCODBO.D_DT_PER.YR_QTR_NUM = DECODE(@Prompt('Please Enter Reporting Quarter Year(YYYYQ)','A',,MONO,FREE),'99994',TO_CHAR(ADD_MONTHS(SYSDATE,-1),'YYYYQ'),@Prompt('Please Enter Reporting Quarter Year(YYYYQ)','A','@Select(Report Date/Period\Reporting Year Quarter (Sum of Months in Qrtr))',MONO,FREE))
AND D_DT_PER.LST_BUS_DAY = 'Y') )
The first one is parsing the universe and the second one doesn't. Can some one tell me if there is any difference between these 2 syntax's