DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_DROP_SHIP_SOURCES

Line 7182: FROM oe_drop_ship_sources

7178: BEGIN
7179: SELECT requisition_header_id, po_header_id
7180: --INTO l_uom_count, l_msg_count
7181: INTO l_req_header_id,l_po_header_id
7182: FROM oe_drop_ship_sources
7183: WHERE line_id = p_line_rec.line_id;
7184:
7185: IF l_debug_level > 0 THEN
7186: oe_debug_pub.add(l_req_header_id || ' - '|| l_po_header_id, 1);