DBA Data[Home] [Help]

APPS.GML_PO_SYNCH dependencies on PO_RTRN_DTL

Line 902: po_Rtrn_dtl d

898: /* Uday Phadtare BB1845881 */
899: cursor total_rtrn_qty_cur IS
900: Select sum(d.return_qty1) qty, d.RETURN_UM1
901: from po_Rtrn_hdr h,
902: po_Rtrn_dtl d
903: where h.return_id = d.return_id
904: and d.po_id = p_po_id
905: and d.poline_id = p_line_id
906: and h.delete_mark <> -1