DBA Data[Home] [Help]

APPS.PO_WF_PO_CHARGE_ACC dependencies on PO_GA_PVT

Line 1213: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,'org_id from PO_MOAC='||PO_MOAC_UTILS_PVT.get_current_org_id||', org_id from PO_GA_PVT='||PO_GA_PVT.get_current_org );

1209: -- I suspect that the values loaded in PO_STARTUP_VALUES are NULL in
1210: -- PO_CORE_S.get_po_parameters() [POXCOC1B.pls]. The following queries should
1211: -- get us moe information.
1212: -- Remove this DEBUG QUERIES block, once the MOAC issue is completely fixed.
1213: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,'org_id from PO_MOAC='||PO_MOAC_UTILS_PVT.get_current_org_id||', org_id from PO_GA_PVT='||PO_GA_PVT.get_current_org );
1214: -- Query from: PO_CORE_S.get_po_parameters() [POXCOC1B.pls].
1215: SELECT nvl(fsp.purch_encumbrance_flag,'N'),
1216: nvl(fsp.req_encumbrance_flag,'N')
1217: INTO l_purch_encumbrance_flag,

Line 1250: WHERE org_id = PO_GA_PVT.get_current_org;

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
1254: END IF;

Line 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);

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
1254: END IF;
1255:
1256: IF (l_is_financing_flag IS NULL) THEN