DBA Data[Home] [Help]

APPS.OKL_DEAL_ASSET_PVT dependencies on OKL_CONTEXT

Line 274: okl_context.set_okc_org_context(p_chr_id => p_las_rec.dnz_chr_id);

270:
271: -- gboomina Added for Bug 5876083 - Start
272: -- setting OKC context which is required by other API's down the line
273: IF p_las_rec.dnz_chr_id IS NOT NULL THEN
274: okl_context.set_okc_org_context(p_chr_id => p_las_rec.dnz_chr_id);
275: END IF;
276: -- gboomina Added for Bug 5876083 - End
277:
278: -- Business API call section

Line 582: okl_context.set_okc_org_context(p_chr_id => p_las_rec.dnz_chr_id);

578:
579: -- gboomina Added for Bug 5876083 - Start
580: -- setting OKC context which is required by other API's down the line
581: IF p_las_rec.dnz_chr_id IS NOT NULL THEN
582: okl_context.set_okc_org_context(p_chr_id => p_las_rec.dnz_chr_id);
583: END IF;
584: -- gboomina Added for Bug 5876083 - End
585:
586: -- Business API call section

Line 1615: If okl_context.get_okc_org_id is null then

1611: raise OKC_API.G_EXCEPTION_ERROR;
1612: End If;
1613:
1614: l_chr_id := p_chr_id;
1615: If okl_context.get_okc_org_id is null then
1616: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1617: End If;
1618:
1619: l_tradein_amount := p_tradein_amount;

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

1612: End If;
1613:
1614: l_chr_id := p_chr_id;
1615: If okl_context.get_okc_org_id is null then
1616: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1617: End If;
1618:
1619: l_tradein_amount := p_tradein_amount;
1620:

Line 1870: If okl_context.get_okc_org_id is null then

1866: raise OKC_API.G_EXCEPTION_ERROR;
1867: End If;
1868:
1869: l_chr_id := p_chr_id;
1870: If okl_context.get_okc_org_id is null then
1871: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1872: End If;
1873:
1874: l_down_payment := p_down_payment;

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

1867: End If;
1868:
1869: l_chr_id := p_chr_id;
1870: If okl_context.get_okc_org_id is null then
1871: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1872: End If;
1873:
1874: l_down_payment := p_down_payment;
1875: l_basis := p_basis;