DBA Data[Home] [Help]

APPS.INV_MGD_MVT_UTILS_PKG dependencies on STANDARD

Line 382: --If there is no special conversion for this item, get standard rate

378: WHEN NO_DATA_FOUND THEN
379: l_rate := NULL;
380: END;
381:
382: --If there is no special conversion for this item, get standard rate
383: IF l_rate IS NULL
384: THEN
385: SELECT
386: conversion_rate

Line 533: /* INV_CONVERT standard conversion APIs are called to get the conversion

529: l_unit_weight := 1;
530: ELSE
531:
532: /* Bug 5984760 - Start */
533: /* INV_CONVERT standard conversion APIs are called to get the conversion
534: rates. Get_Rate_Two_UOM will no longer be uses */
535:
536:
537: --Get conversion rate between transaction uom and movement uom