DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_DROP_SHIP_SOURCES

Line 6784: FROM oe_drop_ship_sources

6780: BEGIN
6781: SELECT requisition_header_id, po_header_id
6782: --INTO l_uom_count, l_msg_count
6783: INTO l_req_header_id,l_po_header_id
6784: FROM oe_drop_ship_sources
6785: WHERE line_id = p_line_rec.line_id;
6786:
6787: IF l_debug_level > 0 THEN
6788: oe_debug_pub.add(l_req_header_id || ' - '|| l_po_header_id, 1);