DBA Data[Home] [Help]

APPS.OKL_VALIDATION_SET_PVT dependencies on OKL_VLS_PVT

Line 180: okl_vls_pvt.insert_row(p_api_version

176: ELSIF (l_return_status = okl_api.g_ret_sts_error) THEN
177: RAISE okl_api.g_exception_error;
178: END IF;
179:
180: okl_vls_pvt.insert_row(p_api_version
181: ,okl_api.g_false
182: ,l_return_status
183: ,x_msg_count
184: ,x_msg_data

Line 191: ,'okl_vls_pvt.insert_row returned with status ' ||

187:
188: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
189: okl_debug_pub.log_debug(fnd_log.level_statement
190: ,l_module
191: ,'okl_vls_pvt.insert_row returned with status ' ||
192: l_return_status ||
193: ' x_msg_data ' ||
194: x_msg_data);
195: END IF; -- end of NVL(l_debug_enabled,'N')='Y'

Line 356: okl_vls_pvt.update_row(p_api_version

352: RAISE okl_api.g_exception_unexpected_error;
353: ELSIF (l_return_status = okl_api.g_ret_sts_error) THEN
354: RAISE okl_api.g_exception_error;
355: END IF;
356: okl_vls_pvt.update_row(p_api_version
357: ,okl_api.g_false
358: ,l_return_status
359: ,x_msg_count
360: ,x_msg_data

Line 367: ,'okl_vls_pvt.update_row returned with status ' ||

363:
364: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
365: okl_debug_pub.log_debug(fnd_log.level_statement
366: ,l_module
367: ,'okl_vls_pvt.update_row returned with status ' ||
368: l_return_status ||
369: ' x_msg_data ' ||
370: x_msg_data);
371: END IF; -- end of NVL(l_debug_enabled,'N')='Y'

Line 594: ,'okl_vls_pvt.delete_row returned with status ' ||

590:
591: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
592: okl_debug_pub.log_debug(fnd_log.level_statement
593: ,l_module
594: ,'okl_vls_pvt.delete_row returned with status ' ||
595: l_return_status ||
596: ' x_msg_data ' ||
597: x_msg_data);
598: END IF; -- end of NVL(l_debug_enabled,'N')='Y'

Line 606: okl_vls_pvt.delete_row(p_api_version

602: ELSIF (l_return_status = okl_api.g_ret_sts_unexp_error) THEN
603: RAISE okl_api.g_exception_unexpected_error;
604: END IF; --Copy value of OUT variable in the IN rvldrd type
605: --Delete Parent If Child Are successfully Deleted
606: okl_vls_pvt.delete_row(p_api_version
607: ,okl_api.g_false
608: ,l_return_status
609: ,x_msg_count
610: ,x_msg_data

Line 616: ,'okl_vls_pvt.delete_row returned with status ' ||

612:
613: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
614: okl_debug_pub.log_debug(fnd_log.level_statement
615: ,l_module
616: ,'okl_vls_pvt.delete_row returned with status ' ||
617: l_return_status ||
618: ' x_msg_data ' ||
619: x_msg_data);
620: END IF; -- end of NVL(l_debug_enabled,'N')='Y'

Line 724: ,'okl_vls_pvt.delete_row returned with status ' ||

720:
721: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
722: okl_debug_pub.log_debug(fnd_log.level_statement
723: ,l_module
724: ,'okl_vls_pvt.delete_row returned with status ' ||
725: l_return_status ||
726: ' x_msg_data ' ||
727: x_msg_data);
728: END IF; -- end of NVL(l_debug_enabled,'N')='Y'