DBA Data[Home] [Help]

APPS.OKL_ECC_DEF_PVT dependencies on OKL_ECO_PVT

Line 218: okl_eco_pvt.insert_row(p_api_version

214:
215: FOR i IN lp_eco_tbl.FIRST..lp_eco_tbl.LAST LOOP
216: lp_eco_tbl(i).crit_cat_def_id := lp_eccv_rec.crit_cat_def_id;
217: END LOOP;
218: okl_eco_pvt.insert_row(p_api_version
219: ,okl_api.g_false
220: ,l_return_status
221: ,x_msg_count
222: ,x_msg_data

Line 228: ,'okl_eco_pvt.insert_row returned with status ' ||

224: ,lx_eco_tbl); -- write to log
225: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
226: okl_debug_pub.log_debug(fnd_log.level_statement
227: ,l_module
228: ,'okl_eco_pvt.insert_row returned with status ' ||
229: l_return_status ||
230: ' x_msg_data ' ||
231: x_msg_data);
232: END IF; -- end of NVL(l_debug_enabled,'N')='Y'

Line 377: okl_eco_pvt.insert_row(p_api_version

373: END IF;
374: END LOOP;
375:
376: IF lp_eco_crt_tbl.COUNT > 0 THEN
377: okl_eco_pvt.insert_row(p_api_version
378: ,okl_api.g_false
379: ,l_return_status
380: ,x_msg_count
381: ,x_msg_data

Line 387: ,'okl_eco_pvt.insert_row returned with status ' ||

383: ,lx_eco_crt_tbl); -- write to log
384: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
385: okl_debug_pub.log_debug(fnd_log.level_statement
386: ,l_module
387: ,'okl_eco_pvt.insert_row returned with status ' ||
388: l_return_status ||
389: ' x_msg_data ' ||
390: x_msg_data);
391: END IF; -- end of NVL(l_debug_enabled,'N')='Y'

Line 399: okl_eco_pvt.delete_row(p_api_version

395: RAISE okl_api.g_exception_unexpected_error;
396: END IF;
397: END IF;
398: IF lp_eco_rmv_tbl.COUNT > 0 THEN
399: okl_eco_pvt.delete_row(p_api_version
400: ,okl_api.g_false
401: ,l_return_status
402: ,x_msg_count
403: ,x_msg_data

Line 408: ,'okl_eco_pvt.delete_row returned with status ' ||

404: ,lp_eco_rmv_tbl); -- write to log
405: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
406: okl_debug_pub.log_debug(fnd_log.level_statement
407: ,l_module
408: ,'okl_eco_pvt.delete_row returned with status ' ||
409: l_return_status ||
410: ' x_msg_data ' ||
411: x_msg_data);
412: END IF; -- end of NVL(l_debug_enabled,'N')='Y'