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 2980: l_primary_qty := INV_CONVERT.INV_UM_CONVERT

2976: -- equal to (issued_quantity + transaction_quantity) ,
2977: -- Only if it is different, need to populate and call wip
2978: -- update program
2979:
2980: l_primary_qty := INV_CONVERT.INV_UM_CONVERT
2981: ( item_id => l_transactions_interface_rec.inventory_item_id
2982: , lot_number => null
2983: , organization_id => l_transactions_interface_rec.organization_id
2984: , precision => 5

Line 3874: inv_convert.inv_um_convert(

3870: END IF;
3871:
3872: -- get conversion rate based on UOM
3873: conversion_rate :=
3874: inv_convert.inv_um_convert(
3875: item_id => 0,
3876: precision => 38,
3877: from_quantity => 1,
3878: from_unit => p_res_txn_dtls_tbl(res_ctr).uom_code,