DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT dependencies on PO_MOAC_UTILS_PVT

Line 370: po_moac_utils_pvt.INITIALIZE;

366: 'l_org_org_id = ' || l_org_org_id);
367: end if;
368:
369: if l_org_org_id is null then
370: po_moac_utils_pvt.INITIALIZE;
371: l_org_org_id := mo_global.get_current_org_id;
372: end if;
373:
374: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

Line 386: po_moac_utils_pvt.set_org_context(l_org_id);

382: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
383: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module_name,
384: 'changing context to l_org_id = ' || l_org_id);
385: end if;
386: po_moac_utils_pvt.set_org_context(l_org_id);
387: end if;
388:
389: x_return_status := FND_API.G_RET_STS_SUCCESS;
390:

Line 580: po_moac_utils_pvt.set_org_context(l_org_org_id);

576: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
577: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module_name,
578: 'changing context to l_org_org_id = ' || l_org_org_id);
579: end if;
580: po_moac_utils_pvt.set_org_context(l_org_org_id);
581: end if;
582:
583: COMMIT;
584: EXCEPTION

Line 600: po_moac_utils_pvt.set_org_context(l_org_org_id);

596: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
597: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module_name,
598: 'changing context to l_org_org_id = ' || l_org_org_id);
599: end if;
600: po_moac_utils_pvt.set_org_context(l_org_org_id);
601: end if;
602:
603: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
604: JTF_PLSQL_API.HANDLE_EXCEPTIONS(

Line 618: po_moac_utils_pvt.set_org_context(l_org_org_id);

614: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
615: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module_name,
616: 'changing context to l_org_org_id = ' || l_org_org_id);
617: end if;
618: po_moac_utils_pvt.set_org_context(l_org_org_id);
619: end if;
620:
621: WHEN OTHERS THEN
622: fnd_message.set_name('CSP','CSP_UNEXPECTED_EXEC_ERRORS');

Line 641: po_moac_utils_pvt.set_org_context(l_org_org_id);

637: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
638: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, l_module_name,
639: 'changing context to l_org_org_id = ' || l_org_org_id);
640: end if;
641: po_moac_utils_pvt.set_org_context(l_org_org_id);
642: end if;
643:
644: END;
645: