DBA Data[Home] [Help]

APPS.OE_PURCHASE_RELEASE_PVT dependencies on DUAL

Line 596: FROM dual;

592: if l_exists='N' then --added for bug 7433481
593:
594: SELECT oe_drop_ship_source_s.nextval
595: INTO l_drop_ship_source_id
596: FROM dual;
597:
598: /* insert into po_requisition_interface table */
599:
600: IF l_debug_level > 0 THEN