DBA Data[Home] [Help]

APPS.PO_CHANGEORDERWF_PVT dependencies on PO_MOAC_UTILS_PVT

Line 1109: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --

1105: l_org_id := wf_engine.GetItemAttrNumber ( itemtype => itemtype,
1106: itemkey => itemkey,
1107: aname => 'ORG_ID');
1108:
1109: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
1110:
1111: fnd_message.set_name ('PO','PO_WF_REJECTED_VALUE');
1112: l_acceptance_result := fnd_message.get;
1113:

Line 1385: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --

1381:
1382: x_return_msg:='002';
1383:
1384: if (l_org_id is NOT NULL) then
1385: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
1386: end if;
1387:
1388: /* Bug 2810156 END */
1389:

Line 7391: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --

7387: l_doc_type := 'PO';
7388: end if;
7389: end if;
7390: initialize(l_agent_id, l_org_id);
7391: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
7392:
7393: --Check if any Change is still Pending, if yes, return
7394: --This is just for double check.. This API should only be called when all changes are responded
7395: open l_pending_csr(p_chg_req_grp_id);

Line 9099: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;

9095: -- introduce an org context setting call here
9096: -- required in the case when the right resonder makes a response
9097: -- from a NON-PO RESP.
9098: IF l_org_id is NOT NULL THEN
9099: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;
9100: END IF;
9101: return;
9102: end if;
9103: end if;

Line 9168: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;

9164: -- obvious place to make such a call, since we are using an apps_initialize,
9165: -- this is required since the responsibility might have a different OU attached
9166: -- than what is required.
9167: IF l_org_id is NOT NULL THEN
9168: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;
9169: END IF;
9170:
9171: END IF;
9172: EXCEPTION WHEN OTHERS THEN