PSI commitment
Recently, we informed that all blanket releases purchase order related to projects are not showing in PSI comment form. I went through the pa_proj_po_distributions view; I found a condition PA_FUNDS_CONTROL_UTILS.is_funds_check_enabled(P.PROJECT_ID) = 'N' Which prevent retrieving the commitment information.
Anyway changing the condition to as this PA_FUNDS_CONTROL_UTILS.is_funds_check_enabled(P.PROJECT_ID) = 'Y’ will enable the PSI form to retrieve the releases commitment information.
The current oracle EBS is 12.1.3 and we’re using oracle project costing. The package version is
-- $Header: PAFCUTLB.pls 120.21.12010000.8 2012/03/29 13:27:21 vekotha ship $