DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_MOAC_UTILS_PVT

Line 447: po_moac_utils_pvt.set_org_context(x_org_id); --

443: x_org_id := po_wf_util_pkg.GetItemAttrNumber (itemtype => itemtype,
444: itemkey => itemkey,
445: aname => 'ORG_ID');
446:
447: po_moac_utils_pvt.set_org_context(x_org_id); --
448:
449: --
450: l_consume_req_demand_doc_id := PO_WF_UTIL_PKG.GetItemAttrNumber
451: (itemtype => itemtype,

Line 1185: po_moac_utils_pvt.set_org_context(x_org_id); --

1181: /* Set org context */
1182: x_org_id := po_wf_util_pkg.GetItemAttrNumber (itemtype => itemtype,
1183: itemkey => itemkey,
1184: aname => 'ORG_ID');
1185: po_moac_utils_pvt.set_org_context(x_org_id); --
1186:
1187: /* Get rfq check flags */
1188:
1189: x_rfq_required_flag := po_wf_util_pkg.GetItemAttrText

Line 1274: po_moac_utils_pvt.set_org_context(x_org_id); --

1270: x_org_id := po_wf_util_pkg.GetItemAttrNumber (itemtype => itemtype,
1271: itemkey => itemkey,
1272: aname => 'ORG_ID');
1273:
1274: po_moac_utils_pvt.set_org_context(x_org_id); --
1275:
1276: x_suggested_vendor_name := po_wf_util_pkg.GetItemAttrText
1277: (itemtype => itemtype,
1278: itemkey => itemkey,

Line 2626: po_moac_utils_pvt.set_org_context(x_org_id); --

2622: (itemtype => itemtype,
2623: itemkey => itemkey,
2624: aname => 'ORG_ID');
2625:
2626: po_moac_utils_pvt.set_org_context(x_org_id); --
2627:
2628: /* Retrieve required info from item attributes */
2629:
2630: x_item_id := po_wf_util_pkg.GetItemAttrNumber

Line 4131: po_moac_utils_pvt.set_org_context(x_org_id); --

4127: x_group_code := 'DEFAULT';
4128: end if;
4129:
4130:
4131: po_moac_utils_pvt.set_org_context(x_org_id); --
4132:
4133: /* Get user values */
4134:
4135: x_created_by := to_number(FND_PROFILE.VALUE('user_id'));

Line 4594: po_moac_utils_pvt.set_org_context(x_org_id); --

4590: (itemtype => itemtype,
4591: itemkey => itemkey,
4592: aname => 'ORG_ID');
4593:
4594: po_moac_utils_pvt.set_org_context(x_org_id); --
4595:
4596: /* Get user values */
4597:
4598: x_created_by := to_number(FND_PROFILE.VALUE('user_id'));

Line 4798: po_moac_utils_pvt.set_org_context(x_org_id); --

4794: (itemtype => itemtype,
4795: itemkey => itemkey,
4796: aname => 'ORG_ID');
4797:
4798: po_moac_utils_pvt.set_org_context(x_org_id); --
4799:
4800:
4801: /* Get the group id so we can launch doc creation and approval
4802: * for this group.

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

5063: itemkey => itemkey,
5064: aname => 'PURCHASING_ORG_ID');
5065: --
5066:
5067: PO_MOAC_UTILS_PVT.set_org_context(x_org_id); --
5068: x_interface_header_id := po_wf_util_pkg.GetItemAttrNumber
5069: (itemtype => itemtype,
5070: itemkey => itemkey,
5071: aname => 'INTERFACE_HEADER_ID');

Line 5606: po_moac_utils_pvt.set_org_context(x_org_id); --

5602: /* Bug: 1479382 set the org contect */
5603:
5604: IF x_org_id IS NOT NULL THEN
5605:
5606: po_moac_utils_pvt.set_org_context(x_org_id); --
5607:
5608: --
5609: IF x_org_id <> l_purchasing_org_id THEN
5610: --Set the org_id to be the purchasing org for PO Approval Process

Line 5616: po_moac_utils_pvt.set_org_context(l_purchasing_org_id); --

5612: itemkey => itemkey,
5613: aname => 'ORG_ID',
5614: avalue => l_purchasing_org_id);
5615: --Set the context to be that of purchasing org
5616: po_moac_utils_pvt.set_org_context(l_purchasing_org_id); --
5617:
5618: END IF;
5619: --
5620: END IF;

Line 5850: po_moac_utils_pvt.set_org_context(x_org_id);

5846: END IF;
5847:
5848: -- set the org context back to original one
5849: IF x_org_id <> l_purchasing_org_id THEN
5850: po_moac_utils_pvt.set_org_context(x_org_id);
5851: END IF;
5852: --
5853:
5854: exception

Line 7141: po_moac_utils_pvt.set_org_context(x_org_id); --

7137: x_org_id := po_wf_util_pkg.GetItemAttrNumber (itemtype => itemtype,
7138: itemkey => itemkey,
7139: aname => 'ORG_ID');
7140:
7141: po_moac_utils_pvt.set_org_context(x_org_id); --
7142:
7143: x_source_doc_po_header_id := po_wf_util_pkg.GetItemAttrNumber
7144: (itemtype => itemtype,
7145: itemkey => itemkey,

Line 7306: po_moac_utils_pvt.set_org_context(x_org_id); --

7302: itemkey => itemkey,
7303: aname => 'ORG_ID');
7304:
7305: IF x_org_id IS NOT NULL THEN
7306: po_moac_utils_pvt.set_org_context(x_org_id); --
7307: END IF;
7308:
7309: IF (NVL(hr_general.get_xbg_profile, 'N') = 'Y') THEN
7310: x_progress := '10: buyer_on_src_doc_ok: result = Y';

Line 7436: po_moac_utils_pvt.set_org_context(x_org_id); --

7432: itemkey => itemkey,
7433: aname => 'ORG_ID');
7434:
7435: IF x_org_id IS NOT NULL THEN
7436: po_moac_utils_pvt.set_org_context(x_org_id); --
7437: END IF;
7438:
7439: IF (NVL(hr_general.get_xbg_profile, 'N') = 'Y') THEN
7440: x_progress := '10: buyer_on_contract_ok: result = Y';

Line 7890: po_moac_utils_pvt.set_org_context(l_org_id); --

7886: l_progress := '000';
7887: l_org_id := po_wf_util_pkg.GetItemAttrNumber(itemtype => itemtype,
7888: itemkey => itemkey,
7889: aname => 'ORG_ID');
7890: po_moac_utils_pvt.set_org_context(l_org_id); --
7891:
7892: /* Get the expense line grouping ID */
7893: l_labor_req_line_id := po_wf_util_pkg.GetItemAttrNumber(
7894: itemtype => itemtype,