DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_SUP_CHG_REQUEST_WF_GRP

Line 318: po_sup_chg_request_wf_grp.StartSupplierChangeWF(

314: else
315: l_chg_request_grp_id := p_chg_request_grp_id;
316: end if; -- end of fix
317:
318: po_sup_chg_request_wf_grp.StartSupplierChangeWF(
319: 1.0,x_return_status,p_po_header_id ,p_po_release_id,
320: p_revision_num, l_chg_request_grp_id ,p_ack_reqd);
321: end if;
322:

Line 2858: po_sup_chg_request_wf_grp.Buyer_CancelDocWithChn(

2854: -- Call process Response to send notification if there are no more changes
2855: -- in change request table
2856:
2857: if (lGrpId is null) then
2858: po_sup_chg_request_wf_grp.Buyer_CancelDocWithChn(
2859: 1.0,l_return_status,p_po_header_id,p_po_release_id,xRevNum,xGrpId,l_msg_out);
2860: if (l_return_status <> 'S') then
2861: IF (g_fnd_debug = 'Y') THEN
2862: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) THEN