DBA Data[Home] [Help]

APPS.PO_AME_WF_PVT dependencies on PO_MOAC_UTILS_PVT

Line 1498: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

1494: l_org_id := po_wf_util_pkg.GetItemAttrNumber( aname => 'ORG_ID');
1495: l_revision_num := po_wf_util_pkg.GetItemAttrNumber( aname => 'REVISION_NUMBER');
1496:
1497: IF l_org_id IS NOT NULL THEN
1498: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
1499: END IF;
1500:
1501: l_progress := '020';
1502: InsertActionHistoryPoAme(

Line 1610: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

1606: l_draft_id := po_wf_util_pkg.GetItemAttrNumber( aname => 'DRAFT_ID');
1607: l_org_id := po_wf_util_pkg.GetItemAttrNumber( aname => 'ORG_ID');
1608:
1609: IF l_org_id IS NOT NULL THEN
1610: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
1611: END IF;
1612:
1613: l_progress := '020';
1614: UpdateActionHistoryPoAme (

Line 1717: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

1713: l_draft_id := po_wf_util_pkg.GetItemAttrNumber( aname => 'DRAFT_ID');
1714: l_org_id := po_wf_util_pkg.GetItemAttrNumber( aname => 'ORG_ID');
1715:
1716: IF l_org_id IS NOT NULL THEN
1717: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
1718: END IF;
1719:
1720: --Change the l_action for REVIEWER
1721: l_approver_category := po_wf_util_pkg.GetItemAttrText ( aname => 'APPROVER_CATEGORY');

Line 1840: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

1836: l_draft_id := po_wf_util_pkg.GetItemAttrNumber( aname => 'DRAFT_ID');
1837: l_org_id := po_wf_util_pkg.GetItemAttrNumber( aname => 'ORG_ID');
1838:
1839: IF l_org_id IS NOT NULL THEN
1840: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
1841: END IF;
1842:
1843: --Change the l_action for REVIEWER
1844: l_approver_category := po_wf_util_pkg.GetItemAttrText ( aname => 'APPROVER_CATEGORY');

Line 1958: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

1954: l_document_subtype := po_wf_util_pkg.GetItemAttrText( aname => 'DOCUMENT_SUBTYPE');
1955: l_note := fnd_message.get_string('ICX', 'ICX_POR_NOTIF_TIMEOUT');
1956: l_org_id := po_wf_util_pkg.GetItemAttrNumber( aname => 'ORG_ID');
1957: IF l_org_id IS NOT NULL THEN
1958: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
1959: END IF;
1960:
1961: l_progress := '020';
1962: IF (g_po_wf_debug = 'Y') THEN

Line 2066: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

2062: l_document_subtype := po_wf_util_pkg.GetItemAttrText( aname => 'DOCUMENT_SUBTYPE');
2063: l_note := fnd_message.get_string('ICX', 'ICX_POR_NOTIF_TIMEOUT');
2064: l_org_id := po_wf_util_pkg.GetItemAttrNumber( aname => 'ORG_ID');
2065: IF l_org_id IS NOT NULL THEN
2066: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
2067: END IF;
2068:
2069: l_progress := '020';
2070: IF (g_po_wf_debug = 'Y') THEN

Line 3060: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

3056: END IF;
3057:
3058: --Set the language preference
3059: l_set_lang := fnd_request.set_options('NO', 'NO', l_language, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));
3060: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
3061: l_request_id := fnd_request.submit_request( 'PO',
3062: 'POXPOPDF',
3063: NULL,
3064: NULL,

Line 3477: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

3473: FROM fnd_languages
3474: WHERE nls_language = l_supp_lang;
3475:
3476: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));
3477: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
3478:
3479: l_progress := '090';
3480:
3481: l_request_id := fnd_request.submit_request( 'PO',

Line 3635: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

3631: l_approval_group_id := po_wf_util_pkg.GetItemAttrNumber( aname => 'APPROVAL_GROUP_ID');
3632: l_revision_num := po_wf_util_pkg.GetItemAttrNumber( aname => 'REVISION_NUMBER');
3633:
3634: IF l_org_id IS NOT NULL THEN
3635: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
3636: END IF;
3637:
3638: IF (g_po_wf_debug = 'Y') THEN
3639: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey, l_log_head||':'||l_progress||' l_current_approver:'||l_current_approver);

Line 4282: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);

4278: l_org_id := po_wf_util_pkg.GetItemAttrNumber( aname => 'ORG_ID');
4279:
4280: l_progress := '020';
4281: IF l_org_id IS NOT NULL THEN
4282: PO_MOAC_UTILS_PVT.set_org_context(l_org_id);
4283: END IF;
4284:
4285: l_progress := '030';
4286: UpdateActionHistoryPoAme(

Line 4363: po_moac_utils_pvt.set_org_context(l_orgid);

4359:
4360: l_orgid := po_wf_util_pkg.GetItemAttrNumber ( aname => 'ORG_ID');
4361:
4362: IF l_orgid IS NOT NULL THEN
4363: po_moac_utils_pvt.set_org_context(l_orgid);
4364: END IF;
4365:
4366: --Check that the value entered by responder as the FORWARD-TO user, is actually
4367: --a valid employee (has an employee id).