DBA Data[Home] [Help]

APPS.OKL_DEAL_ASSET_PVT dependencies on OKL_CONTEXT

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

308:
309: -- gboomina Added for Bug 5876083 - Start
310: -- setting OKC context which is required by other API's down the line
311: IF p_las_rec.dnz_chr_id IS NOT NULL THEN
312: okl_context.set_okc_org_context(p_chr_id => p_las_rec.dnz_chr_id);
313: END IF;
314: -- gboomina Added for Bug 5876083 - End
315:
316: -- Business API call section

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

620:
621: -- gboomina Added for Bug 5876083 - Start
622: -- setting OKC context which is required by other API's down the line
623: IF p_las_rec.dnz_chr_id IS NOT NULL THEN
624: okl_context.set_okc_org_context(p_chr_id => p_las_rec.dnz_chr_id);
625: END IF;
626: -- gboomina Added for Bug 5876083 - End
627:
628: -- Business API call section

Line 1679: If okl_context.get_okc_org_id is null then

1675: raise OKC_API.G_EXCEPTION_ERROR;
1676: End If;
1677:
1678: l_chr_id := p_chr_id;
1679: If okl_context.get_okc_org_id is null then
1680: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1681: End If;
1682:
1683: l_tradein_amount := p_tradein_amount;

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

1676: End If;
1677:
1678: l_chr_id := p_chr_id;
1679: If okl_context.get_okc_org_id is null then
1680: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1681: End If;
1682:
1683: l_tradein_amount := p_tradein_amount;
1684:

Line 1936: If okl_context.get_okc_org_id is null then

1932: raise OKC_API.G_EXCEPTION_ERROR;
1933: End If;
1934:
1935: l_chr_id := p_chr_id;
1936: If okl_context.get_okc_org_id is null then
1937: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1938: End If;
1939:
1940: l_down_payment := p_down_payment;

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

1933: End If;
1934:
1935: l_chr_id := p_chr_id;
1936: If okl_context.get_okc_org_id is null then
1937: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1938: End If;
1939:
1940: l_down_payment := p_down_payment;
1941: l_basis := p_basis;