DBA Data[Home] [Help]

APPS.JAI_CMN_MTAX_PKG dependencies on MTL_UNITS_OF_MEASURE

Line 454: FROM mtl_units_of_measure

450: --//~~~~~~~~~ Declaration Section for Main business logic ~~~~~~~~~~//
451:
452: CURSOR c_uom_code( p_uom IN VARCHAR2 ) IS
453: SELECT uom_code
454: FROM mtl_units_of_measure
455: WHERE unit_of_measure = p_uom;
456:
457: /* Added by LGOPALSA. Bug 4210102.
458: * Commented tax_typoe_cal as per Babu's comments */