DBA Data[Home] [Help]

APPS.JAI_OM_WDD_TRIGGER_PKG dependencies on DUAL

Line 2754: from dual;

2750:
2751: /* Added below select clause by mmurtuza for bug 16396199 to avoid divide by zero exception*/
2752: select nvl(decode(v_quantity, 0, 1, v_quantity), 1)
2753: into v_quantity
2754: from dual;
2755:
2756: ln_vat_assessable_value := nvl(ln_vat_assessable_value * v_shipped_quantity / v_quantity, 0); /* By mmurtuza for bug 16396199 */
2757:
2758: