DBA Data[Home] [Help]

APPS.WSH_INBOUND_UTIL_PKG dependencies on OE_WSH_BULK_GRP

Line 25: -- OE_WSH_BULK_GRP.line_rec_type

21: -- PARAMETERS: p_po_line_location_id po_line_location_id of
22: -- po_line_locations_all
23: -- p_rcv_shipment_line_id shipment_line_id of rcv_shipment_lines
24: -- x_line_rec Out parameter of type
25: -- OE_WSH_BULK_GRP.line_rec_type
26: -- x_return_status Return status of the API.
27: --
28: -- COMMENT : This procedure derives the x_line_rec based on the inputs
29: -- p_po_line_location_id and p_rcv_shipment_line_id

Line 34: x_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

30: --========================================================================
31: PROCEDURE get_po_rcv_attributes(
32: p_po_line_location_id IN NUMBER,
33: p_rcv_shipment_line_id IN NUMBER DEFAULT NULL,
34: x_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
35: x_return_status OUT NOCOPY VARCHAR2);
36:
37: --========================================================================
38: -- PROCEDURE : get_drop_ship_info

Line 40: -- PARAMETERS: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

36:
37: --========================================================================
38: -- PROCEDURE : get_drop_ship_info
39: --
40: -- PARAMETERS: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
41: -- p_index IN NUMBER
42: -- x_return_status return status
43: --
44: -- COMMENT : This API derives the value for all the drop ship fields

Line 48: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,

44: -- COMMENT : This API derives the value for all the drop ship fields
45: -- and populates the same into the p_line_rec sructure.
46: --========================================================================
47: PROCEDURE get_drop_ship_info(
48: p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.line_rec_type,
49: p_index IN NUMBER,
50: x_return_status OUT NOCOPY VARCHAR2
51: );
52: