DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ONT_PVT dependencies on MO_GLOBAL

Line 76: --| mo_global.get_current_org_id returned NULL. |

72: --| 'MO: Operating Unit' profile option. |
73: --| 05/05/2006 rajkrish Fixed bug 5209846 : Modified |
74: --| Process_Replenishment_SO to get the Org ID |
75: --| from the Replenishment PO Shipment, if |
76: --| mo_global.get_current_org_id returned NULL. |
77: --| This is crucial for the Interlock Worker |
78: --| since it is not MOAC enabled (in order to |
79: --| support more then one OU). |
80: --| 05/08/2006 vchu Fixed bug 5212219: Get the project and task |

Line 419: l_org_id := mo_global.get_current_org_id;

415:
416: lStmtNo := 10;
417:
418: --l_org_id := FND_PROFILE.VALUE('ORG_ID');
419: l_org_id := mo_global.get_current_org_id;
420:
421:
422: IF g_log_enabled AND
423: (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)

Line 428: ||': Org ID from mo_global.get_current_org_id = ' || l_org_id

424: THEN
425: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE
426: , G_PKG_NAME
427: , '>> ' || l_program
428: ||': Org ID from mo_global.get_current_org_id = ' || l_org_id
429: );
430: END IF;
431:
432: -- Bug 5209846 : Get the Operating Unit (Org ID) from the Replenishment PO

Line 433: -- Shipment, if mo_global.get_current_org_id returned NULL. This is necessary

429: );
430: END IF;
431:
432: -- Bug 5209846 : Get the Operating Unit (Org ID) from the Replenishment PO
433: -- Shipment, if mo_global.get_current_org_id returned NULL. This is necessary
434: -- for the Interlock Worker since the Worker Concurrent Program is not MOAC
435: -- enabled (to support more then one OU).
436:
437: BEGIN

Line 461: MO_GLOBAL.set_policy_context('S', l_org_id);

457: END IF;
458:
459: END;
460:
461: MO_GLOBAL.set_policy_context('S', l_org_id);
462:
463: IF g_log_enabled AND
464: (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)
465: THEN