DBA Data[Home] [Help]

APPS.ISC_EDW_BOOKINGS_F_C dependencies on GL_CURRENCY_API

Line 474: GL_CURRENCY_API.get_rate_sql(

470: decode( decode( upper(h.conversion_type_code), 'USER',
471: h.conversion_rate,
472: decode( h.transactional_curr_code, gl.currency_code,
473: 1,
474: GL_CURRENCY_API.get_rate_sql(
475: h.transactional_curr_code,
476: gl.currency_code,
477: h.booked_date,
478: nvl(h.conversion_type_code, edw_param.rate_type)))),

Line 500: GL_CURRENCY_API.get_rate_sql(

496: AND decode( upper(h.conversion_type_code), 'USER',
497: h.conversion_rate,
498: decode( h.transactional_curr_code, gl.currency_code,
499: 1,
500: GL_CURRENCY_API.get_rate_sql(
501: h.transactional_curr_code,
502: gl.currency_code,
503: h.booked_date,
504: nvl(h.conversion_type_code, edw_param.rate_type)))) < 0

Line 560: GL_CURRENCY_API.get_rate_sql (

556: decode( decode( upper(h.conversion_type_code),'USER',
557: 1/ h.conversion_rate,
558: decode( h.transactional_curr_code, gl.currency_code,
559: 1,
560: GL_CURRENCY_API.get_rate_sql (
561: gl.currency_code,
562: h.transactional_curr_code,
563: h.booked_date,
564: nvl(h.conversion_type_code, edw_param.rate_type)))),

Line 586: GL_CURRENCY_API.get_rate_sql (

582: AND decode( upper(h.conversion_type_code),'USER',
583: 1/ h.conversion_rate,
584: decode( h.transactional_curr_code, gl.currency_code,
585: 1,
586: GL_CURRENCY_API.get_rate_sql (
587: gl.currency_code,
588: h.transactional_curr_code,
589: h.booked_date,
590: nvl(h.conversion_type_code, edw_param.rate_type)))) < 0

Line 604: decode(GL_CURRENCY_API.get_rate_sql (

600: '' FROM_UOM_CODE,
601: '' TO_UOM_CODE,
602: '' INVENTORY_ITEM_ID,
603: '' ITEM_NAME,
604: decode(GL_CURRENCY_API.get_rate_sql (
605: gl_cost.currency_code,
606: gl.currency_code,
607: h.booked_date,
608: edw_param.rate_type),

Line 631: AND GL_CURRENCY_API.get_rate_sql (

627: AND hoi.org_information_context = 'Accounting Information'
628: AND hoi.org_information1 = to_char(gl_cost.set_of_books_id)
629: AND h.booked_flag = 'Y'
630: AND h.booked_date IS NOT NULL
631: AND GL_CURRENCY_API.get_rate_sql (
632: gl_cost.currency_code,
633: gl.currency_code,
634: h.booked_date,
635: edw_param.rate_type) < 0;