DBA Data[Home] [Help]

APPS.OKL_LEASE_RATE_FACTORS_PVT dependencies on OKL_LRF_PVT

Line 77: okl_lrf_pvt.insert_row(l_api_version

73:
74: FOR i IN lp_lrfv_tbl.FIRST..lp_lrfv_tbl.LAST LOOP
75:
76: IF (lp_lrfv_tbl(i).is_new_flag = 'Y') THEN
77: okl_lrf_pvt.insert_row(l_api_version
78: ,g_false
79: ,l_return_status
80: ,x_msg_count
81: ,x_msg_data

Line 90: ,'Procedure okl_lrf_pvt.insert_row with status ' ||

86:
87: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
88: okl_debug_pub.log_debug(fnd_log.level_statement
89: ,l_module
90: ,'Procedure okl_lrf_pvt.insert_row with status ' ||
91: l_return_status);
92: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
93: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
94: RAISE okl_api.g_exception_error;

Line 156: okl_lrf_pvt.update_row(l_api_version

152: END IF;
153: END IF;
154: END LOOP;
155: ELSE
156: okl_lrf_pvt.update_row(l_api_version
157: ,g_false
158: ,l_return_status
159: ,x_msg_count
160: ,x_msg_data

Line 169: ,'Procedure okl_lrf_pvt.update_row with status ' ||

165:
166: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
167: okl_debug_pub.log_debug(fnd_log.level_statement
168: ,l_module
169: ,'Procedure okl_lrf_pvt.update_row with status ' ||
170: l_return_status);
171: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
172: IF (l_return_status = fnd_api.g_ret_sts_error) THEN
173: RAISE okl_api.g_exception_error;

Line 384: okl_lrf_pvt.delete_row(p_api_version => p_api_version

380:
381: --delete all factors
382:
383: IF l_lrfv_tbl.COUNT > 0 THEN
384: okl_lrf_pvt.delete_row(p_api_version => p_api_version
385: ,p_init_msg_list => okl_api.g_false
386: ,x_return_status => l_return_status
387: ,x_msg_count => x_msg_count
388: ,x_msg_data => x_msg_data

Line 396: ,'Procedure OKL_LRF_PVT.delete_row returned with status ' ||

392:
393: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
394: okl_debug_pub.log_debug(fnd_log.level_statement
395: ,l_module
396: ,'Procedure OKL_LRF_PVT.delete_row returned with status ' ||
397: l_return_status);
398: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
399: IF l_return_status = g_ret_sts_error THEN
400: RAISE okl_api.g_exception_error;

Line 525: okl_lrf_pvt.delete_row(p_api_version => p_api_version

521: ELSIF l_return_status = g_ret_sts_unexp_error THEN
522: RAISE okl_api.g_exception_unexpected_error;
523: END IF;
524: END IF; --delete factor row
525: okl_lrf_pvt.delete_row(p_api_version => p_api_version
526: ,p_init_msg_list => okl_api.g_false
527: ,x_return_status => l_return_status
528: ,x_msg_count => x_msg_count
529: ,x_msg_data => x_msg_data