DBA Data[Home] [Help]

APPS.OKL_KHR_PVT dependencies on GL_DAILY_CONVERSION_TYPES

Line 602: from gl_daily_conversion_types

598:
599: --cursor to chk currency type fk
600: cursor curr_conv_type_csr (p_curr_cotyp in varchar2) is
601: select '!'
602: from gl_daily_conversion_types
603: where conversion_type = p_curr_cotyp;
604:
605: l_valid_convert_type varchar2(1) default '?';
606: Begin