DBA Data[Home] [Help]

APPS.OE_PURCHASE_RELEASE_PVT dependencies on DUAL

Line 561: FROM dual;

557: if l_exists='N' then --added for bug 7433481
558:
559: SELECT oe_drop_ship_source_s.nextval
560: INTO l_drop_ship_source_id
561: FROM dual;
562:
563: /* insert into po_requisition_interface table */
564:
565: IF l_debug_level > 0 THEN