DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on GL_DAILY_CONVERSION_TYPES

Line 7360: FROM gl_daily_conversion_types

7356:
7357: --cursor to chk currency type fk
7358: CURSOR curr_conv_type_csr (p_curr_cotyp IN VARCHAR2) IS
7359: SELECT '!'
7360: FROM gl_daily_conversion_types
7361: WHERE conversion_type = p_curr_cotyp;
7362:
7363: l_valid_convert_type VARCHAR2(1) DEFAULT '?';
7364: BEGIN