DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on INV_CONVERT

Line 87: inv_convert.inv_um_convert(

83:
84:
85:
86: l_conversion_rate :=
87: inv_convert.inv_um_convert(
88: item_id => 0,
89: precision => 38,
90: from_quantity => 1,
91: from_unit => p_primary_uom,

Line 3337: l_primary_qty := INV_CONVERT.INV_UM_CONVERT

3333: -- equal to (issued_quantity + transaction_quantity) ,
3334: -- Only if it is different, need to populate and call wip
3335: -- update program
3336:
3337: l_primary_qty := INV_CONVERT.INV_UM_CONVERT
3338: ( item_id => l_transactions_interface_rec.inventory_item_id
3339: , lot_number => null
3340: , organization_id => l_transactions_interface_rec.organization_id
3341: , precision => 5

Line 4311: inv_convert.inv_um_convert(

4307: END IF;
4308:
4309: -- get conversion rate based on UOM
4310: conversion_rate :=
4311: inv_convert.inv_um_convert(
4312: item_id => 0,
4313: precision => 38,
4314: from_quantity => 1,
4315: from_unit => p_res_txn_dtls_tbl(res_ctr).uom_code,