DBA Data[Home] [Help]

APPS.OKL_LA_SALES_TAX_PVT dependencies on OKL_CONTEXT

Line 322: IF okl_context.get_okc_org_id IS NULL THEN

318:
319: l_chr_id := p_chr_id;
320: l_cle_id := p_cle_id;
321:
322: IF okl_context.get_okc_org_id IS NULL THEN
323: okl_context.set_okc_org_context(p_chr_id => l_chr_id);
324: END IF;
325:
326: -- call START_ACTIVITY to create savepoint, check compatibility

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

319: l_chr_id := p_chr_id;
320: l_cle_id := p_cle_id;
321:
322: IF okl_context.get_okc_org_id IS NULL THEN
323: okl_context.set_okc_org_context(p_chr_id => l_chr_id);
324: END IF;
325:
326: -- call START_ACTIVITY to create savepoint, check compatibility
327: -- and initialize message list

Line 627: IF okl_context.get_okc_org_id IS NULL THEN

623: OPEN l_tax_system_info;
624: FETCH l_tax_system_info INTO l_upfront_tax_yn;
625: CLOSE l_tax_system_info; */
626:
627: IF okl_context.get_okc_org_id IS NULL THEN
628: okl_context.set_okc_org_context(p_chr_id => p_chr_id);
629: END IF;
630: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
631: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'sync here1');

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

624: FETCH l_tax_system_info INTO l_upfront_tax_yn;
625: CLOSE l_tax_system_info; */
626:
627: IF okl_context.get_okc_org_id IS NULL THEN
628: okl_context.set_okc_org_context(p_chr_id => p_chr_id);
629: END IF;
630: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
631: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'sync here1');
632: END IF;