DBA Data[Home] [Help]

APPS.POS_WCAPPROVE_PVT dependencies on PO_MOAC_UTILS_PVT

Line 217: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --

213:
214: POS_WCAPPROVE_PVT.get_multiorg_context(l_po_header_id,l_orgid);
215: IF l_orgid is NOT NULL THEN
216:
217: PO_MOAC_UTILS_PVT.set_org_context(l_orgid) ; --
218:
219: /* Set the Org_id item attribute. We will use it to get
220: * the context for every activity
221: */

Line 5617: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;

5613: -- introduce an org context setting call here
5614: -- required in the case when the right resonder makes a response
5615: -- from a NON-PO RESP.
5616: IF l_org_id is NOT NULL THEN
5617: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;
5618: END IF;
5619: return;
5620: end if;
5621: end if;

Line 5688: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;

5684: -- this is required since the responsibility might have a different OU attached
5685: -- than what is required.
5686:
5687: IF l_org_id is NOT NULL THEN
5688: PO_MOAC_UTILS_PVT.set_org_context(l_org_id) ;
5689: END IF;
5690:
5691: END IF;
5692: