DBA Data[Home] [Help]

APPS.PO_DOCUMENT_REVISION_GRP dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 2131: FROM financials_system_params_all fsp

2127: --is on and any of the encumbrance related attribute is changed.
2128: -- This check would be needed until the Encumbrance ER is in place.
2129: SELECT NVL(fsp.purch_encumbrance_flag, 'N')
2130: INTO l_po_encumbrance_flag
2131: FROM financials_system_params_all fsp
2132: WHERE org_id = (SELECT org_id
2133: FROM po_releases_all
2134: WHERE po_release_id = p_doc_id
2135: AND p_doc_type = PO_DOCUMENT_CANCEL_PVT.c_doc_type_RELEASE