DBA Data[Home] [Help]

APPS.FUN_AR_BATCH_TRANSFER dependencies on GL_DAILY_RATES

Line 17: FROM gl_daily_rates

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