DBA Data[Home] [Help]

APPS.OKC_QA_CHECK_PVT dependencies on OKC_CONTEXT

Line 282: okc_context.save_current_contexts;

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

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

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

Line 553: okc_context.restore_contexts;

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

Line 564: okc_context.restore_contexts;

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

Line 588: okc_context.restore_contexts;

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