DBA Data[Home] [Help]

APPS.OKL_CREATE_STREAMS_PVT dependencies on OKL_STREAM_INTERFACES_PUB

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

2329: RAISE G_EXCEPTION_UNEXPECTED_ERROR;
2330: END IF;
2331: -- Insert Transaction Header Data
2332:
2333: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
2334: IF(L_DEBUG_ENABLED='Y') THEN
2335: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
2336: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
2337: END IF;

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

2336: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
2337: END IF;
2338: IF(IS_DEBUG_PROCEDURE_ON) THEN
2339: BEGIN
2340: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2341: END;
2342: END IF;
2343:
2344: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

Line 2344: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

2340: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2341: END;
2342: END IF;
2343:
2344: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
2345: p_api_version => p_api_version
2346: ,p_init_msg_list => p_init_msg_list
2347: ,x_return_status => l_return_status
2348: ,x_msg_count => x_msg_count

Line 2354: 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);

2350: ,p_sifv_rec => lp_sifv_rec
2351: ,x_sifv_rec => lx_sifv_rec);
2352: --Added by kthiruva for Debugging
2353: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2354: 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);
2355: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'The transaction number of the request is :'||lx_sifv_rec.transaction_number);
2356: END IF;
2357:
2358: IF(IS_DEBUG_PROCEDURE_ON) THEN

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

2356: END IF;
2357:
2358: IF(IS_DEBUG_PROCEDURE_ON) THEN
2359: BEGIN
2360: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2361: END;
2362: END IF;
2363:
2364: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

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

2360: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2361: END;
2362: END IF;
2363:
2364: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
2365: IF l_return_status = G_RET_STS_ERROR THEN
2366: RAISE G_EXCEPTION_ERROR;
2367: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
2368: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

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

2965: RAISE G_EXCEPTION_UNEXPECTED_ERROR;
2966:
2967: END IF;
2968: -- Insert Transaction Header Data
2969: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
2970: IF(L_DEBUG_ENABLED='Y') THEN
2971: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
2972: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
2973: END IF;

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

2972: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
2973: END IF;
2974: IF(IS_DEBUG_PROCEDURE_ON) THEN
2975: BEGIN
2976: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2977: END;
2978: END IF;
2979: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
2980: p_api_version => p_api_version

Line 2979: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

2975: BEGIN
2976: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2977: END;
2978: END IF;
2979: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
2980: p_api_version => p_api_version
2981: ,p_init_msg_list => p_init_msg_list
2982: ,x_return_status => l_return_status
2983: ,x_msg_count => x_msg_count

Line 2989: 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);

2985: ,p_sifv_rec => lp_sifv_rec
2986: ,x_sifv_rec => lx_sifv_rec);
2987: --Added by kthiruva for Debug Logging
2988: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
2989: 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);
2990: END IF;
2991:
2992: IF(IS_DEBUG_PROCEDURE_ON) THEN
2993: BEGIN

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

2990: END IF;
2991:
2992: IF(IS_DEBUG_PROCEDURE_ON) THEN
2993: BEGIN
2994: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2995: END;
2996:
2997: END IF;
2998: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces

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

2994: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
2995: END;
2996:
2997: END IF;
2998: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
2999: IF l_return_status = G_RET_STS_ERROR THEN
3000: RAISE G_EXCEPTION_ERROR;
3001: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
3002:

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

3455: --srsreeni Bug5996152 start
3456: -- lp_sifv_rec.sis_code := G_SIS_DATA_ENTERED;
3457: lp_sifv_rec.sis_code := G_SIS_PROCESSING_REQUEST;
3458: --srsreeni Bug5996152 end
3459: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3460: IF(L_DEBUG_ENABLED='Y') THEN
3461: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
3462: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
3463: END IF;

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

3462: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
3463: END IF;
3464: IF(IS_DEBUG_PROCEDURE_ON) THEN
3465: BEGIN
3466: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3467: END;
3468: END IF;
3469:
3470: Okl_Stream_Interfaces_Pub.update_stream_interfaces(

Line 3470: Okl_Stream_Interfaces_Pub.update_stream_interfaces(

3466: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3467: END;
3468: END IF;
3469:
3470: Okl_Stream_Interfaces_Pub.update_stream_interfaces(
3471: p_api_version => p_api_version
3472: ,p_init_msg_list => p_init_msg_list
3473: ,x_return_status => l_return_status
3474: ,x_msg_count => x_msg_count

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

3478: ,x_sifv_rec => lx_sifv_rec);
3479:
3480: IF(IS_DEBUG_PROCEDURE_ON) THEN
3481: BEGIN
3482: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3483: END;
3484: END IF;
3485: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3486: IF l_return_status = G_RET_STS_ERROR THEN

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

3481: BEGIN
3482: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3483: END;
3484: END IF;
3485: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3486: IF l_return_status = G_RET_STS_ERROR THEN
3487: RAISE G_EXCEPTION_ERROR;
3488: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
3489: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

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

3523: --srsreeni Bug 5996152 start
3524: /* lp_sifv_rec.date_processed := TO_DATE(TO_CHAR(SYSDATE,'YYYYMMDD
3525: HH24MISS'), 'YYYYMMDD HH24MISS');
3526: lp_sifv_rec.sis_code := G_SIS_PROCESSING_REQUEST;
3527: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3528: IF(IS_DEBUG_PROCEDURE_ON) THEN
3529: BEGIN
3530: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3531: END;

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

3526: lp_sifv_rec.sis_code := G_SIS_PROCESSING_REQUEST;
3527: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3528: IF(IS_DEBUG_PROCEDURE_ON) THEN
3529: BEGIN
3530: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3531: END;
3532: END IF;
3533:
3534: Okl_Stream_Interfaces_Pub.update_stream_interfaces(

Line 3534: Okl_Stream_Interfaces_Pub.update_stream_interfaces(

3530: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3531: END;
3532: END IF;
3533:
3534: Okl_Stream_Interfaces_Pub.update_stream_interfaces(
3535: p_api_version => p_api_version
3536: ,p_init_msg_list => p_init_msg_list
3537: ,x_return_status => l_return_status
3538: ,x_msg_count => x_msg_count

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

3542: ,x_sifv_rec => lx_sifv_rec);
3543:
3544: IF(IS_DEBUG_PROCEDURE_ON) THEN
3545: BEGIN
3546: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3547: END;
3548: END IF;
3549: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3550: IF l_return_status = G_RET_STS_ERROR THEN

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

3545: BEGIN
3546: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.update_stream_interfaces ');
3547: END;
3548: END IF;
3549: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.update_stream_interfaces
3550: IF l_return_status = G_RET_STS_ERROR THEN
3551:
3552: RAISE G_EXCEPTION_ERROR;
3553: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN

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

3776: RAISE G_EXCEPTION_UNEXPECTED_ERROR;
3777: END IF;
3778:
3779: -- Insert Transaction Header Data
3780: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
3781: IF(L_DEBUG_ENABLED='Y') THEN
3782: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
3783: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
3784: END IF;

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

3783: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
3784: END IF;
3785: IF(IS_DEBUG_PROCEDURE_ON) THEN
3786: BEGIN
3787: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
3788: END;
3789: END IF;
3790: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
3791: p_api_version => p_api_version

Line 3790: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

3786: BEGIN
3787: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
3788: END;
3789: END IF;
3790: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
3791: p_api_version => p_api_version
3792: ,p_init_msg_list => p_init_msg_list
3793: ,x_return_status => l_return_status
3794: ,x_msg_count => x_msg_count

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

3797:
3798: ,x_sifv_rec => lx_sifv_rec);
3799: IF(IS_DEBUG_PROCEDURE_ON) THEN
3800: BEGIN
3801: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
3802: END;
3803: END IF;
3804: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
3805: IF l_return_status = G_RET_STS_ERROR THEN

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

3800: BEGIN
3801: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
3802: END;
3803: END IF;
3804: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
3805: IF l_return_status = G_RET_STS_ERROR THEN
3806: RAISE G_EXCEPTION_ERROR;
3807: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
3808: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

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

4261: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
4262: RAISE G_EXCEPTION_UNEXPECTED_ERROR;
4263: END IF;
4264: -- Insert Transaction Header Data
4265: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4266: IF(L_DEBUG_ENABLED='Y') THEN
4267: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
4268: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
4269: END IF;

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

4268: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
4269: END IF;
4270: IF(IS_DEBUG_PROCEDURE_ON) THEN
4271: BEGIN
4272: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4273: END;
4274: END IF;
4275:
4276: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

Line 4276: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

4272: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4273: END;
4274: END IF;
4275:
4276: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
4277: p_api_version => p_api_version
4278: ,p_init_msg_list => p_init_msg_list
4279: ,x_return_status => l_return_status
4280: ,x_msg_count => x_msg_count

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

4285: ,x_sifv_rec => lx_sifv_rec);
4286:
4287: IF(IS_DEBUG_PROCEDURE_ON) THEN
4288: BEGIN
4289: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4290: END;
4291: END IF;
4292: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4293: IF l_return_status = G_RET_STS_ERROR THEN

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

4288: BEGIN
4289: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4290: END;
4291: END IF;
4292: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4293: IF l_return_status = G_RET_STS_ERROR THEN
4294: RAISE G_EXCEPTION_ERROR;
4295: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
4296: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

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

4752: RAISE G_EXCEPTION_UNEXPECTED_ERROR;
4753: END IF;
4754: -- Insert Transaction Header Data
4755:
4756: -- Start of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4757: IF(L_DEBUG_ENABLED='Y') THEN
4758: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
4759: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
4760: END IF;

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

4760: END IF;
4761: IF(IS_DEBUG_PROCEDURE_ON) THEN
4762: BEGIN
4763:
4764: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4765: END;
4766: END IF;
4767:
4768: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

Line 4768: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(

4764: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4765: END;
4766: END IF;
4767:
4768: Okl_Stream_Interfaces_Pub.insert_stream_interfaces(
4769: p_api_version => p_api_version
4770: ,p_init_msg_list => p_init_msg_list
4771: ,x_return_status => l_return_status
4772: ,x_msg_count => x_msg_count

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

4775: ,p_sifv_rec => lp_sifv_rec
4776: ,x_sifv_rec => lx_sifv_rec);
4777: IF(IS_DEBUG_PROCEDURE_ON) THEN
4778: BEGIN
4779: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4780: END;
4781: END IF;
4782: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4783: IF l_return_status = G_RET_STS_ERROR THEN

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

4778: BEGIN
4779: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRCSMB.pls call Okl_Stream_Interfaces_Pub.insert_stream_interfaces ');
4780: END;
4781: END IF;
4782: -- End of wraper code generated automatically by Debug code generator for Okl_Stream_Interfaces_Pub.insert_stream_interfaces
4783: IF l_return_status = G_RET_STS_ERROR THEN
4784: RAISE G_EXCEPTION_ERROR;
4785: ELSIF l_return_status = G_RET_STS_UNEXP_ERROR THEN
4786: