DBA Data[Home] [Help]

APPS.GME_SUPPLY_RES_PVT dependencies on GME_PENDING_PRODUCT_LOTS

Line 459: FROM gme_pending_product_lots

455:
456: -- MakeToOrder BEGIN
457: CURSOR Get_pending_lot(p_batch_id IN NUMBER, p_batch_line_id IN NUMBER) IS
458: SELECT lot_number
459: FROM gme_pending_product_lots
460: WHERE batch_id = p_batch_id and material_detail_id = p_batch_line_id;
461: -- MakeToOrder BEGIN
462:
463: BEGIN