DBA Data[Home] [Help]

APPS.OKL_LA_SALES_TAX_PVT dependencies on OKL_CONTEXT

Line 480: IF okl_context.get_okc_org_id IS NULL THEN

476:
477: l_chr_id := p_chr_id;
478: l_cle_id := p_cle_id;
479:
480: IF okl_context.get_okc_org_id IS NULL THEN
481: okl_context.set_okc_org_context(p_chr_id => l_chr_id);
482: END IF;
483:
484: -- call START_ACTIVITY to create savepoint, check compatibility

Line 481: okl_context.set_okc_org_context(p_chr_id => l_chr_id);

477: l_chr_id := p_chr_id;
478: l_cle_id := p_cle_id;
479:
480: IF okl_context.get_okc_org_id IS NULL THEN
481: okl_context.set_okc_org_context(p_chr_id => l_chr_id);
482: END IF;
483:
484: -- call START_ACTIVITY to create savepoint, check compatibility
485: -- and initialize message list

Line 785: IF okl_context.get_okc_org_id IS NULL THEN

781: OPEN l_tax_system_info;
782: FETCH l_tax_system_info INTO l_upfront_tax_yn;
783: CLOSE l_tax_system_info; */
784:
785: IF okl_context.get_okc_org_id IS NULL THEN
786: okl_context.set_okc_org_context(p_chr_id => p_chr_id);
787: END IF;
788: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
789: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'sync here1');

Line 786: okl_context.set_okc_org_context(p_chr_id => p_chr_id);

782: FETCH l_tax_system_info INTO l_upfront_tax_yn;
783: CLOSE l_tax_system_info; */
784:
785: IF okl_context.get_okc_org_id IS NULL THEN
786: okl_context.set_okc_org_context(p_chr_id => p_chr_id);
787: END IF;
788: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
789: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'sync here1');
790: END IF;