DBA Data[Home] [Help]

APPS.WSH_RCV_CORR_RTV_TXN_PKG dependencies on PO_FTE_INTEGRATION_GRP

Line 722: -- PO_FTE_INTEGRATION_GRP.po_status_check to check the line's

718: -- and WSH_INBOUND_UTIL_PKG.reRateDeliveries to set the
719: -- reprice_required flag and to re-rate the deliveries.
720: -- 7. Then we loop through the p_matched_detail_rec
721: -- and for each po_line_location_id we call the API
722: -- PO_FTE_INTEGRATION_GRP.po_status_check to check the line's
723: -- status and assign the line to x_po_close_rec
724: -- or x_po_cancel_rec depending on the status of the line
725: -- and pass them as out parameters to the calling procedure
726: -- so the calling program either call cancel_po or close_po

Line 1457: PO_FTE_INTEGRATION_GRP.po_status_check (

1453: x_num_errors => l_num_errors);
1454:
1455: IF (PO_CODE_RELEASE_GRP.Current_Release >= PO_CODE_RELEASE_GRP.PRC_11i_Family_Pack_J) THEN
1456: --{
1457: PO_FTE_INTEGRATION_GRP.po_status_check (
1458: p_api_version => 1.0,
1459: p_header_id => p_matched_detail_rec.po_header_id_tab(l_index),
1460: p_release_id => NULL,
1461: p_document_type => NULL,

Line 1659: l_po_line_rec PO_FTE_INTEGRATION_GRP.po_release_rec_type;

1655: l_out_rec WSH_BULK_TYPES_GRP.Bulk_process_out_rec_type;
1656: l_header_ids wsh_util_core.id_tab_type;
1657: l_dd_list WSH_PO_CMG_PVT.dd_list_type;
1658:
1659: l_po_line_rec PO_FTE_INTEGRATION_GRP.po_release_rec_type;
1660:
1661: -- This cursor is used to get the open delivery details
1662: -- for which routing request is not sent.
1663: cursor l_open_del_det_csr(p_po_line_loc_id NUMBER,