DBA Data[Home] [Help]

APPS.OTA_EVT_SHD dependencies on OE_ORDER_LINES_ALL

Line 981: oe_order_lines_all ol

977: cursor C2 is
978: select ol.unit_selling_price,
979: ol.line_id
980: from ota_events evt,
981: oe_order_lines_all ol
982: where evt.event_id = p_event_id and
983: ol.line_id = evt.line_id;
984:
985: --