DBA Data[Home] [Help]

APPS.OKL_LA_PROPERTY_TAX_PVT dependencies on OKL_CONTEXT

Line 57: IF okl_context.get_okc_org_id IS NULL THEN

53: l_chr_id := p_chr_id;
54: l_cle_id := p_cle_id;
55: -- 4374085
56: /*
57: IF okl_context.get_okc_org_id IS NULL THEN
58: okl_context.set_okc_org_context(p_chr_id => l_chr_id);
59: END IF;
60: */
61:

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

54: l_cle_id := p_cle_id;
55: -- 4374085
56: /*
57: IF okl_context.get_okc_org_id IS NULL THEN
58: okl_context.set_okc_org_context(p_chr_id => l_chr_id);
59: END IF;
60: */
61:
62: -- call START_ACTIVITY to create savepoint, check compatibility

Line 252: IF okl_context.get_okc_org_id IS NULL THEN

248: x_return_status := OKL_API.G_RET_STS_SUCCESS;
249:
250: l_chr_id := p_chr_id;
251:
252: IF okl_context.get_okc_org_id IS NULL THEN
253: okl_context.set_okc_org_context(p_chr_id => l_chr_id);
254: END IF;
255:
256: -- call START_ACTIVITY to create savepoint, check compatibility

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

249:
250: l_chr_id := p_chr_id;
251:
252: IF okl_context.get_okc_org_id IS NULL THEN
253: okl_context.set_okc_org_context(p_chr_id => l_chr_id);
254: END IF;
255:
256: -- call START_ACTIVITY to create savepoint, check compatibility
257: -- and initialize message list

Line 450: IF okl_context.get_okc_org_id IS NULL THEN

446: BEGIN
447:
448: x_return_status := OKL_API.G_RET_STS_SUCCESS;
449:
450: IF okl_context.get_okc_org_id IS NULL THEN
451: okl_context.set_okc_org_context(p_chr_id => p_chr_id);
452: END IF;
453:
454: -- call START_ACTIVITY to create savepoint, check compatibility

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

447:
448: x_return_status := OKL_API.G_RET_STS_SUCCESS;
449:
450: IF okl_context.get_okc_org_id IS NULL THEN
451: okl_context.set_okc_org_context(p_chr_id => p_chr_id);
452: END IF;
453:
454: -- call START_ACTIVITY to create savepoint, check compatibility
455: -- and initialize message list