DBA Data[Home] [Help]

APPS.JAI_RCV_TAX_PKG dependencies on JAI_RCV_UTILS_PKG

Line 616: jai_rcv_utils_pkg.get_div_range(p_vendor_id,

612: LOOP
613: v_po_header_date := date_rec.creation_date;
614: v_vendor_site_id := date_rec.vendor_site_id;
615: END LOOP;
616: jai_rcv_utils_pkg.get_div_range(p_vendor_id,
617: v_vendor_site_id,
618: v_range_no,
619: v_division_no);
620: END pick_po_header_date;

Line 743: jai_rcv_utils_pkg.get_rg1_location (p_location_id,

739: ln_user_id NUMBER := fnd_global.user_id;
740:
741:
742: BEGIN
743: jai_rcv_utils_pkg.get_rg1_location (p_location_id,
744: p_organization_id,
745: p_subinventory,
746: v_rg_location_id);
747: FOR rec_upd_rec IN (SELECT nvl(receipt_modify_flag, 'N') receipt_modify_flag,

Line 1020: Added the call to jai_rcv_utils_pkg.get_organization_id

1016: of Tax related Information from JAI_PO_TAXES
1017: as this is very critical in the Precedence Logic Incorporated.
1018:
1019: 3. For Bug # 2798999 - Generic Fix for the One Off Patch.
1020: Added the call to jai_rcv_utils_pkg.get_organization_id
1021: to ensure that Organization Id and Item Id is picked up as this
1022: is critical in INV_CONVERT.INV_UM_CONVERSION to calculate the UOM
1023: Rate.
1024:

Line 1626: jai_rcv_utils_pkg.get_func_curr(p_organization_id,

1622: CLOSE check_rcpt_source;
1623: END IF;
1624: -- iSupplier porting
1625:
1626: jai_rcv_utils_pkg.get_func_curr(p_organization_id,
1627: v_func_currency,
1628: v_gl_set_of_books_id);
1629: IF v_debug_flag = 'Y' THEN
1630: UTL_FILE.PUT_LINE(v_myfilehandle,'The Value of v_func_currency is ' || v_func_currency);

Line 1900: jai_rcv_utils_pkg.get_organization(p_shipment_line_id,

1896: UTL_FILE.PUT_LINE(v_myfilehandle,'The Value of v_po_uom_code is ' || v_po_uom_code);
1897: END IF;
1898:
1899:
1900: jai_rcv_utils_pkg.get_organization(p_shipment_line_id,
1901: v_organization_id,
1902: v_item_id);
1903: IF v_debug_flag = 'Y' THEN
1904: UTL_FILE.PUT_LINE(v_myfilehandle,'The Value of v_organization_id is ' || v_organization_id);