DBA Data[Home] [Help]

APPS.OKL_CONTRACT_LINE_ITEM_PVT dependencies on OKL_CONTEXT

Line 324: If okl_context.get_okc_org_id is null then

320:
321: Begin
322:
323: l_chr_id := p_chr_id;
324: If okl_context.get_okc_org_id is null then
325: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
326: End If;
327:
328: If ( p_chr_id is null or p_chr_id = OKC_API.G_MISS_NUM)

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

321: Begin
322:
323: l_chr_id := p_chr_id;
324: If okl_context.get_okc_org_id is null then
325: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
326: End If;
327:
328: If ( p_chr_id is null or p_chr_id = OKC_API.G_MISS_NUM)
329: Then

Line 1015: If okl_context.get_okc_org_id is null then

1011: END IF;
1012: --Bug# 4959361
1013:
1014: l_chr_id := p_line_item_tbl(i).chr_id;
1015: If okl_context.get_okc_org_id is null then
1016: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1017: End If;
1018:
1019: LOOP

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

1012: --Bug# 4959361
1013:
1014: l_chr_id := p_line_item_tbl(i).chr_id;
1015: If okl_context.get_okc_org_id is null then
1016: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1017: End If;
1018:
1019: LOOP
1020: lp_clev_tbl(i).cle_id := p_line_item_tbl(i).parent_cle_id;

Line 1214: If okl_context.get_okc_org_id is null then

1210: END IF;
1211: --Bug# 4959361
1212:
1213: l_chr_id := p_line_item_tbl(i).chr_id;
1214: If okl_context.get_okc_org_id is null then
1215: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1216: End If;
1217:
1218: open get_k_info_csr(p_line_item_tbl(i).chr_id);

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

1211: --Bug# 4959361
1212:
1213: l_chr_id := p_line_item_tbl(i).chr_id;
1214: If okl_context.get_okc_org_id is null then
1215: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1216: End If;
1217:
1218: open get_k_info_csr(p_line_item_tbl(i).chr_id);
1219: fetch get_k_info_csr into l_currency_code,l_sts_code;

Line 1707: If okl_context.get_okc_org_id is null then

1703: END IF;
1704: --Bug# 4959361
1705:
1706: l_chr_id := p_line_item_tbl(i).chr_id;
1707: If okl_context.get_okc_org_id is null then
1708: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1709: End If;
1710:
1711: open get_k_info_csr(l_chr_id);

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

1704: --Bug# 4959361
1705:
1706: l_chr_id := p_line_item_tbl(i).chr_id;
1707: If okl_context.get_okc_org_id is null then
1708: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1709: End If;
1710:
1711: open get_k_info_csr(l_chr_id);
1712: fetch get_k_info_csr into l_currency_code,l_sts_code;

Line 2178: If okl_context.get_okc_org_id is null then

2174: l_clev_rec := p_clev_rec;
2175: l_cimv_rec := p_cimv_rec;
2176: l_chr_id := l_clev_rec.dnz_chr_id;
2177:
2178: If okl_context.get_okc_org_id is null then
2179: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2180: End If;
2181: -- udhenuko Modification End.
2182: /*

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

2175: l_cimv_rec := p_cimv_rec;
2176: l_chr_id := l_clev_rec.dnz_chr_id;
2177:
2178: If okl_context.get_okc_org_id is null then
2179: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2180: End If;
2181: -- udhenuko Modification End.
2182: /*
2183: -- call START_ACTIVITY to create savepoint, check compatibility

Line 2540: If okl_context.get_okc_org_id is null then

2536: l_clev_rec := p_clev_rec;
2537: l_cimv_rec := p_cimv_rec;
2538: l_chr_id := l_clev_rec.dnz_chr_id;
2539:
2540: If okl_context.get_okc_org_id is null then
2541: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2542: End If;
2543: -- udhenuko Modification End.
2544: /*

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

2537: l_cimv_rec := p_cimv_rec;
2538: l_chr_id := l_clev_rec.dnz_chr_id;
2539:
2540: If okl_context.get_okc_org_id is null then
2541: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2542: End If;
2543: -- udhenuko Modification End.
2544: /*
2545: -- call START_ACTIVITY to create savepoint, check compatibility