DBA Data[Home] [Help]

APPS.PO_WF_PO_CHARGE_ACC dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 1240: FROM FINANCIALS_SYSTEM_PARAMS_ALL -- table

1236: SELECT purch_encumbrance_flag,
1237: req_encumbrance_flag
1238: INTO l_purch_encumbrance_flag,
1239: l_req_encumbrance_flag
1240: FROM FINANCIALS_SYSTEM_PARAMS_ALL -- table
1241: WHERE org_id = PO_MOAC_UTILS_PVT.get_current_org_id;
1242:
1243: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,'Table: MOAC: l_purch_encumbrance_flag='||l_purch_encumbrance_flag||', l_req_encumbrance_flag='||l_req_encumbrance_flag);
1244:

Line 1249: FROM FINANCIALS_SYSTEM_PARAMS_ALL -- table

1245: SELECT purch_encumbrance_flag,
1246: req_encumbrance_flag
1247: INTO l_purch_encumbrance_flag,
1248: l_req_encumbrance_flag
1249: FROM FINANCIALS_SYSTEM_PARAMS_ALL -- table
1250: WHERE org_id = PO_GA_PVT.get_current_org;
1251:
1252: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,'Table: PO_GA_PVT: l_purch_encumbrance_flag='||l_purch_encumbrance_flag||', l_req_encumbrance_flag='||l_req_encumbrance_flag);
1253: -- DEBUG QUERIES: End