DBA Data[Home] [Help]

APPS.RCV_CORRECTION_SV dependencies on RCV_SHIPMENT_LINES

Line 264: * in the Enter Corrections form from the rcv_shipment_lines.

260:
261: /*
262: * BUG NO 782779.
263: * We select the packing_slip for the block rcv_transaction
264: * in the Enter Corrections form from the rcv_shipment_lines.
265: */
266: SELECT nvl(packing_slip,' ')
267: INTO x_packing_slip
268: FROM rcv_shipment_lines

Line 268: FROM rcv_shipment_lines

264: * in the Enter Corrections form from the rcv_shipment_lines.
265: */
266: SELECT nvl(packing_slip,' ')
267: INTO x_packing_slip
268: FROM rcv_shipment_lines
269: WHERE shipment_line_id = x_shipment_line_id;
270:
271: EXCEPTION
272: