DBA Data[Home] [Help]

APPS.OE_UPG_SO dependencies on SO_ORDER_CANCELLATIONS

Line 364: so_order_cancellations soc

360: soc.attribute13,
361: soc.attribute14,
362: soc.attribute15
363: from
364: so_order_cancellations soc
365: where soc.line_id = G_old_line_id
366: and soc.header_id = G_header_id;
367:
368: --

Line 2758: so_order_cancellations soc

2754: soc.attribute15
2755: into
2756: G_Hdr_Canc_Rec
2757: from
2758: so_order_cancellations soc
2759: where soc.header_id = g_header_id
2760: and soc.line_Id is null
2761: and rownum =1 ;
2762: end if;