DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_PVT dependencies on PO_MOAC_UTILS_PVT

Line 150: l_old_org_id := PO_MOAC_UTILS_PVT.get_current_org_id;

146: d_progress := 12;
147:
148: --the current org id is now derived using the get_current_org_id
149: --function because org context is not set in java
150: l_old_org_id := PO_MOAC_UTILS_PVT.get_current_org_id;
151:
152: d_progress := 13;
153: IF (PO_LOG.d_stmt) THEN
154: PO_LOG.stmt(d_module, d_progress, 'l_old_org_id', l_old_org_id);

Line 159: po_moac_utils_pvt.set_org_context(l_doc_org_id); --

155: PO_LOG.stmt(d_module, d_progress, 'l_doc_org_id', l_doc_org_id);
156: PO_LOG.stmt(d_module, d_progress, 'Setting org context.');
157: END IF;
158:
159: po_moac_utils_pvt.set_org_context(l_doc_org_id); --
160:
161:
162: -- if necessary, lock the document
163:

Line 432: po_moac_utils_pvt.set_org_context(l_old_org_id); --

428: -- We do not need to check for org context being
429: -- set to null as this is a valid scenario from HTML
430: -- A null org id implies multiple org context
431:
432: po_moac_utils_pvt.set_org_context(l_old_org_id); --
433:
434: --
435:
436: p_action_ctl_rec.return_status := l_ret_sts;

Line 470: po_moac_utils_pvt.set_org_context(l_old_org_id); --

466: -- the org context to document's org context
467: --
468: --IF (l_old_org_id IS NOT NULL)
469: --THEN
470: po_moac_utils_pvt.set_org_context(l_old_org_id); --
471: -- END IF;
472: --
473: RETURN;
474: