DBA Data[Home] [Help]

APPS.OKL_ECC_DEF_PVT dependencies on OKL_ECC_PVT

Line 189: okl_ecc_pvt.insert_row(p_api_version

185:
186: IF ((lp_eccv_rec.crit_cat_def_id IS NOT NULL) AND (lp_eccv_rec.crit_cat_def_id <> okl_api.g_miss_num)) THEN
187: lp_eccv_rec.orig_crit_cat_def_id := lp_eccv_rec.crit_cat_def_id;
188: END IF;
189: okl_ecc_pvt.insert_row(p_api_version
190: ,okl_api.g_false
191: ,l_return_status
192: ,x_msg_count
193: ,x_msg_data

Line 200: ,'okl_ecc_pvt.insert_row returned with status ' ||

196:
197: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
198: okl_debug_pub.log_debug(fnd_log.level_statement
199: ,l_module
200: ,'okl_ecc_pvt.insert_row returned with status ' ||
201: l_return_status ||
202: ' x_msg_data ' ||
203: x_msg_data);
204: END IF; -- end of NVL(l_debug_enabled,'N')='Y'

Line 333: okl_ecc_pvt.update_row(p_api_version

329: RAISE okl_api.g_exception_error;
330: END IF;
331: lp_eccv_rec := p_eccv_rec;
332: lp_eco_tbl := p_eco_tbl;
333: okl_ecc_pvt.update_row(p_api_version
334: ,okl_api.g_false
335: ,l_return_status
336: ,x_msg_count
337: ,x_msg_data

Line 344: ,'okl_ecc_pvt.update_row returned with status ' ||

340:
341: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
342: okl_debug_pub.log_debug(fnd_log.level_statement
343: ,l_module
344: ,'okl_ecc_pvt.update_row returned with status ' ||
345: l_return_status ||
346: ' x_msg_data ' ||
347: x_msg_data);
348: END IF; -- end of NVL(l_debug_enabled,'N')='Y'