DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on GL_DAILY_RATES

Line 21: FROM gl_daily_rates

17: IF (p_from_currency = p_to_currency) THEN
18: RETURN 1;
19: END IF;
20: SELECT COUNT(conversion_rate) INTO l_has_rate
21: FROM gl_daily_rates
22: WHERE from_currency = p_from_currency AND
23: to_currency = p_to_currency AND
24: conversion_type = p_exchange_type AND
25: conversion_date = p_exchange_date;