DBA Data[Home] [Help]

APPS.AP_APXMTDTR_XMLP_PKG dependencies on GL_DAILY_CONVERSION_TYPES

Line 378: from gl_daily_conversion_types

374:
375: if c_exchange_rate_type is not null then
376: select substr(user_conversion_type,1,16) user_conversion_type
377: into l_exchange_rate_type_desc
378: from gl_daily_conversion_types
379: where conversion_type = c_exchange_rate_type;
380: end if;
381:
382: return (l_exchange_rate_type_desc);

Line 394: from gl_daily_conversion_types

390:
391: if c_rate_type is not null then
392: select substr(user_conversion_type,1,16) user_conversion_type
393: into l_rate_type_desc_po
394: from gl_daily_conversion_types
395: where conversion_type = c_rate_type;
396: end if;
397:
398: return (l_rate_type_desc_po);

Line 410: from gl_daily_conversion_types

406:
407: if c_exchange_rate_type1 is not null then
408: select substr(user_conversion_type,1,30) user_conversion_type
409: into l_exchange_rate_type_desc_rec
410: from gl_daily_conversion_types
411: where conversion_type = c_exchange_rate_type1;
412: end if;
413:
414: return (l_exchange_rate_type_desc_rec);