DBA Data[Home] [Help]

APPS.GME_UNRELEASE_BATCH_PVT dependencies on GME_PENDING_PRODUCT_LOTS_PVT

Line 726: l_sequence := gme_pending_product_lots_pvt.get_last_sequence

722: l_pplot_rec.secondary_quantity := l_mmln_tbl (j).secondary_transaction_quantity;
723: l_pplot_rec.reason_id := l_mmln_tbl (j).reason_id;
724: l_pplot_rec.lot_number := l_mmln_tbl (j).lot_number;
725:
726: l_sequence := gme_pending_product_lots_pvt.get_last_sequence
727: (p_matl_dtl_id => l_pplot_rec.material_detail_id
728: ,x_return_status => l_return_status);
729: IF NVL (g_debug, -1) <= gme_debug.g_log_statement THEN
730: gme_debug.put_line (g_pkg_name || '.' || l_api_name||' return_status from lot_qty '|| l_mmln_tbl (j).transaction_quantity);

Line 733: l_sequence := l_sequence + gme_pending_product_lots_pvt.g_sequence_increment;

729: IF NVL (g_debug, -1) <= gme_debug.g_log_statement THEN
730: gme_debug.put_line (g_pkg_name || '.' || l_api_name||' return_status from lot_qty '|| l_mmln_tbl (j).transaction_quantity);
731: gme_debug.put_line (g_pkg_name || '.' || l_api_name||' return_status from get_sequence '||l_return_status);
732: END IF;
733: l_sequence := l_sequence + gme_pending_product_lots_pvt.g_sequence_increment;
734: l_pplot_rec.sequence := l_sequence;
735:
736: gme_pending_product_lots_pvt.create_pending_product_lot
737: (p_pending_product_lots_rec => l_pplot_rec

Line 736: gme_pending_product_lots_pvt.create_pending_product_lot

732: END IF;
733: l_sequence := l_sequence + gme_pending_product_lots_pvt.g_sequence_increment;
734: l_pplot_rec.sequence := l_sequence;
735:
736: gme_pending_product_lots_pvt.create_pending_product_lot
737: (p_pending_product_lots_rec => l_pplot_rec
738: ,x_pending_product_lots_rec => l_out_pplot_rec
739: ,x_return_status => l_return_status);
740: IF l_return_status <> fnd_api.g_ret_sts_success THEN