DBA Data[Home] [Help]

APPS.RCV_WSH_INTERFACE_PKG dependencies on FND_PROFILE

Line 656: fnd_profile.get('IC_CURRENCY_CONVERSION_TYPE', l_currency_conv_type);

652: END IF;
653:
654: IF (l_currency IS NOT NULL AND l_currency <> l_functional_currency) THEN
655: l_progress := '055';
656: fnd_profile.get('IC_CURRENCY_CONVERSION_TYPE', l_currency_conv_type);
657:
658: l_rate := po_core_s.get_conversion_rate
659: ( l_sob_id,
660: l_currency,