DBA Data[Home] [Help]

APPS.OKL_ECC_VALUES_PVT dependencies on OKL_ECH_PVT

Line 318: okl_ech_pvt.delete_row(p_api_version => p_api_version

314: END LOOP;
315:
316: --delete header
317:
318: okl_ech_pvt.delete_row(p_api_version => p_api_version
319: ,p_init_msg_list => okl_api.g_false
320: ,x_return_status => l_return_status
321: ,x_msg_count => x_msg_count
322: ,x_msg_data => x_msg_data

Line 330: ,'Procedure okl_ech_pvt.delete_row returned with status ' ||

326:
327: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
328: okl_debug_pub.log_debug(fnd_log.level_statement
329: ,l_module
330: ,'Procedure okl_ech_pvt.delete_row returned with status ' ||
331: l_return_status);
332: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
333: IF l_return_status = okl_api.g_ret_sts_error THEN
334: RAISE okl_api.g_exception_error;

Line 542: okl_ech_pvt.insert_row(p_api_version

538: IF lp_ech_rec.criteria_set_id IS NULL THEN
539:
540: --insert criteria set header
541:
542: okl_ech_pvt.insert_row(p_api_version
543: ,okl_api.g_false
544: ,l_return_status
545: ,x_msg_count
546: ,x_msg_data

Line 555: ,'Procedure okl_ech_pvt.insert_row returned with status ' ||

551:
552: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
553: okl_debug_pub.log_debug(fnd_log.level_statement
554: ,l_module
555: ,'Procedure okl_ech_pvt.insert_row returned with status ' ||
556: l_return_status);
557: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
558: IF (l_return_status = okl_api.g_ret_sts_error) THEN
559: RAISE okl_api.g_exception_error;

Line 567: okl_ech_pvt.update_row(p_api_version

563: ELSE
564:
565: --update criteria set header
566:
567: okl_ech_pvt.update_row(p_api_version
568: ,okl_api.g_false
569: ,l_return_status
570: ,x_msg_count
571: ,x_msg_data

Line 580: ,'Procedure okl_ech_pvt.update_row returned with status ' ||

576:
577: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
578: okl_debug_pub.log_debug(fnd_log.level_statement
579: ,l_module
580: ,'Procedure okl_ech_pvt.update_row returned with status ' ||
581: l_return_status);
582: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
583:
584: IF (l_return_status = okl_api.g_ret_sts_error) THEN

Line 793: okl_ech_pvt.delete_row(p_api_version

789: IF lp_ech_rec.criteria_set_id IS NOT NULL AND lp_ech_rec.criteria_set_id <> okl_api.g_miss_num THEN
790:
791: --delete criteria set header
792:
793: okl_ech_pvt.delete_row(p_api_version
794: ,okl_api.g_false
795: ,l_return_status
796: ,x_msg_count
797: ,x_msg_data

Line 805: ,'Procedure okl_ech_pvt.delete_row returned with status ' ||

801:
802: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
803: okl_debug_pub.log_debug(fnd_log.level_statement
804: ,l_module
805: ,'Procedure okl_ech_pvt.delete_row returned with status ' ||
806: l_return_status);
807: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
808: IF (l_return_status = okl_api.g_ret_sts_error) THEN
809: RAISE okl_api.g_exception_error;