DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on GL_DAILY_CONVERSION_TYPES

Line 3384: FROM gl_daily_conversion_types

3380: l_user_conv_type VARCHAR2(30) := NULL;
3381:
3382: CURSOR c_get_user_conv_type(p_curr_conv_type varchar2) IS
3383: SELECT user_conversion_type
3384: FROM gl_daily_conversion_types
3385: WHERE conversion_type = p_curr_conv_type;
3386: --
3387: -- end of Bug 5886042
3388: