DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PO_CURRENCY_SV

Line 1041: l_conv_rate := PO_CURRENCY_SV.get_cross_ou_rate(

1037: -- Get The Conversion rate from the from_ou to the to_ou
1038: -- If the l_conv_rate is null, means there is no conversion
1039: -- rate between the different OUs, then we pass in null for
1040: -- the amount and the unit_price
1041: l_conv_rate := PO_CURRENCY_SV.get_cross_ou_rate(
1042: l_from_org_id,
1043: x_org_id);
1044:
1045: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN

Line 2900: l_conv_rate := PO_CURRENCY_SV.get_cross_ou_rate(

2896: ELSE
2897: l_has_price_diff_flag := 'N';
2898: END IF;
2899:
2900: l_conv_rate := PO_CURRENCY_SV.get_cross_ou_rate(
2901: l_from_org_id,
2902: x_org_id);
2903: IF ( l_value_basis = 'FIXED PRICE' )
2904: THEN