DBA Data[Home] [Help]

APPS.WSH_INBOUND_UTIL_PKG dependencies on RCV_FTE_HEADERS_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 591: from rcv_fte_headers_v

587: NET_WEIGHT_UOM_CODE,
588: TARE_WEIGHT,
589: TARE_WEIGHT_UOM_CODE,
590: asn_type
591: from rcv_fte_headers_v
592: where shipment_header_id = p_shipment_header_id;
593:
594: cursor l_shipment_line_csr (p_shipment_line_id IN NUMBER) is
595: select shipment_line_id,