DBA Data[Home] [Help]

APPS.PO_NEGOTIATION_REQ_NOTIF dependencies on PO_MOAC_UTILS_PVT

Line 169: PO_MOAC_UTILS_PVT.set_org_context(x_org_id) ; --

165: when others then
166: null;
167: end;
168:
169: PO_MOAC_UTILS_PVT.set_org_context(x_org_id) ; --
170:
171: -- Initialize workflow item attributes
172: wf_engine.SetItemAttrNumber ( itemtype => ItemType,
173: itemkey => ItemKey,

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

357: (itemtype => l_item_type,
358: itemkey => l_item_key,
359: aname => 'ORG_ID');
360:
361: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
362:
363: x_progress := '001';
364: l_document_id := wf_engine.GetItemAttrNumber
365: (itemtype => l_item_type,

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

628: (itemtype => l_item_type,
629: itemkey => l_item_key,
630: aname => 'ORG_ID');
631:
632: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --
633:
634: x_progress := '002';
635: l_negotiation_num := wf_engine.GetItemAttrText
636: (itemtype => l_item_type,