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 633: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ; --

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