DBA Data[Home] [Help]

APPS.GMI_ERES_UTILS dependencies on IC_LOTS_CPG

Line 616: FROM ic_lots_cpg

612: phold_date OUT NOCOPY DATE) IS
613:
614: CURSOR get_hold_date IS
615: SELECT ic_hold_date
616: FROM ic_lots_cpg
617: WHERE item_id = pitem_id
618: AND lot_id = plot_id;
619:
620: BEGIN