DBA Data[Home] [Help]

APPS.OTA_EVT_SHD dependencies on OE_ORDER_LINES_ALL

Line 986: oe_order_lines_all ol

982: cursor C2 is
983: select ol.unit_selling_price,
984: ol.line_id
985: from ota_events evt,
986: oe_order_lines_all ol
987: where evt.event_id = p_event_id and
988: ol.line_id = evt.line_id;
989:
990: --