DBA Data[Home] [Help]

APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_CONVERSION_ATTRIBS_V

Line 5402: from okc_conversion_attribs_v

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/