DBA Data[Home] [Help]

APPS.WSH_OTM_RIQ_XML dependencies on GL_DAILY_CONVERSION_TYPES

Line 3486: FROM gl_daily_conversion_types

3482: l_user_conv_type VARCHAR2(30) := NULL;
3483:
3484: CURSOR c_get_user_conv_type(p_curr_conv_type varchar2) IS
3485: SELECT user_conversion_type
3486: FROM gl_daily_conversion_types
3487: WHERE conversion_type = p_curr_conv_type;
3488: --
3489:
3490: BEGIN