DBA Data[Home] [Help]

APPS.OKL_LA_VALIDATION_UTIL_PVT dependencies on OKL_CONTEXT

Line 482: If okl_context.get_okc_org_id is null then

478:
479:
480: Begin
481:
482: If okl_context.get_okc_org_id is null then
483: l_chr_id := p_chr_id;
484: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
485: End If;
486:

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

480: Begin
481:
482: If okl_context.get_okc_org_id is null then
483: l_chr_id := p_chr_id;
484: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
485: End If;
486:
487:
488:

Line 958: If okl_context.get_okc_org_id is null then

954: Begin
955:
956:
957:
958: If okl_context.get_okc_org_id is null then
959:
960: l_chr_id := p_chr_id;
961:
962: okl_context.set_okc_org_context(p_chr_id => l_chr_id );

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

958: If okl_context.get_okc_org_id is null then
959:
960: l_chr_id := p_chr_id;
961:
962: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
963:
964: End If;
965:
966:

Line 1026: If okl_context.get_okc_org_id is null then

1022: End If;
1023:
1024:
1025:
1026: If okl_context.get_okc_org_id is null then
1027:
1028: l_chr_id := p_chr_id;
1029:
1030: okl_context.set_okc_org_context(p_chr_id => l_chr_id );

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

1026: If okl_context.get_okc_org_id is null then
1027:
1028: l_chr_id := p_chr_id;
1029:
1030: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1031:
1032: End If;
1033: --Added by kthiruva 23-Sep-2003 Bug No.3156265
1034:

Line 1496: If okl_context.get_okc_org_id is null then

1492:
1493:
1494: Begin
1495:
1496: If okl_context.get_okc_org_id is null then
1497: l_chr_id := p_chr_id;
1498: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1499: End If;
1500:

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

1494: Begin
1495:
1496: If okl_context.get_okc_org_id is null then
1497: l_chr_id := p_chr_id;
1498: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
1499: End If;
1500:
1501: -- call START_ACTIVITY to create savepoint, check compatibility
1502: -- and initialize message list

Line 2405: If okl_context.get_okc_org_id is null then

2401: Begin
2402:
2403:
2404:
2405: If okl_context.get_okc_org_id is null then
2406: l_chr_id := p_chr_id;
2407: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2408: End If;
2409:

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

2403:
2404:
2405: If okl_context.get_okc_org_id is null then
2406: l_chr_id := p_chr_id;
2407: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
2408: End If;
2409:
2410:
2411:

Line 3510: If okl_context.get_okc_org_id is null then

3506:
3507:
3508: Begin
3509:
3510: If okl_context.get_okc_org_id is null then
3511: l_chr_id := p_chr_id;
3512: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3513: End If;
3514:

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

3508: Begin
3509:
3510: If okl_context.get_okc_org_id is null then
3511: l_chr_id := p_chr_id;
3512: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
3513: End If;
3514:
3515:
3516: -- call START_ACTIVITY to create savepoint, check compatibility

Line 5085: If okl_context.get_okc_org_id is null then

5081:
5082:
5083: Begin
5084:
5085: If okl_context.get_okc_org_id is null then
5086: l_chr_id := p_chr_id;
5087: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
5088: End If;
5089:

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

5083: Begin
5084:
5085: If okl_context.get_okc_org_id is null then
5086: l_chr_id := p_chr_id;
5087: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
5088: End If;
5089:
5090:
5091: -- call START_ACTIVITY to create savepoint, check compatibility

Line 6926: If okl_context.get_okc_org_id is null then

6922:
6923: BEGIN
6924:
6925: l_chr_id := p_chr_id;
6926: If okl_context.get_okc_org_id is null then
6927: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
6928: End If;
6929:
6930: x_return_status := OKC_API.START_ACTIVITY(

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

6923: BEGIN
6924:
6925: l_chr_id := p_chr_id;
6926: If okl_context.get_okc_org_id is null then
6927: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
6928: End If;
6929:
6930: x_return_status := OKC_API.START_ACTIVITY(
6931: p_api_name => l_api_name,

Line 7312: If okl_context.get_okc_org_id is null then

7308: BEGIN
7309:
7310:
7311:
7312: If okl_context.get_okc_org_id is null then
7313:
7314: l_chr_id := p_chr_id;
7315:
7316: okl_context.set_okc_org_context(p_chr_id => l_chr_id );

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

7312: If okl_context.get_okc_org_id is null then
7313:
7314: l_chr_id := p_chr_id;
7315:
7316: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
7317:
7318: End If;
7319:
7320:

Line 8086: If okl_context.get_okc_org_id is null then

8082: BEGIN
8083:
8084:
8085:
8086: If okl_context.get_okc_org_id is null then
8087:
8088: l_chr_id := p_chr_id;
8089:
8090: okl_context.set_okc_org_context(p_chr_id => l_chr_id );

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

8086: If okl_context.get_okc_org_id is null then
8087:
8088: l_chr_id := p_chr_id;
8089:
8090: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
8091:
8092: End If;
8093:
8094:

Line 8260: If okl_context.get_okc_org_id is null then

8256: BEGIN
8257:
8258:
8259:
8260: If okl_context.get_okc_org_id is null then
8261:
8262: l_chr_id := p_chr_id;
8263:
8264: okl_context.set_okc_org_context(p_chr_id => l_chr_id );

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

8260: If okl_context.get_okc_org_id is null then
8261:
8262: l_chr_id := p_chr_id;
8263:
8264: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
8265:
8266: End If;
8267:
8268:

Line 8404: If okl_context.get_okc_org_id is null then

8400:
8401:
8402: l_chr_id := p_chr_id;
8403:
8404: If okl_context.get_okc_org_id is null then
8405:
8406: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
8407:
8408: End If;

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

8402: l_chr_id := p_chr_id;
8403:
8404: If okl_context.get_okc_org_id is null then
8405:
8406: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
8407:
8408: End If;
8409:
8410:

Line 9495: If okl_context.get_okc_org_id is null then

9491:
9492: BEGIN
9493:
9494: l_chr_id := p_chr_id;
9495: If okl_context.get_okc_org_id is null then
9496: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
9497: End If;
9498:
9499: x_return_status := OKC_API.START_ACTIVITY(

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

9492: BEGIN
9493:
9494: l_chr_id := p_chr_id;
9495: If okl_context.get_okc_org_id is null then
9496: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
9497: End If;
9498:
9499: x_return_status := OKC_API.START_ACTIVITY(
9500: p_api_name => l_api_name,

Line 9627: If okl_context.get_okc_org_id is null then

9623:
9624: BEGIN
9625:
9626: l_chr_id := p_chr_id;
9627: If okl_context.get_okc_org_id is null then
9628: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
9629: End If;
9630:
9631: x_return_status := OKC_API.START_ACTIVITY(

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

9624: BEGIN
9625:
9626: l_chr_id := p_chr_id;
9627: If okl_context.get_okc_org_id is null then
9628: okl_context.set_okc_org_context(p_chr_id => l_chr_id );
9629: End If;
9630:
9631: x_return_status := OKC_API.START_ACTIVITY(
9632: p_api_name => l_api_name,