DBA Data[Home] [Help]

APPS.INV_RCV_RESERVATION_UTIL dependencies on INV_RCV_CACHE

Line 730: l_txn_qty := inv_rcv_cache.convert_qty(p_orig_rcpt_rec.inventory_item_id

726: print_debug(' p_orig_rcpt_rec.primary_uom_code => '||p_orig_rcpt_rec.primary_uom_code,l_module_name,4);
727: print_debug(' p_orig_rcpt_rec.secondary_quantity => '||p_orig_rcpt_rec.secondary_quantity ,l_module_name,4);
728: END IF;
729:
730: l_txn_qty := inv_rcv_cache.convert_qty(p_orig_rcpt_rec.inventory_item_id
731: ,p_prim_qty
732: ,p_orig_rcpt_rec.primary_uom_code
733: ,p_orig_rcpt_rec.uom_code);
734:

Line 737: inv_rcv_cache.g_conversion_precision);

733: ,p_orig_rcpt_rec.uom_code);
734:
735: IF (Nvl(p_orig_rcpt_rec.secondary_quantity,0) <> 0) THEN
736: l_sec_qty := Round((p_prim_qty*p_orig_rcpt_rec.secondary_quantity)/p_orig_rcpt_rec.primary_qty,
737: inv_rcv_cache.g_conversion_precision);
738: END IF;
739:
740: IF p_cas_mol_rec_tb.exists(Nvl(p_wdd_id,-1)) THEN
741: p_cas_mol_rec_tb(Nvl(p_wdd_id,-1)).primary_qty := p_cas_mol_rec_tb(Nvl(p_wdd_id,-1)).primary_qty+p_prim_qty;

Line 904: l_rsv_update_rec.reservation_quantity := inv_rcv_cache.convert_qty(p_cas_mol_rec_tb(1).inventory_item_id

900: l_module_name,4);
901: END IF;
902:
903: l_rsv_update_rec.primary_reservation_quantity := l_remaining_prim_qty;
904: l_rsv_update_rec.reservation_quantity := inv_rcv_cache.convert_qty(p_cas_mol_rec_tb(1).inventory_item_id
905: ,l_remaining_prim_qty
906: ,l_rsv_results_tbl(i).primary_uom_code
907: ,l_rsv_results_tbl(i).reservation_uom_code);
908:

Line 1504: l_rsv_update_rec.reservation_quantity := inv_rcv_cache.convert_qty(p_cas_mol_rec_tb(1).inventory_item_id

1500: l_module_name,4);
1501: END IF;
1502:
1503: l_rsv_update_rec.primary_reservation_quantity := l_remaining_prim_qty;
1504: l_rsv_update_rec.reservation_quantity := inv_rcv_cache.convert_qty(p_cas_mol_rec_tb(1).inventory_item_id
1505: ,l_remaining_prim_qty
1506: ,l_rsv_results_tbl(i).primary_uom_code
1507: ,l_rsv_results_tbl(i).reservation_uom_code);
1508:

Line 1930: l_rsv_update_rec.reservation_quantity := inv_rcv_cache.convert_qty

1926: l_module_name,4);
1927: END IF;
1928:
1929: l_rsv_update_rec.primary_reservation_quantity := l_remaining_prim_qty;
1930: l_rsv_update_rec.reservation_quantity := inv_rcv_cache.convert_qty
1931: (p_cas_mol_rec_tb(1).inventory_item_id
1932: ,l_remaining_prim_qty
1933: ,l_rsv_results_tbl(i).primary_uom_code
1934: ,l_rsv_results_tbl(i).reservation_uom_code);

Line 2502: l_rsv_update_rec.reservation_quantity := inv_rcv_cache.convert_qty(p_cas_mol_rec_tb(1).inventory_item_id

2498:
2499: IF (l_rsv_results.primary_reservation_quantity > l_remaining_prim_qty) THEN
2500: l_loose_qty_to_splt := l_loose_qty_to_splt + l_remaining_prim_qty;
2501: l_rsv_update_rec.primary_reservation_quantity := l_remaining_prim_qty;
2502: l_rsv_update_rec.reservation_quantity := inv_rcv_cache.convert_qty(p_cas_mol_rec_tb(1).inventory_item_id
2503: ,l_remaining_prim_qty
2504: ,l_rsv_results.primary_uom_code
2505: ,l_rsv_results.reservation_uom_code);
2506: l_remaining_prim_qty := 0;

Line 2942: l_mol_qty_in_puom := inv_rcv_cache.convert_qty(l_mol_rec.inventory_item_id,

2938: END IF;
2939: */
2940:
2941:
2942: l_mol_qty_in_puom := inv_rcv_cache.convert_qty(l_mol_rec.inventory_item_id,
2943: l_mol_rec.quantity,
2944: l_mol_rec.uom_code,
2945: p_cas_mol_tb(1).primary_uom_code);
2946: