DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_LAUNCH dependencies on PO_MOAC_UTILS_PVT

Line 179: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --

175: aname => 'ORG_ID');
176:
177: IF l_orgid is NOT NULL THEN
178:
179: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --
180:
181: END IF;
182:
183: l_user_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,

Line 215: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --

211: -- Bug 4290541
212: -- replaced apps init call with set doc mgr context
213:
214: PO_REQAPPROVAL_INIT1.Set_doc_mgr_context(itemtype, itemkey);
215: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --
216: end if;
217:
218:
219: x_progress := 'PO_REQAPPROVAL_LAUNCH.CreateWFInstance:01';

Line 274: PO_MOAC_UTILS_PVT.set_org_context(l_session_org_id) ;

270: l_orgid,
271: p_is_federal); -- Bug 14314684
272: --bug 14807370:after invoking workflow, set back the original session context using
273: fnd_global.apps_initialize(l_session_user_id, l_session_resp_id , l_session_resp_appl_id);
274: PO_MOAC_UTILS_PVT.set_org_context(l_session_org_id) ;
275:
276:
277: EXCEPTION
278:

Line 459: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;

455: -- introduce an org context setting call here-
456: -- required in the case when the right resonder makes a response
457: -- from a NON-PO RESP.
458: IF l_org_id is NOT NULL THEN
459: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;
460: END IF;
461:
462: return;
463: end if;

Line 534: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;

530: -- this is required since the responsibility might have a different OU attached
531: -- than what is required.
532:
533: IF l_org_id is NOT NULL THEN
534: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;
535: END IF;
536:
537:
538: -- Need to set the sub ledger security also, requirement