DBA Data[Home] [Help]

APPS.OKL_VP_SYNC_CR_PVT dependencies on OKL_RULE_APIS_PVT

Line 2659: okl_rule_apis_pvt.get_contract_rules(p_api_version => p_api_version

2655: lv_rgpv_r1_rec.chr_id := cv_get_comm_rl_rec.dnz_chr_id;
2656: lv_rgpv_r1_rec.dnz_chr_id := cv_get_comm_rl_rec.dnz_chr_id;
2657: lx_rulv_count := 0;
2658: -- now get the rule(s) for this rule group
2659: okl_rule_apis_pvt.get_contract_rules(p_api_version => p_api_version
2660: ,p_init_msg_list => p_init_msg_list
2661: ,p_rgpv_rec => lv_rgpv_r1_rec
2662: ,p_rdf_code => null -- we want all the rules under this rule group
2663: ,x_return_status => x_return_status

Line 2672: 'okl_rule_apis_pvt.get_contract_rules returned with status '||x_return_status

2668: );
2669: IF(l_debug_enabled='Y') THEN
2670: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
2671: l_module,
2672: 'okl_rule_apis_pvt.get_contract_rules returned with status '||x_return_status
2673: );
2674: END IF;
2675: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
2676: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 2790: okl_rule_apis_pvt.get_contract_rgs(p_api_version => p_api_version

2786: END LOOP; -- end of for loop
2787:
2788: -- now process for the new rule group records that have been added and their child rules
2789: FOR cv_get_new_rl_rec IN c_get_new_rl_csr(p_orig_chr_id, p_creq_chr_id) LOOP
2790: okl_rule_apis_pvt.get_contract_rgs(p_api_version => p_api_version
2791: ,p_init_msg_list => p_init_msg_list
2792: ,p_chr_id => p_creq_chr_id
2793: ,p_cle_id => null
2794: ,p_rgd_code => cv_get_new_rl_rec.rgd_code

Line 2804: 'okl_rule_apis_pvt.get_contract_rgs returned with status '||x_return_status

2800: );
2801: IF(l_debug_enabled='Y') THEN
2802: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
2803: l_module,
2804: 'okl_rule_apis_pvt.get_contract_rgs returned with status '||x_return_status
2805: );
2806: END IF;
2807: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
2808: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 2848: okl_rule_apis_pvt.get_contract_rules(p_api_version => p_api_version

2844: lv_rgpv_r2_rec.dnz_chr_id := p_creq_chr_id;
2845: -- now create the rule based on the rule group record creation status
2846: -- for the rule record, the rgp_id should be the generated id of the new rule group record
2847: -- fetch the rule information for this rule group record
2848: okl_rule_apis_pvt.get_contract_rules(p_api_version => p_api_version
2849: ,p_init_msg_list => p_init_msg_list
2850: ,p_rgpv_rec => lv_rgpv_r2_rec
2851: ,p_rdf_code => null -- we want all the rules under this rule group
2852: ,x_return_status => x_return_status

Line 2861: 'okl_rule_apis_pvt.get_contract_rules1 returned with status '||x_return_status

2857: );
2858: IF(l_debug_enabled='Y') THEN
2859: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
2860: l_module,
2861: 'okl_rule_apis_pvt.get_contract_rules1 returned with status '||x_return_status
2862: );
2863: END IF;
2864: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
2865: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;