DBA Data[Home] [Help]

APPS.GLR03300_PKG dependencies on GL_DAILY_CONVERSION_TYPES

Line 130: FROM gl_daily_conversion_types

126: WHERE budget_version_id= lv_bud_ver_id ;
127:
128: CURSOR c_curr_conv (lv_curr_conv_type gl_je_headers.currency_conversion_type%type ) IS
129: SELECT user_conversion_type
130: FROM gl_daily_conversion_types
131: WHERE conversion_type = lv_curr_conv_type ;
132:
133: CURSOR c_show_batch_stat (lv_je_header_id gl_je_headers.je_header_id%type ,
134: lv_status gl_je_batches.status%type ) IS