DBA Data[Home] [Help]

APPS.OE_UPG_SO_NEW dependencies on SO_ORDER_CANCELLATIONS

Line 513: so_order_cancellations soc

509: soc.attribute13,
510: soc.attribute14,
511: soc.attribute15
512: from
513: so_order_cancellations soc
514: where soc.line_id = G_old_line_id
515: and soc.header_id = G_header_id;
516: v_cancel_comment long;
517: --

Line 3522: so_order_cancellations soc

3518: g_hdr_canc_rec.can_attribute14 ,
3519: g_hdr_canc_rec.can_attribute15
3520: -- G_Hdr_Canc_Rec
3521: from
3522: so_order_cancellations soc
3523: where soc.header_id = g_header_id
3524: and soc.line_Id is null
3525: and rownum =1 ;
3526: g_hdr_canc_rec.can_cancel_comment := v_cancel_comment;