DBA Data[Home] [Help]

APPS.JAI_CMN_MTAX_PKG dependencies on MTL_UNITS_OF_MEASURE

Line 365: FROM mtl_units_of_measure

361: --//~~~~~~~~~ Declaration Section for Main business logic ~~~~~~~~~~//
362:
363: CURSOR c_uom_code( p_uom IN VARCHAR2 ) IS
364: SELECT uom_code
365: FROM mtl_units_of_measure
366: WHERE unit_of_measure = p_uom;
367:
368: /* Added by LGOPALSA. Bug 4210102.
369: * Commented tax_typoe_cal as per Babu's comments */