DBA Data[Home] [Help]

APPS.OKL_SETUPPRODUCTS_PVT dependencies on OKL_SETUP_PRD_PRCTEMPL_PUB

Line 4336: -- Start of wraper code generated automatically by Debug code generator for Okl_Setup_Prd_Prctempl_Pub.check_product_constraints

4332:
4333:
4334:
4335: /* check the changes for product pricing template*/
4336: -- Start of wraper code generated automatically by Debug code generator for Okl_Setup_Prd_Prctempl_Pub.check_product_constraints
4337: IF(IS_DEBUG_PROCEDURE_ON) THEN
4338: BEGIN
4339: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRSPDB.pls call Okl_Setup_Prd_Prctempl_Pub.check_product_constraints ');
4340: END;

Line 4339: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRSPDB.pls call Okl_Setup_Prd_Prctempl_Pub.check_product_constraints ');

4335: /* check the changes for product pricing template*/
4336: -- Start of wraper code generated automatically by Debug code generator for Okl_Setup_Prd_Prctempl_Pub.check_product_constraints
4337: IF(IS_DEBUG_PROCEDURE_ON) THEN
4338: BEGIN
4339: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRSPDB.pls call Okl_Setup_Prd_Prctempl_Pub.check_product_constraints ');
4340: END;
4341: END IF;
4342:
4343:

Line 4344: Okl_Setup_Prd_Prctempl_Pub.check_product_constraints(

4340: END;
4341: END IF;
4342:
4343:
4344: Okl_Setup_Prd_Prctempl_Pub.check_product_constraints(
4345:
4346: p_api_version => p_api_version,
4347: p_init_msg_list => p_init_msg_list,
4348: x_return_status => l_return_status,

Line 4355: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRSPDB.pls call Okl_Setup_Prd_Prctempl_Pub.check_product_constraints ');

4351: p_pdtv_rec => l_pdtv_rec,
4352: x_validated => l_validated);
4353: IF(IS_DEBUG_PROCEDURE_ON) THEN
4354: BEGIN
4355: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRSPDB.pls call Okl_Setup_Prd_Prctempl_Pub.check_product_constraints ');
4356: END;
4357:
4358: END IF;
4359: -- End of wraper code generated automatically by Debug code generator for Okl_Setup_Prd_Prctempl_Pub.check_product_constraints

Line 4359: -- End of wraper code generated automatically by Debug code generator for Okl_Setup_Prd_Prctempl_Pub.check_product_constraints

4355: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRSPDB.pls call Okl_Setup_Prd_Prctempl_Pub.check_product_constraints ');
4356: END;
4357:
4358: END IF;
4359: -- End of wraper code generated automatically by Debug code generator for Okl_Setup_Prd_Prctempl_Pub.check_product_constraints
4360: IF l_return_status = Okl_Api.G_RET_STS_ERROR THEN
4361: RAISE Okl_Api.G_EXCEPTION_ERROR;
4362: ELSIF l_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR THEN
4363: RAISE Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR;