DBA Data[Home] [Help]

APPS.WSH_INBOUND_UTIL_PKG dependencies on OE_WSH_BULK_GRP

Line 16: -- x_line_rec OE_WSH_BULK_GRP.line_rec_type

12: -- based on the value of
13: -- p_prev_line_rec_index.
14: --
15: -- PARAMETERS: p_po_line_rec PO_FTE_INTEGRATION_GRP.po_release_rec_type
16: -- x_line_rec OE_WSH_BULK_GRP.line_rec_type
17: -- p_po_line_location_id po_line_location_id of
18: -- po_line_locations_all.
19: -- p_prev_line_rec_index previous record's index of
20: -- x_line_rec.

Line 35: x_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

31: -- index (p_prev_line_rec_index) of x_line_rec.
32: --========================================================================
33: PROCEDURE copy_po_rec_to_line_rec(
34: p_po_line_rec IN PO_FTE_INTEGRATION_GRP.po_release_rec_type,
35: x_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
36: p_po_line_location_id IN NUMBER,
37: p_prev_line_rec_index IN NUMBER,
38: x_return_status OUT NOCOPY VARCHAR2)
39: IS

Line 550: -- x_line_rec OE_WSH_BULK_GRP.line_rec_type

546: -- updates x_line_rec with
547: -- these attributes.
548: --
549: -- PARAMETERS: p_shipment_line_id Shipment_line_id of rcv_shipment_lines
550: -- x_line_rec OE_WSH_BULK_GRP.line_rec_type
551: -- x_return_status Return status of the API.
552: --
553: -- COMMENT : This procedure derives the x_line_rec based on the inputs
554: -- p_po_line_location_id and p_rcv_shipment_line_id

Line 569: x_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

565: -- obtain the attributes into x_line_rec from rcv tables as well.
566: --========================================================================
567: PROCEDURE get_rcv_line_attribs(
568: p_shipment_line_id IN NUMBER,
569: x_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
570: x_return_status OUT NOCOPY VARCHAR2)
571: IS
572: --{
573: cursor l_shipment_header_csr (p_shipment_header_id IN NUMBER) is

Line 745: -- OE_WSH_BULK_GRP.line_rec_type

741: -- PARAMETERS: p_po_line_location_id po_line_location_id of
742: -- po_line_locations_all
743: -- p_rcv_shipment_line_id shipment_line_id of rcv_shipment_lines
744: -- x_line_rec Out parameter of type
745: -- OE_WSH_BULK_GRP.line_rec_type
746: -- x_return_status Return status of the API.
747: --
748: -- COMMENT : This procedure derives the x_line_rec based on the inputs
749: -- p_po_line_location_id and p_rcv_shipment_line_id

Line 755: x_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

751:
752: PROCEDURE get_po_rcv_attributes(
753: p_po_line_location_id IN NUMBER,
754: p_rcv_shipment_line_id IN NUMBER DEFAULT NULL,
755: x_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
756: x_return_status OUT NOCOPY VARCHAR2)
757:
758: IS
759: --{

Line 978: -- p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type

974: -- p_index IN NUMBER
975: -- The index of the record of the other i/p parameter p_line_rec
976: -- on which the API has to perform its function.
977: -- IN OUT:
978: -- p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type
979: -- A record structure which contains all the attributes required
980: -- for PO Integration for inbound shipments.
981: -- OUT:
982: -- x_return_status OUT NOCOPY VARCHAR2

Line 990: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

986: -- End of comments
987:
988:
989: PROCEDURE get_drop_ship_info(
990: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
991: p_index IN NUMBER,
992: x_return_status OUT NOCOPY VARCHAR2
993: ) IS
994: