DBA Data[Home] [Help]

APPS.OKC_COPY_CONTRACT_PVT dependencies on OKC_CONVERSION_ATTRIBS_V

Line 5401: from okc_conversion_attribs_v

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