[Home] [Help]
586: v_rcv_rec.requisition_line_id,
587: trunc(sysdate),
588: v_rcv_rec.transaction_date,
589: v_rcv_rec.currency_conversion_type,
590: gl_currency_api.get_rate_sql (
591: x_from_currency => v_rcv_rec.currency_code,
592: x_to_currency => 'INR',
593: x_conversion_date => v_rcv_rec.transaction_date,
594: x_conversion_type => v_rcv_rec.currency_conversion_type ),
623: p_period_name => lv_period_name,
624: p_currency_code => v_currency_code,
625: p_currency_conversion_type => v_rcv_rec.currency_conversion_type,
626: p_currency_conversion_date => v_rcv_rec.transaction_date,
627: p_currency_conversion_rate => gl_currency_api.get_rate_sql (
628: x_from_currency => v_rcv_rec.currency_code,
629: x_to_currency => 'INR',
630: x_conversion_date => v_rcv_rec.transaction_date,
631: x_conversion_type => v_rcv_rec.currency_conversion_type ),
680: v_rcv_rec.requisition_line_id,
681: trunc(sysdate),
682: v_rcv_rec.transaction_date,
683: v_rcv_rec.currency_conversion_type,
684: gl_currency_api.get_rate_sql (
685: x_from_currency => v_rcv_rec.currency_code,
686: x_to_currency => 'INR',
687: x_conversion_date => v_rcv_rec.transaction_date,
688: x_conversion_type => v_rcv_rec.currency_conversion_type ),
717: p_period_name => lv_period_name,
718: p_currency_code => v_currency_code,
719: p_currency_conversion_type => v_rcv_rec.currency_conversion_type,
720: p_currency_conversion_date => v_rcv_rec.transaction_date,
721: p_currency_conversion_rate => gl_currency_api.get_rate_sql (
722: x_from_currency => v_rcv_rec.currency_code,
723: x_to_currency => 'INR',
724: x_conversion_date => v_rcv_rec.transaction_date,
725: x_conversion_type => v_rcv_rec.currency_conversion_type ),