DBA Data[Home] [Help]

APPS.CTO_WORKBENCH_UTIL_PK dependencies on INV_CONVERT

Line 508: result := INV_CONVERT.inv_um_convert(item_id,

504: ELSIF from_uom IS NULL
505: OR to_uom IS NULL THEN
506: result := 0;
507: ELSE
508: result := INV_CONVERT.inv_um_convert(item_id,
509: 5,
510: quantity,
511: from_uom,
512: to_uom,