DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_MAIN_PVT dependencies on OE_ORDER_SOURCES

Line 160: FROM oe_order_sources s

156: -----------------------------------------------------------
157: */
158: CURSOR l_source_cursor IS
159: SELECT order_source_id
160: FROM oe_order_sources s
161: WHERE (
162: (nvl(l_order_source,' ') = ' ') OR
163: (
164: (nvl(l_order_source,' ') <> ' ') AND