DBA Data[Home] [Help]

APPS.WSH_INBOUND_UTIL_PKG dependencies on PO_FTE_INTEGRATION_GRP

Line 15: -- PARAMETERS: p_po_line_rec PO_FTE_INTEGRATION_GRP.po_release_rec_type

11: -- the previous record in x_line_rec
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

Line 34: p_po_line_rec IN PO_FTE_INTEGRATION_GRP.po_release_rec_type,

30: -- else we copy the data into x_line_rec from the previous
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)

Line 559: -- else we call PO_FTE_INTEGRATION_GRP.get_po_release_attributes

555: -- The following is the flow of this procedure -
556: -- 1. We first check if a record already exists in the
557: -- x_line_rec before performing the query. If it exists
558: -- we pass the previous record's index to l_prev_line_rec_index
559: -- else we call PO_FTE_INTEGRATION_GRP.get_po_release_attributes
560: -- to get the attributes from PO
561: -- 2. Then we call the API copy_po_rec_to_line_rec
562: -- passing the appropriate inputs based on the step1.
563: -- 3. Then we check if the input parameter p_rcv_shipment_line_id.

Line 760: l_po_line_rec PO_FTE_INTEGRATION_GRP.po_release_rec_type;

756: x_return_status OUT NOCOPY VARCHAR2)
757:
758: IS
759: --{
760: l_po_line_rec PO_FTE_INTEGRATION_GRP.po_release_rec_type;
761: l_line_rec_count NUMBER;
762: l_get_attr_from_po BOOLEAN := FALSE;
763: l_prev_line_rec_index NUMBER;
764: l_return_status VARCHAR2(1);

Line 826: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit PO_FTE_INTEGRATION_GRP.GET_PO_RELEASE_ATTRIBUTES',WSH_DEBUG_SV.C_PROC_LEVEL);

822: --
823: -- Debug Statements
824: --
825: IF l_debug_on THEN
826: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit PO_FTE_INTEGRATION_GRP.GET_PO_RELEASE_ATTRIBUTES',WSH_DEBUG_SV.C_PROC_LEVEL);
827: END IF;
828: --
829: PO_FTE_INTEGRATION_GRP.get_po_release_attributes(
830: p_api_version => 1.0,

Line 829: PO_FTE_INTEGRATION_GRP.get_po_release_attributes(

825: IF l_debug_on THEN
826: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit PO_FTE_INTEGRATION_GRP.GET_PO_RELEASE_ATTRIBUTES',WSH_DEBUG_SV.C_PROC_LEVEL);
827: END IF;
828: --
829: PO_FTE_INTEGRATION_GRP.get_po_release_attributes(
830: p_api_version => 1.0,
831: x_return_status => l_return_status,
832: x_msg_count => l_msg_count,
833: x_msg_data => l_msg_data,