DBA Data[Home] [Help]

APPS.OKL_SETUP_PRD_PRCTEMPL_PVT dependencies on OKL_PRD_PRICE_TMPLS_PUB

Line 439: okl_prd_price_tmpls_pub.insert_prd_price_tmpls(p_api_version => p_api_version,

435: RAISE G_EXCEPTION_ERROR;
436: END IF;
437:
438: /* public api to insert pricing template*/
439: okl_prd_price_tmpls_pub.insert_prd_price_tmpls(p_api_version => p_api_version,
440: p_init_msg_list => p_init_msg_list,
441: x_return_status => l_return_status,
442: x_msg_count => x_msg_count,
443: x_msg_data => x_msg_data,

Line 583: okl_prd_price_tmpls_pub.update_prd_price_tmpls(p_api_version => p_api_version,

579: END IF;
580:
581:
582: -- public api to update_prd_price_tmpls
583: okl_prd_price_tmpls_pub.update_prd_price_tmpls(p_api_version => p_api_version,
584: p_init_msg_list => p_init_msg_list,
585: x_return_status => l_return_status,
586: x_msg_count => x_msg_count,
587: x_msg_data => x_msg_data,

Line 685: okl_prd_price_tmpls_pub.update_prd_price_tmpls(p_api_version => p_api_version,

681:
682: -- Scenario 1: The Changed Field-Values can by-pass Validation *
683: IF l_action = '1' THEN
684: -- public api to update_stream_type *
685: okl_prd_price_tmpls_pub.update_prd_price_tmpls(p_api_version => p_api_version,
686: p_init_msg_list => p_init_msg_list,
687: x_return_status => l_return_status,
688: x_msg_count => x_msg_count,
689: x_msg_data => x_msg_data,

Line 712: okl_prd_price_tmpls_pub.update_prd_price_tmpls(p_api_version => p_api_version,

708: RAISE G_EXCEPTION_UNEXPECTED_ERROR;
709: END IF;
710:
711: -- public api to update Pricing Template *
712: okl_prd_price_tmpls_pub.update_prd_price_tmpls(p_api_version => p_api_version,
713: p_init_msg_list => p_init_msg_list,
714: x_return_status => l_return_status,
715: x_msg_count => x_msg_count,
716: x_msg_data => x_msg_data,

Line 769: okl_prd_price_tmpls_pub.update_prd_price_tmpls(p_api_version => p_api_version,

765: END IF;
766: END IF;
767:
768: -- public api to update formulae
769: okl_prd_price_tmpls_pub.update_prd_price_tmpls(p_api_version => p_api_version,
770: p_init_msg_list => p_init_msg_list,
771: x_return_status => l_return_status,
772: x_msg_count => x_msg_count,
773: x_msg_data => x_msg_data,

Line 828: okl_prd_price_tmpls_pub.insert_prd_price_tmpls(p_api_version => p_api_version,

824: END IF;
825: END IF;
826:
827: -- public api to insert stream type
828: okl_prd_price_tmpls_pub.insert_prd_price_tmpls(p_api_version => p_api_version,
829: p_init_msg_list => p_init_msg_list,
830: x_return_status => l_return_status,
831: x_msg_count => x_msg_count,
832: x_msg_data => x_msg_data,