DBA Data[Home] [Help]

APPS.OKE_FUNDING_UTIL_PKG dependencies on GL_CURRENCY_API

Line 1122: GL_CURRENCY_API.CONVERT_AMOUNT(x_from_currency => x_from_currency ,

1118: converted_amount number := 0;
1119:
1120: BEGIN
1121:
1122: GL_CURRENCY_API.CONVERT_AMOUNT(x_from_currency => x_from_currency ,
1123: x_to_currency => x_to_currency ,
1124: x_conversion_date => x_conversion_date ,
1125: x_conversion_type => x_conversion_type ,
1126: x_amount => amount ,