DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_FEE_PVT dependencies on OKL_CONTEXT

Line 2186: If okl_context.get_okc_org_id is null then

2182:
2183: BEGIN
2184:
2185: l_chr_id := l_clev_rec.dnz_chr_id;
2186: If okl_context.get_okc_org_id is null then
2187: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2188: End If;
2189:
2190: -- call START_ACTIVITY to create savepoint, check compatibility

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

2183: BEGIN
2184:
2185: l_chr_id := l_clev_rec.dnz_chr_id;
2186: If okl_context.get_okc_org_id is null then
2187: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2188: End If;
2189:
2190: -- call START_ACTIVITY to create savepoint, check compatibility
2191: -- and initialize message list

Line 2410: If okl_context.get_okc_org_id is null then

2406: lp_klev_rec := lx_klev_rec;
2407: lp_cimv_rec := lx_cimv_rec;
2408: lp_cplv_rec := lx_cplv_rec;
2409:
2410: If okl_context.get_okc_org_id is null then
2411: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2412: End If;
2413:
2414: OKL_MAINTAIN_FEE_PVT.create_fee_top_line(

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

2407: lp_cimv_rec := lx_cimv_rec;
2408: lp_cplv_rec := lx_cplv_rec;
2409:
2410: If okl_context.get_okc_org_id is null then
2411: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2412: End If;
2413:
2414: OKL_MAINTAIN_FEE_PVT.create_fee_top_line(
2415: p_api_version => p_api_version,

Line 2521: If okl_context.get_okc_org_id is null then

2517:
2518: BEGIN
2519:
2520: l_chr_id := l_clev_rec.dnz_chr_id;
2521: If okl_context.get_okc_org_id is null then
2522: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2523: End If;
2524:
2525: -- call START_ACTIVITY to create savepoint, check compatibility

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

2518: BEGIN
2519:
2520: l_chr_id := l_clev_rec.dnz_chr_id;
2521: If okl_context.get_okc_org_id is null then
2522: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2523: End If;
2524:
2525: -- call START_ACTIVITY to create savepoint, check compatibility
2526: -- and initialize message list

Line 2913: If okl_context.get_okc_org_id is null then

2909: lp_klev_rec := lx_klev_rec;
2910: lp_cimv_rec := lx_cimv_rec;
2911: lp_cplv_rec := lx_cplv_rec;
2912:
2913: If okl_context.get_okc_org_id is null then
2914: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2915: End If;
2916:
2917: -- Bug# 6438785

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

2910: lp_cimv_rec := lx_cimv_rec;
2911: lp_cplv_rec := lx_cplv_rec;
2912:
2913: If okl_context.get_okc_org_id is null then
2914: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2915: End If;
2916:
2917: -- Bug# 6438785
2918: -- Fetch original fee line start date for checking

Line 3140: If okl_context.get_okc_org_id is null then

3136: BEGIN
3137:
3138: l_line_id := p_fee_types_rec.line_id;
3139: l_chr_id := p_fee_types_rec.dnz_chr_id;
3140: If okl_context.get_okc_org_id is null then
3141: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3142: End If;
3143:
3144: -- call START_ACTIVITY to create savepoint, check compatibility

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

3137:
3138: l_line_id := p_fee_types_rec.line_id;
3139: l_chr_id := p_fee_types_rec.dnz_chr_id;
3140: If okl_context.get_okc_org_id is null then
3141: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3142: End If;
3143:
3144: -- call START_ACTIVITY to create savepoint, check compatibility
3145: -- and initialize message list

Line 3451: If okl_context.get_okc_org_id is null then

3447:
3448: BEGIN
3449:
3450: l_chr_id := p_chr_id;
3451: If okl_context.get_okc_org_id is null then
3452: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3453: End If;
3454:
3455: -- call START_ACTIVITY to create savepoint, check compatibility

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

3448: BEGIN
3449:
3450: l_chr_id := p_chr_id;
3451: If okl_context.get_okc_org_id is null then
3452: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3453: End If;
3454:
3455: -- call START_ACTIVITY to create savepoint, check compatibility
3456: -- and initialize message list

Line 3711: If okl_context.get_okc_org_id is null then

3707:
3708: BEGIN
3709:
3710: l_chr_id := p_chr_id;
3711: If okl_context.get_okc_org_id is null then
3712: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3713: End If;
3714:
3715: -- call START_ACTIVITY to create savepoint, check compatibility

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

3708: BEGIN
3709:
3710: l_chr_id := p_chr_id;
3711: If okl_context.get_okc_org_id is null then
3712: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3713: End If;
3714:
3715: -- call START_ACTIVITY to create savepoint, check compatibility
3716: -- and initialize message list

Line 3875: If okl_context.get_okc_org_id is null then

3871:
3872: BEGIN
3873:
3874: l_chr_id := p_chr_id;
3875: If okl_context.get_okc_org_id is null then
3876: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3877: End If;
3878:
3879: -- call START_ACTIVITY to create savepoint, check compatibility

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

3872: BEGIN
3873:
3874: l_chr_id := p_chr_id;
3875: If okl_context.get_okc_org_id is null then
3876: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3877: End If;
3878:
3879: -- call START_ACTIVITY to create savepoint, check compatibility
3880: -- and initialize message list

Line 4594: If okl_context.get_okc_org_id is null then

4590:
4591: BEGIN
4592:
4593: l_chr_id := p_chr_id;
4594: If okl_context.get_okc_org_id is null then
4595: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
4596: End If;
4597:
4598: -- call START_ACTIVITY to create savepoint, check compatibility

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

4591: BEGIN
4592:
4593: l_chr_id := p_chr_id;
4594: If okl_context.get_okc_org_id is null then
4595: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
4596: End If;
4597:
4598: -- call START_ACTIVITY to create savepoint, check compatibility
4599: -- and initialize message list

Line 4754: If okl_context.get_okc_org_id is null then

4750:
4751: BEGIN
4752:
4753: l_chr_id := p_chr_id;
4754: If okl_context.get_okc_org_id is null then
4755: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
4756: End If;
4757:
4758: -- call START_ACTIVITY to create savepoint, check compatibility

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

4751: BEGIN
4752:
4753: l_chr_id := p_chr_id;
4754: If okl_context.get_okc_org_id is null then
4755: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
4756: End If;
4757:
4758: -- call START_ACTIVITY to create savepoint, check compatibility
4759: -- and initialize message list

Line 5257: If okl_context.get_okc_org_id is null then

5253:
5254: BEGIN
5255:
5256: l_chr_id := p_chr_id;
5257: If okl_context.get_okc_org_id is null then
5258: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
5259: End If;
5260:
5261: -- call START_ACTIVITY to create savepoint, check compatibility

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

5254: BEGIN
5255:
5256: l_chr_id := p_chr_id;
5257: If okl_context.get_okc_org_id is null then
5258: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
5259: End If;
5260:
5261: -- call START_ACTIVITY to create savepoint, check compatibility
5262: -- and initialize message list

Line 5490: If okl_context.get_okc_org_id is null then

5486:
5487: l_chr_id := p_fee_types_rec.dnz_chr_id;
5488: l_line_id := p_fee_types_rec.line_id;
5489: l_check_box_val := p_check_box_value;
5490: If okl_context.get_okc_org_id is null then
5491: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
5492: End If;
5493:
5494: -- call START_ACTIVITY to create savepoint, check compatibility

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

5487: l_chr_id := p_fee_types_rec.dnz_chr_id;
5488: l_line_id := p_fee_types_rec.line_id;
5489: l_check_box_val := p_check_box_value;
5490: If okl_context.get_okc_org_id is null then
5491: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
5492: End If;
5493:
5494: -- call START_ACTIVITY to create savepoint, check compatibility
5495: -- and initialize message list