DBA Data[Home] [Help]

APPS.OKL_CREATE_STREAMS_PVT dependencies on OKL_STREAM_INTERFACES_PUB

Line 2591: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

2587: RAISE G_EXCEPTION_UNEXPECTED_ERROR;
2588: END IF;
2589: -- Insert Transaction Header Data
2590:
2591: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
2592: IF(L_DEBUG_ENABLED='Y') THEN
2593: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
2594: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
2595: END IF;

Line 2598: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');

2594: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
2595: END IF;
2596: IF(IS_DEBUG_PROCEDURE_ON) THEN
2597: BEGIN
2598: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2599: END;
2600: END IF;
2601:
2602: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

Line 2602: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

2598: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2599: END;
2600: END IF;
2601:
2602: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
2603: p_api_version => p_api_version
2604: ,p_init_msg_list => p_init_msg_list
2605: ,x_return_status => l_return_status
2606: ,x_msg_count => x_msg_count

Line 2612: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'After the call to Okl_Stream_Interfaces_Pub.insert_stream_interfaces, return status is:'||l_return_status);

2608: ,p_sifv_rec => lp_sifv_rec
2609: ,x_sifv_rec => lx_sifv_rec);
2610: --Added by kthiruva for Debugging
2611: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2612: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'After the call to Okl_Stream_Interfaces_Pub.insert_stream_interfaces, return status is:'||l_return_status);
2613: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'The transaction number of the request is :'||lx_sifv_rec.transaction_number);
2614: END IF;
2615:
2616: IF(IS_DEBUG_PROCEDURE_ON) THEN

Line 2618: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');

2614: END IF;
2615:
2616: IF(IS_DEBUG_PROCEDURE_ON) THEN
2617: BEGIN
2618: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2619: END;
2620: END IF;
2621:
2622: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

Line 2622: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

2618: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2619: END;
2620: END IF;
2621:
2622: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
2623: IF l_return_status = G_RET_STS_ERROR THEN
2624: RAISE G_EXCEPTION_ERROR;
2625: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
2626: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

Line 3231: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

3227: RAISE G_EXCEPTION_UNEXPECTED_ERROR;
3228:
3229: END IF;
3230: -- Insert Transaction Header Data
3231: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
3232: IF(L_DEBUG_ENABLED='Y') THEN
3233: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
3234: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
3235: END IF;

Line 3238: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');

3234: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
3235: END IF;
3236: IF(IS_DEBUG_PROCEDURE_ON) THEN
3237: BEGIN
3238: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
3239: END;
3240: END IF;
3241: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
3242: p_api_version => p_api_version

Line 3241: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

3237: BEGIN
3238: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
3239: END;
3240: END IF;
3241: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
3242: p_api_version => p_api_version
3243: ,p_init_msg_list => p_init_msg_list
3244: ,x_return_status => l_return_status
3245: ,x_msg_count => x_msg_count

Line 3251: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'After the call to Okl_Stream_Interfaces_Pub.insert_stream_interfaces,return status is :'||l_return_status);

3247: ,p_sifv_rec => lp_sifv_rec
3248: ,x_sifv_rec => lx_sifv_rec);
3249: --Added by kthiruva for Debug Logging
3250: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
3251: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'After the call to Okl_Stream_Interfaces_Pub.insert_stream_interfaces,return status is :'||l_return_status);
3252: END IF;
3253:
3254: IF(IS_DEBUG_PROCEDURE_ON) THEN
3255: BEGIN

Line 3256: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');

3252: END IF;
3253:
3254: IF(IS_DEBUG_PROCEDURE_ON) THEN
3255: BEGIN
3256: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
3257: END;
3258:
3259: END IF;
3260: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

Line 3260: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

3256: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
3257: END;
3258:
3259: END IF;
3260: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
3261: IF l_return_status = G_RET_STS_ERROR THEN
3262: RAISE G_EXCEPTION_ERROR;
3263: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
3264:

Line 3721: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces

3717: --srsreeni Bug5996152 start
3718: -- lp_sifv_rec.sis_code := G_SIS_DATA_ENTERED;
3719: lp_sifv_rec.sis_code := G_SIS_PROCESSING_REQUEST;
3720: --srsreeni Bug5996152 end
3721: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3722: IF(L_DEBUG_ENABLED='Y') THEN
3723: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
3724: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
3725: END IF;

Line 3728: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');

3724: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
3725: END IF;
3726: IF(IS_DEBUG_PROCEDURE_ON) THEN
3727: BEGIN
3728: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3729: END;
3730: END IF;
3731:
3732: Okl_Stream_Interfaces_Pub.update_stream_interfaces(

Line 3732: Okl_Stream_Interfaces_Pub.update_stream_interfaces(

3728: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3729: END;
3730: END IF;
3731:
3732: Okl_Stream_Interfaces_Pub.update_stream_interfaces(
3733: p_api_version => p_api_version
3734: ,p_init_msg_list => p_init_msg_list
3735: ,x_return_status => l_return_status
3736: ,x_msg_count => x_msg_count

Line 3744: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');

3740: ,x_sifv_rec => lx_sifv_rec);
3741:
3742: IF(IS_DEBUG_PROCEDURE_ON) THEN
3743: BEGIN
3744: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3745: END;
3746: END IF;
3747: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3748: IF l_return_status = G_RET_STS_ERROR THEN

Line 3747: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces

3743: BEGIN
3744: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3745: END;
3746: END IF;
3747: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3748: IF l_return_status = G_RET_STS_ERROR THEN
3749: RAISE G_EXCEPTION_ERROR;
3750: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
3751: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

Line 3789: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces

3785: --srsreeni Bug 5996152 start
3786: /* lp_sifv_rec.date_processed := TO_DATE(TO_CHAR(SYSDATE,'YYYYMMDD
3787: HH24MISS'), 'YYYYMMDD HH24MISS');
3788: lp_sifv_rec.sis_code := G_SIS_PROCESSING_REQUEST;
3789: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3790: IF(IS_DEBUG_PROCEDURE_ON) THEN
3791: BEGIN
3792: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3793: END;

Line 3792: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');

3788: lp_sifv_rec.sis_code := G_SIS_PROCESSING_REQUEST;
3789: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3790: IF(IS_DEBUG_PROCEDURE_ON) THEN
3791: BEGIN
3792: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3793: END;
3794: END IF;
3795:
3796: Okl_Stream_Interfaces_Pub.update_stream_interfaces(

Line 3796: Okl_Stream_Interfaces_Pub.update_stream_interfaces(

3792: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3793: END;
3794: END IF;
3795:
3796: Okl_Stream_Interfaces_Pub.update_stream_interfaces(
3797: p_api_version => p_api_version
3798: ,p_init_msg_list => p_init_msg_list
3799: ,x_return_status => l_return_status
3800: ,x_msg_count => x_msg_count

Line 3808: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');

3804: ,x_sifv_rec => lx_sifv_rec);
3805:
3806: IF(IS_DEBUG_PROCEDURE_ON) THEN
3807: BEGIN
3808: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3809: END;
3810: END IF;
3811: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3812: IF l_return_status = G_RET_STS_ERROR THEN

Line 3811: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces

3807: BEGIN
3808: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3809: END;
3810: END IF;
3811: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3812: IF l_return_status = G_RET_STS_ERROR THEN
3813:
3814: RAISE G_EXCEPTION_ERROR;
3815: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN

Line 4042: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

4038: RAISE G_EXCEPTION_UNEXPECTED_ERROR;
4039: END IF;
4040:
4041: -- Insert Transaction Header Data
4042: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4043: IF(L_DEBUG_ENABLED='Y') THEN
4044: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
4045: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
4046: END IF;

Line 4049: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');

4045: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
4046: END IF;
4047: IF(IS_DEBUG_PROCEDURE_ON) THEN
4048: BEGIN
4049: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4050: END;
4051: END IF;
4052: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
4053: p_api_version => p_api_version

Line 4052: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

4048: BEGIN
4049: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4050: END;
4051: END IF;
4052: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
4053: p_api_version => p_api_version
4054: ,p_init_msg_list => p_init_msg_list
4055: ,x_return_status => l_return_status
4056: ,x_msg_count => x_msg_count

Line 4063: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');

4059:
4060: ,x_sifv_rec => lx_sifv_rec);
4061: IF(IS_DEBUG_PROCEDURE_ON) THEN
4062: BEGIN
4063: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4064: END;
4065: END IF;
4066: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4067: IF l_return_status = G_RET_STS_ERROR THEN

Line 4066: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

4062: BEGIN
4063: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4064: END;
4065: END IF;
4066: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4067: IF l_return_status = G_RET_STS_ERROR THEN
4068: RAISE G_EXCEPTION_ERROR;
4069: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
4070: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

Line 4527: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

4523: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
4524: RAISE G_EXCEPTION_UNEXPECTED_ERROR;
4525: END IF;
4526: -- Insert Transaction Header Data
4527: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4528: IF(L_DEBUG_ENABLED='Y') THEN
4529: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
4530: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
4531: END IF;

Line 4534: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');

4530: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
4531: END IF;
4532: IF(IS_DEBUG_PROCEDURE_ON) THEN
4533: BEGIN
4534: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4535: END;
4536: END IF;
4537:
4538: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

Line 4538: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

4534: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4535: END;
4536: END IF;
4537:
4538: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
4539: p_api_version => p_api_version
4540: ,p_init_msg_list => p_init_msg_list
4541: ,x_return_status => l_return_status
4542: ,x_msg_count => x_msg_count

Line 4551: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');

4547: ,x_sifv_rec => lx_sifv_rec);
4548:
4549: IF(IS_DEBUG_PROCEDURE_ON) THEN
4550: BEGIN
4551: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4552: END;
4553: END IF;
4554: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4555: IF l_return_status = G_RET_STS_ERROR THEN

Line 4554: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

4550: BEGIN
4551: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4552: END;
4553: END IF;
4554: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4555: IF l_return_status = G_RET_STS_ERROR THEN
4556: RAISE G_EXCEPTION_ERROR;
4557: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
4558: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

Line 5018: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

5014: RAISE G_EXCEPTION_UNEXPECTED_ERROR;
5015: END IF;
5016: -- Insert Transaction Header Data
5017:
5018: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
5019: IF(L_DEBUG_ENABLED='Y') THEN
5020: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
5021: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
5022: END IF;

Line 5026: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');

5022: END IF;
5023: IF(IS_DEBUG_PROCEDURE_ON) THEN
5024: BEGIN
5025:
5026: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
5027: END;
5028: END IF;
5029:
5030: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

Line 5030: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

5026: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
5027: END;
5028: END IF;
5029:
5030: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
5031: p_api_version => p_api_version
5032: ,p_init_msg_list => p_init_msg_list
5033: ,x_return_status => l_return_status
5034: ,x_msg_count => x_msg_count

Line 5041: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');

5037: ,p_sifv_rec => lp_sifv_rec
5038: ,x_sifv_rec => lx_sifv_rec);
5039: IF(IS_DEBUG_PROCEDURE_ON) THEN
5040: BEGIN
5041: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
5042: END;
5043: END IF;
5044: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
5045: IF l_return_status = G_RET_STS_ERROR THEN

Line 5044: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

5040: BEGIN
5041: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
5042: END;
5043: END IF;
5044: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
5045: IF l_return_status = G_RET_STS_ERROR THEN
5046: RAISE G_EXCEPTION_ERROR;
5047: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
5048: