DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_CMN_UTILS_PKG

Line 746: Added a call to jai_cmn_utils_pkg.currency_conversion procedure to get the conversion rate based on the actual shipment date.

742: conversion_date from oe_order_headers_all.
743: As a Sales order shipment date can be different from its creation date, hence the conversion rate
744: applicable on the date of shipment should be considered for all processing rather than the creation
745: date of the Sales order.
746: Added a call to jai_cmn_utils_pkg.currency_conversion procedure to get the conversion rate based on the actual shipment date.
747:
748: Fix of Bug 3158282: -
749: 1. The values passed to the parameters p_basic_ed/p_dr_basic_ed,p_additional_ed/p_dr_additional_ed and p_other_ed/p_dr_other_ed
750: in the procedures ja_in_rg_I_entry and ja_in_rg23_part_I_entry of the package

Line 1239: Added a call to jai_cmn_utils_pkg.currency_conversion procedure to get the conversion rate based on the actual shipment date.

1235:
1236: /*
1237: Code changed by aiyer for the bug #3139718.
1238: Modified the cursor get_conv_detail_cur to also provide the sales order line_id as input
1239: Added a call to jai_cmn_utils_pkg.currency_conversion procedure to get the conversion rate based on the actual shipment date.
1240: */
1241: -- Start of code for bug #3139718
1242: OPEN get_conv_detail_cur(
1243: cp_order_header_id => each_record.order_header_id ,

Line 1254: v_converted_rate := jai_cmn_utils_pkg.currency_conversion (

1250: v_conv_rate ,
1251: v_conv_date;
1252:
1253: IF get_conv_detail_cur%FOUND THEN
1254: v_converted_rate := jai_cmn_utils_pkg.currency_conversion (
1255: v_set_of_books_id ,
1256: v_currency_code ,
1257: v_conv_date ,
1258: v_conv_type_code ,