DBA Data[Home] [Help]

APPS.PO_MODIFY_REQUISITION_PVT dependencies on PO_PARTIAL_FUNDING_PKG

Line 1448: IF Po_Partial_Funding_Pkg.is_clm_document(p_doc_type =>'REQ',

1444: d_progress := 75;
1445: IF PO_LOG.d_stmt THEN
1446: PO_LOG.stmt(d_module_base,d_progress,'CLM Calculations');
1447: END IF;
1448: IF Po_Partial_Funding_Pkg.is_clm_document(p_doc_type =>'REQ',
1449: p_doc_level_id => l_Req_Header_Id) = 'Y' THEN
1450: -- Call an api to update funded value and other details on Req Distributions
1451: FOR I IN 1 .. P_new_line_ids_tbl.COUNT
1452: LOOP

Line 1453: po_partial_funding_pkg.Updt_Funds_Split(x_return_status => l_return_status,

1449: p_doc_level_id => l_Req_Header_Id) = 'Y' THEN
1450: -- Call an api to update funded value and other details on Req Distributions
1451: FOR I IN 1 .. P_new_line_ids_tbl.COUNT
1452: LOOP
1453: po_partial_funding_pkg.Updt_Funds_Split(x_return_status => l_return_status,
1454: p_new_Req_line_id => P_new_line_ids_tbl(i));
1455: IF PO_LOG.d_stmt THEN
1456: PO_LOG.stmt(d_module_base,d_progress,'l_return_status'||l_return_status);
1457: END IF;