DBA Data[Home] [Help]

APPS.JAI_RCV_TAX_PKG dependencies on JAI_RCV_UTILS_PKG

Line 539: jai_rcv_utils_pkg.get_div_range(p_vendor_id,

535: LOOP
536: v_po_header_date := date_rec.creation_date;
537: v_vendor_site_id := date_rec.vendor_site_id;
538: END LOOP;
539: jai_rcv_utils_pkg.get_div_range(p_vendor_id,
540: v_vendor_site_id,
541: v_range_no,
542: v_division_no);
543: END pick_po_header_date;

Line 651: jai_rcv_utils_pkg.get_rg1_location (p_location_id,

647: ln_user_id NUMBER := fnd_global.user_id;
648:
649:
650: BEGIN
651: jai_rcv_utils_pkg.get_rg1_location (p_location_id,
652: p_organization_id,
653: p_subinventory,
654: v_rg_location_id);
655: FOR rec_upd_rec IN (SELECT nvl(receipt_modify_flag, 'N') receipt_modify_flag,

Line 928: Added the call to jai_rcv_utils_pkg.get_organization_id

924: of Tax related Information from JAI_PO_TAXES
925: as this is very critical in the Precedence Logic Incorporated.
926:
927: 3. For Bug # 2798999 - Generic Fix for the One Off Patch.
928: Added the call to jai_rcv_utils_pkg.get_organization_id
929: to ensure that Organization Id and Item Id is picked up as this
930: is critical in INV_CONVERT.INV_UM_CONVERSION to calculate the UOM
931: Rate.
932:

Line 1420: jai_rcv_utils_pkg.get_func_curr(p_organization_id,

1416: CLOSE check_rcpt_source;
1417: END IF;
1418: -- iSupplier porting
1419:
1420: jai_rcv_utils_pkg.get_func_curr(p_organization_id,
1421: v_func_currency,
1422: v_gl_set_of_books_id);
1423: IF v_debug_flag = 'Y' THEN
1424: UTL_FILE.PUT_LINE(v_myfilehandle,'The Value of v_func_currency is ' || v_func_currency);

Line 1676: jai_rcv_utils_pkg.get_organization(p_shipment_line_id,

1672: UTL_FILE.PUT_LINE(v_myfilehandle,'The Value of v_po_uom_code is ' || v_po_uom_code);
1673: END IF;
1674:
1675:
1676: jai_rcv_utils_pkg.get_organization(p_shipment_line_id,
1677: v_organization_id,
1678: v_item_id);
1679: IF v_debug_flag = 'Y' THEN
1680: UTL_FILE.PUT_LINE(v_myfilehandle,'The Value of v_organization_id is ' || v_organization_id);