DBA Data[Home] [Help]

APPS.OKC_QA_CHECK_PVT dependencies on OKC_CONTEXT

Line 279: okc_context.save_current_contexts;

275: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME || '.' || l_api_name,'l_appl_id: ' || l_appl_id);
276: END IF;
277:
278: --anjkumar, save the context first Bug 5609807
279: okc_context.save_current_contexts;
280:
281: -- Set the org_id
282: okc_context.set_okc_org_context(p_chr_id => p_chr_id);
283: --

Line 282: okc_context.set_okc_org_context(p_chr_id => p_chr_id);

278: --anjkumar, save the context first Bug 5609807
279: okc_context.save_current_contexts;
280:
281: -- Set the org_id
282: okc_context.set_okc_org_context(p_chr_id => p_chr_id);
283: --
284:
285: OPEN l_qlp_csr;
286: LOOP

Line 550: okc_context.restore_contexts;

546: END LOOP;
547:
548:
549: --anjkumar, restore the context Bug 5609807
550: okc_context.restore_contexts;
551:
552: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
553: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, G_PKG_NAME || '.' || l_api_name,'Leaving '|| G_PKG_NAME || '.' || l_api_name);
554: END IF;

Line 561: okc_context.restore_contexts;

557: EXCEPTION
558: WHEN G_EXCEPTION_HALT_VALIDATION THEN
559:
560: --anjkumar, restore the context Bug 5609807
561: okc_context.restore_contexts;
562:
563: --Bug 3300707
564: if (l_cursor_id is not null) then
565: DBMS_SQL.CLOSE_CURSOR(l_cursor_id);

Line 585: okc_context.restore_contexts;

581: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME || '.' || l_api_name,'WHEN OTHERS: setting message after encountering error: ' || SQLCODE || ' ' || SQLERRM);
582: END IF;
583:
584: --anjkumar, restore the context Bug 5609807
585: okc_context.restore_contexts;
586:
587: -- close cursor
588: if (l_cursor_id is not null) then --Bug 3378989
589: DBMS_SQL.CLOSE_CURSOR(l_cursor_id); --Bug2934909