DBA Data[Home] [Help]

APPS.OE_PURCHASE_RELEASE_PVT dependencies on OE_DROP_SHIP_SOURCE_S

Line 559: SELECT oe_drop_ship_source_s.nextval

555: end;
556: oe_debug_pub.add('Record already exists in drop ship table,Y OR N ? '||l_exists);
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 */