DBA Data[Home] [Help]

APPS.WSH_INBOUND_UTIL_PKG dependencies on RCV_FTE_LINES_V

Line 544: -- from rcv_fte_lines_v, rcv_fte_headers_v

540: END copy_po_rec_to_line_rec;
541:
542: --========================================================================
543: -- PROCEDURE : get_rcv_line_attribs This procedure derives the attributes
544: -- from rcv_fte_lines_v, rcv_fte_headers_v
545: -- based on the input p_shipment_line_id
546: -- updates x_line_rec with
547: -- these attributes.
548: --

Line 608: from rcv_fte_lines_v

604: container_num,
605: truck_num,
606: asn_lpn_id,
607: shipment_header_id
608: from rcv_fte_lines_v
609: where shipment_line_id = p_shipment_line_id;
610:
611: l_line_rec_count NUMBER;
612: l_packing_slip_num VARCHAR2(32767);