DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on GL_DAILY_CONVERSION_TYPES

Line 3392: FROM gl_daily_conversion_types

3388: l_user_conv_type VARCHAR2(30) := NULL;
3389:
3390: CURSOR c_get_user_conv_type(p_curr_conv_type varchar2) IS
3391: SELECT user_conversion_type
3392: FROM gl_daily_conversion_types
3393: WHERE conversion_type = p_curr_conv_type;
3394: --
3395: -- end of Bug 5886042
3396: