DBA Data[Home] [Help]

APPS.OE_LINE_ACK_UTIL dependencies on OE_ORDER_LINES

Line 487: FROM OE_ORDER_LINES

483: l_line_rec.split_from_line_id);
484: BEGIN
485: SELECT orig_sys_line_ref, orig_sys_shipment_ref
486: INTO l_line_rec.split_from_line_ref, l_line_rec.split_from_shipment_ref
487: FROM OE_ORDER_LINES
488: WHERE line_id = l_line_rec.split_from_line_id;
489: EXCEPTION
490: WHEN OTHERS THEN
491: oe_debug_pub.add('bsadri failed to get the refernce for split line');

Line 1783: From OE_ORDER_LINES

1779: --bsadri get the split reference
1780: Begin
1781: Select orig_sys_line_ref, orig_sys_shipment_ref
1782: Into l_line_tbl(i).split_from_line_ref, l_line_tbl(i).split_from_shipment_ref
1783: From OE_ORDER_LINES
1784: Where line_id = l_line_tbl(i).split_from_line_id;
1785: Exception
1786: When Others Then
1787: Null;