DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on PO_DOCUMENT_FUNDS_PVT

Line 2707: PO_DOCUMENT_FUNDS_PVT.do_req_split(

2703: 'Before: Calling encumbrance api');
2704: END IF;
2705: END IF;
2706:
2707: PO_DOCUMENT_FUNDS_PVT.do_req_split(
2708: x_return_status => x_return_status
2709: , p_before_dist_ids_tbl => l_before_dist_ids_tbl
2710: , p_after_dist_ids_tbl => l_after_dist_ids_tbl
2711: , p_employee_id => NULL

Line 2712: , p_override_funds => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE

2708: x_return_status => x_return_status
2709: , p_before_dist_ids_tbl => l_before_dist_ids_tbl
2710: , p_after_dist_ids_tbl => l_after_dist_ids_tbl
2711: , p_employee_id => NULL
2712: , p_override_funds => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE
2713: , p_override_date => SYSDATE
2714: , x_po_return_code => l_po_return_code
2715: , x_online_report_id => x_online_report_id
2716: );

Line 2757: --(in po_document_funds_pvt.do_req_split)

2753: --Bug 5666854 END
2754:
2755: --bug 3537764: removed code to update the prevent enc flag
2756: --this is handled within the encumbrance call now
2757: --(in po_document_funds_pvt.do_req_split)
2758:
2759:
2760: IF FND_API.To_Boolean( p_commit ) THEN
2761: COMMIT WORK;