DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on PO_DOCUMENT_FUNDS_PVT

Line 2797: PO_DOCUMENT_FUNDS_PVT.do_req_split(

2793: 'Before: Calling encumbrance api');
2794: END IF;
2795: END IF;
2796:
2797: PO_DOCUMENT_FUNDS_PVT.do_req_split(
2798: x_return_status => x_return_status
2799: , p_before_dist_ids_tbl => l_before_dist_ids_tbl
2800: , p_after_dist_ids_tbl => l_after_dist_ids_tbl
2801: , p_employee_id => NULL

Line 2802: , p_override_funds => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE

2798: x_return_status => x_return_status
2799: , p_before_dist_ids_tbl => l_before_dist_ids_tbl
2800: , p_after_dist_ids_tbl => l_after_dist_ids_tbl
2801: , p_employee_id => NULL
2802: , p_override_funds => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE
2803: , p_override_date => SYSDATE
2804: , x_po_return_code => l_po_return_code
2805: , x_online_report_id => x_online_report_id
2806: );

Line 2847: --(in po_document_funds_pvt.do_req_split)

2843: --Bug 5666854 END
2844:
2845: --bug 3537764: removed code to update the prevent enc flag
2846: --this is handled within the encumbrance call now
2847: --(in po_document_funds_pvt.do_req_split)
2848:
2849:
2850: IF FND_API.To_Boolean( p_commit ) THEN
2851: COMMIT WORK;