DBA Data[Home] [Help]

APPS.POR_AME_REQ_WF_PVT dependencies on PO_MOAC_UTILS_PVT

Line 2314: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

2310: itemkey => itemkey,
2311: aname => 'ORG_ID');
2312:
2313: IF l_org_id is NOT NULL THEN
2314: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
2315: END IF;
2316:
2317: if l_document_type = 'REQUISITION' then
2318: l_req_header_id := po_wf_util_pkg.GetItemAttrNumber(itemtype => itemtype,

Line 2476: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

2472: itemkey => itemkey,
2473: aname => 'ORG_ID');
2474:
2475: IF l_org_id is NOT NULL THEN
2476: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
2477: END IF;
2478:
2479: -- CLM Apprvl --
2480: if l_document_type='REQUISITION' then

Line 2629: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

2625: itemkey => itemkey,
2626: aname => 'ORG_ID');
2627:
2628: IF l_org_id is NOT NULL THEN
2629: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
2630: END IF;
2631:
2632: -- CLM Apprvl --
2633: if l_document_type='REQUISITION' then

Line 2777: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

2773: itemkey => itemkey,
2774: aname => 'ORG_ID');
2775:
2776: IF l_org_id is NOT NULL THEN
2777: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
2778: END IF;
2779:
2780: -- CLM Apprvl --
2781: if l_document_type='REQUISITION' then

Line 2920: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

2916: itemkey => itemkey,
2917: aname => 'ORG_ID');
2918:
2919: IF l_org_id is NOT NULL THEN
2920: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
2921: END IF;
2922:
2923: -- --
2924: if l_document_type='REQUISITION' then