DBA Data[Home] [Help]

APPS.FUN_AP_TRANSFER dependencies on GL_DAILY_RATES

Line 19: FROM gl_daily_rates

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