[Home] [Help]
5398: if (l_euro_currency <> l_chrv_rec.currency_code) then
5399: If l_chrv_rec.application_id in (510,871) Then
5400: select CONVERSION_TYPE, CONVERSION_RATE, CONVERSION_DATE
5401: into g_conversion_type, g_conversion_rate, g_conversion_date
5402: from okc_conversion_attribs_v
5403: where DNZ_CHR_ID = l_chrv_rec.id
5404: and chr_id = l_chrv_rec.id;
5405: Else
5406: -- /Rules migration/