DBA Data[Home] [Help]

APPS.PO_WF_PO_CHARGE_ACC dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 1233: FROM FINANCIALS_SYSTEM_PARAMS_ALL -- table

1229: SELECT purch_encumbrance_flag,
1230: req_encumbrance_flag
1231: INTO l_purch_encumbrance_flag,
1232: l_req_encumbrance_flag
1233: FROM FINANCIALS_SYSTEM_PARAMS_ALL -- table
1234: WHERE org_id = PO_MOAC_UTILS_PVT.get_current_org_id;
1235:
1236: 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);
1237:

Line 1242: FROM FINANCIALS_SYSTEM_PARAMS_ALL -- table

1238: SELECT purch_encumbrance_flag,
1239: req_encumbrance_flag
1240: INTO l_purch_encumbrance_flag,
1241: l_req_encumbrance_flag
1242: FROM FINANCIALS_SYSTEM_PARAMS_ALL -- table
1243: WHERE org_id = PO_GA_PVT.get_current_org;
1244:
1245: 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);
1246: -- DEBUG QUERIES: End