DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_CURRENCY_SV

Line 671: l_conv_rate := PO_CURRENCY_SV.get_cross_ou_rate(

667: -- Get The Conversion rate from the from_ou to the to_ou
668: -- If the l_conv_rate is null, means there is no conversion
669: -- rate between the different OUs, then we pass in null for
670: -- the amount and the unit_price
671: l_conv_rate := PO_CURRENCY_SV.get_cross_ou_rate(
672: l_from_org_id,
673: x_org_id);
674: --
675: