DBA Data[Home] [Help]

APPS.AST_RATES_PKG dependencies on AS_PERIOD_RATES

Line 44: from as_period_rates rate,

40: rate.conversion_status_flag
41: into
42: l_converted_amount,
43: l_converted_status
44: from as_period_rates rate,
45: as_period_days day
46: where rate.from_currency=x_from_currency
47: and rate.to_currency=x_to_currency
48: and day.period_name=rate.period_name