DBA Data[Home] [Help]

APPS.OE_CUSTACCEPTREP_PVT dependencies on OE_ORDER_TYPES_V

Line 198: from OE_ORDER_TYPES_V

194: --myerrams, Selecting the appropriate Order Type Name. Bug: 5230819
195: IF g_order_type_low IS NOT NULL
196: THEN
197: select name into l_order_type_low
198: from OE_ORDER_TYPES_V
199: where order_type_id = g_order_type_low ;
200: END IF;
201: IF g_order_type_high IS NOT NULL
202: THEN

Line 204: from OE_ORDER_TYPES_V

200: END IF;
201: IF g_order_type_high IS NOT NULL
202: THEN
203: select name into l_order_type_high
204: from OE_ORDER_TYPES_V
205: where order_type_id = g_order_type_high ;
206: END IF;
207: --myerrams, end;
208: