DBA Data[Home] [Help]

APPS.OE_BATCH_PRICING dependencies on DUAL

Line 292: from dual;

288: l_pricing_date_low,
289: l_pricing_date_high,
290: l_schedule_ship_date_low,
291: l_schedule_ship_date_high
292: from dual;
293:
294: IF l_debug_level > 0 THEN
295: oe_debug_pub.add('After converting Canonical to Date', 5);
296: END IF;