DBA Data[Home] [Help]

APPS.GME_SUPPLY_RES_PVT dependencies on GME_PENDING_PRODUCT_LOTS

Line 475: FROM gme_pending_product_lots

471:
472: -- MakeToOrder BEGIN
473: CURSOR Get_pending_lot(p_batch_id IN NUMBER, p_batch_line_id IN NUMBER) IS
474: SELECT lot_number
475: FROM gme_pending_product_lots
476: WHERE batch_id = p_batch_id and material_detail_id = p_batch_line_id;
477: -- MakeToOrder BEGIN
478:
479: BEGIN