DBA Data[Home] [Help]

APPS.PO_WF_PO_CHARGE_ACC dependencies on PO_GA_PVT

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

1202: -- I suspect that the values loaded in PO_STARTUP_VALUES are NULL in
1203: -- PO_CORE_S.get_po_parameters() [POXCOC1B.pls]. The following queries should
1204: -- get us moe information.
1205: -- Remove this DEBUG QUERIES block, once the MOAC issue is completely fixed.
1206: 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 );
1207: -- Query from: PO_CORE_S.get_po_parameters() [POXCOC1B.pls].
1208: SELECT nvl(fsp.purch_encumbrance_flag,'N'),
1209: nvl(fsp.req_encumbrance_flag,'N')
1210: INTO l_purch_encumbrance_flag,

Line 1243: WHERE org_id = PO_GA_PVT.get_current_org;

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

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

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
1247: END IF;
1248:
1249: IF (l_is_financing_flag IS NULL) THEN