DBA Data[Home] [Help]

APPS.OKL_SETUPPRODUCTS_PVT dependencies on OKL_SETUP_PRD_PRCTEMPL_PUB

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

4303:
4304:
4305:
4306: /* check the changes for product pricing template*/
4307: -- Start of wraper code generated automatically by Debug code generator for Okl_Setup_Prd_Prctempl_Pub.check_product_constraints
4308: IF(IS_DEBUG_PROCEDURE_ON) THEN
4309: BEGIN
4310: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRSPDB.pls call Okl_Setup_Prd_Prctempl_Pub.check_product_constraints ');
4311: END;

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

4306: /* check the changes for product pricing template*/
4307: -- Start of wraper code generated automatically by Debug code generator for Okl_Setup_Prd_Prctempl_Pub.check_product_constraints
4308: IF(IS_DEBUG_PROCEDURE_ON) THEN
4309: BEGIN
4310: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRSPDB.pls call Okl_Setup_Prd_Prctempl_Pub.check_product_constraints ');
4311: END;
4312: END IF;
4313:
4314:

Line 4315: Okl_Setup_Prd_Prctempl_Pub.check_product_constraints(

4311: END;
4312: END IF;
4313:
4314:
4315: Okl_Setup_Prd_Prctempl_Pub.check_product_constraints(
4316:
4317: p_api_version => p_api_version,
4318: p_init_msg_list => p_init_msg_list,
4319: x_return_status => l_return_status,

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

4322: p_pdtv_rec => l_pdtv_rec,
4323: x_validated => l_validated);
4324: IF(IS_DEBUG_PROCEDURE_ON) THEN
4325: BEGIN
4326: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRSPDB.pls call Okl_Setup_Prd_Prctempl_Pub.check_product_constraints ');
4327: END;
4328:
4329: END IF;
4330: -- End of wraper code generated automatically by Debug code generator for Okl_Setup_Prd_Prctempl_Pub.check_product_constraints

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

4326: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRSPDB.pls call Okl_Setup_Prd_Prctempl_Pub.check_product_constraints ');
4327: END;
4328:
4329: END IF;
4330: -- End of wraper code generated automatically by Debug code generator for Okl_Setup_Prd_Prctempl_Pub.check_product_constraints
4331: IF l_return_status = Okl_Api.G_RET_STS_ERROR THEN
4332: RAISE Okl_Api.G_EXCEPTION_ERROR;
4333: ELSIF l_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR THEN
4334: RAISE Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR;