DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on JAI_CMN_UTILS_PKG

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

770: conversion_date from oe_order_headers_all.
771: As a Sales order shipment date can be different from its creation date, hence the conversion rate
772: applicable on the date of shipment should be considered for all processing rather than the creation
773: date of the Sales order.
774: Added a call to jai_cmn_utils_pkg.currency_conversion procedure to get the conversion rate based on the actual shipment date.
775:
776: Fix of Bug 3158282: -
777: 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
778: in the procedures ja_in_rg_I_entry and ja_in_rg23_part_I_entry of the package

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

1316:
1317: /*
1318: Code changed by aiyer for the bug #3139718.
1319: Modified the cursor get_conv_detail_cur to also provide the sales order line_id as input
1320: Added a call to jai_cmn_utils_pkg.currency_conversion procedure to get the conversion rate based on the actual shipment date.
1321: */
1322: -- Start of code for bug #3139718
1323: OPEN get_conv_detail_cur(
1324: cp_order_header_id => each_record.order_header_id ,

Line 1335: v_converted_rate := jai_cmn_utils_pkg.currency_conversion (

1331: v_conv_rate ,
1332: v_conv_date;
1333:
1334: IF get_conv_detail_cur%FOUND THEN
1335: v_converted_rate := jai_cmn_utils_pkg.currency_conversion (
1336: v_set_of_books_id ,
1337: v_currency_code ,
1338: v_conv_date ,
1339: v_conv_type_code ,