DBA Data[Home] [Help]

APPS.OZF_CLAIM_ACCRUAL_PVT dependencies on GL_DAILY_RATES

Line 99: , gl_daily_rates gl

95: , conversion_date
96: , conversion_rate
97: FROM ozf_funds_utilized_all_b fu
98: , ozf_offers offr
99: , gl_daily_rates gl
100: WHERE utilization_id = cv_utilization_id
101: AND fu.plan_id = offr.qp_list_header_id
102: AND fu.exchange_rate_type = gl.conversion_type
103: AND TRUNC(fu.exchange_rate_date) = gl.conversion_date