DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_FEE_PVT dependencies on OKL_CONTEXT

Line 2199: If okl_context.get_okc_org_id is null then

2195:
2196: BEGIN
2197:
2198: l_chr_id := l_clev_rec.dnz_chr_id;
2199: If okl_context.get_okc_org_id is null then
2200: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2201: End If;
2202:
2203: -- call START_ACTIVITY to create savepoint, check compatibility

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

2196: BEGIN
2197:
2198: l_chr_id := l_clev_rec.dnz_chr_id;
2199: If okl_context.get_okc_org_id is null then
2200: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2201: End If;
2202:
2203: -- call START_ACTIVITY to create savepoint, check compatibility
2204: -- and initialize message list

Line 2423: If okl_context.get_okc_org_id is null then

2419: lp_klev_rec := lx_klev_rec;
2420: lp_cimv_rec := lx_cimv_rec;
2421: lp_cplv_rec := lx_cplv_rec;
2422:
2423: If okl_context.get_okc_org_id is null then
2424: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2425: End If;
2426:
2427: OKL_MAINTAIN_FEE_PVT.create_fee_top_line(

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

2420: lp_cimv_rec := lx_cimv_rec;
2421: lp_cplv_rec := lx_cplv_rec;
2422:
2423: If okl_context.get_okc_org_id is null then
2424: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2425: End If;
2426:
2427: OKL_MAINTAIN_FEE_PVT.create_fee_top_line(
2428: p_api_version => p_api_version,

Line 2534: If okl_context.get_okc_org_id is null then

2530:
2531: BEGIN
2532:
2533: l_chr_id := l_clev_rec.dnz_chr_id;
2534: If okl_context.get_okc_org_id is null then
2535: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2536: End If;
2537:
2538: -- call START_ACTIVITY to create savepoint, check compatibility

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

2531: BEGIN
2532:
2533: l_chr_id := l_clev_rec.dnz_chr_id;
2534: If okl_context.get_okc_org_id is null then
2535: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2536: End If;
2537:
2538: -- call START_ACTIVITY to create savepoint, check compatibility
2539: -- and initialize message list

Line 2926: If okl_context.get_okc_org_id is null then

2922: lp_klev_rec := lx_klev_rec;
2923: lp_cimv_rec := lx_cimv_rec;
2924: lp_cplv_rec := lx_cplv_rec;
2925:
2926: If okl_context.get_okc_org_id is null then
2927: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2928: End If;
2929:
2930: -- Bug# 6438785

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

2923: lp_cimv_rec := lx_cimv_rec;
2924: lp_cplv_rec := lx_cplv_rec;
2925:
2926: If okl_context.get_okc_org_id is null then
2927: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2928: End If;
2929:
2930: -- Bug# 6438785
2931: -- Fetch original fee line start date for checking

Line 3153: If okl_context.get_okc_org_id is null then

3149: BEGIN
3150:
3151: l_line_id := p_fee_types_rec.line_id;
3152: l_chr_id := p_fee_types_rec.dnz_chr_id;
3153: If okl_context.get_okc_org_id is null then
3154: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3155: End If;
3156:
3157: -- call START_ACTIVITY to create savepoint, check compatibility

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

3150:
3151: l_line_id := p_fee_types_rec.line_id;
3152: l_chr_id := p_fee_types_rec.dnz_chr_id;
3153: If okl_context.get_okc_org_id is null then
3154: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3155: End If;
3156:
3157: -- call START_ACTIVITY to create savepoint, check compatibility
3158: -- and initialize message list

Line 3464: If okl_context.get_okc_org_id is null then

3460:
3461: BEGIN
3462:
3463: l_chr_id := p_chr_id;
3464: If okl_context.get_okc_org_id is null then
3465: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3466: End If;
3467:
3468: -- call START_ACTIVITY to create savepoint, check compatibility

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

3461: BEGIN
3462:
3463: l_chr_id := p_chr_id;
3464: If okl_context.get_okc_org_id is null then
3465: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3466: End If;
3467:
3468: -- call START_ACTIVITY to create savepoint, check compatibility
3469: -- and initialize message list

Line 3724: If okl_context.get_okc_org_id is null then

3720:
3721: BEGIN
3722:
3723: l_chr_id := p_chr_id;
3724: If okl_context.get_okc_org_id is null then
3725: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3726: End If;
3727:
3728: -- call START_ACTIVITY to create savepoint, check compatibility

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

3721: BEGIN
3722:
3723: l_chr_id := p_chr_id;
3724: If okl_context.get_okc_org_id is null then
3725: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3726: End If;
3727:
3728: -- call START_ACTIVITY to create savepoint, check compatibility
3729: -- and initialize message list

Line 3888: If okl_context.get_okc_org_id is null then

3884:
3885: BEGIN
3886:
3887: l_chr_id := p_chr_id;
3888: If okl_context.get_okc_org_id is null then
3889: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3890: End If;
3891:
3892: -- call START_ACTIVITY to create savepoint, check compatibility

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

3885: BEGIN
3886:
3887: l_chr_id := p_chr_id;
3888: If okl_context.get_okc_org_id is null then
3889: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3890: End If;
3891:
3892: -- call START_ACTIVITY to create savepoint, check compatibility
3893: -- and initialize message list

Line 4607: If okl_context.get_okc_org_id is null then

4603:
4604: BEGIN
4605:
4606: l_chr_id := p_chr_id;
4607: If okl_context.get_okc_org_id is null then
4608: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
4609: End If;
4610:
4611: -- call START_ACTIVITY to create savepoint, check compatibility

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

4604: BEGIN
4605:
4606: l_chr_id := p_chr_id;
4607: If okl_context.get_okc_org_id is null then
4608: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
4609: End If;
4610:
4611: -- call START_ACTIVITY to create savepoint, check compatibility
4612: -- and initialize message list

Line 4767: If okl_context.get_okc_org_id is null then

4763:
4764: BEGIN
4765:
4766: l_chr_id := p_chr_id;
4767: If okl_context.get_okc_org_id is null then
4768: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
4769: End If;
4770:
4771: -- call START_ACTIVITY to create savepoint, check compatibility

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

4764: BEGIN
4765:
4766: l_chr_id := p_chr_id;
4767: If okl_context.get_okc_org_id is null then
4768: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
4769: End If;
4770:
4771: -- call START_ACTIVITY to create savepoint, check compatibility
4772: -- and initialize message list

Line 5270: If okl_context.get_okc_org_id is null then

5266:
5267: BEGIN
5268:
5269: l_chr_id := p_chr_id;
5270: If okl_context.get_okc_org_id is null then
5271: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
5272: End If;
5273:
5274: -- call START_ACTIVITY to create savepoint, check compatibility

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

5267: BEGIN
5268:
5269: l_chr_id := p_chr_id;
5270: If okl_context.get_okc_org_id is null then
5271: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
5272: End If;
5273:
5274: -- call START_ACTIVITY to create savepoint, check compatibility
5275: -- and initialize message list

Line 5507: If okl_context.get_okc_org_id is null then

5503:
5504: l_chr_id := p_fee_types_rec.dnz_chr_id;
5505: l_line_id := p_fee_types_rec.line_id;
5506: l_check_box_val := p_check_box_value;
5507: If okl_context.get_okc_org_id is null then
5508: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
5509: End If;
5510:
5511: -- call START_ACTIVITY to create savepoint, check compatibility

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

5504: l_chr_id := p_fee_types_rec.dnz_chr_id;
5505: l_line_id := p_fee_types_rec.line_id;
5506: l_check_box_val := p_check_box_value;
5507: If okl_context.get_okc_org_id is null then
5508: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
5509: End If;
5510:
5511: -- call START_ACTIVITY to create savepoint, check compatibility
5512: -- and initialize message list