DBA Data[Home] [Help]

APPS.OKL_LEASE_RATE_SETS_PVT dependencies on OKL_LRT_PVT

Line 167: okl_lrt_pvt.insert_row(p_api_version => g_api_version

163: IF lp_lrtv_rec.id IS NOT NULL THEN
164: lp_lrtv_rec.orig_rate_set_id := lp_lrtv_rec.id;
165: END IF;
166:
167: okl_lrt_pvt.insert_row(p_api_version => g_api_version
168: ,p_init_msg_list => g_false
169: ,x_return_status => l_return_status
170: ,x_msg_count => x_msg_count
171: ,x_msg_data => x_msg_data

Line 407: okl_lrt_pvt.update_row(p_api_version => g_api_version

403: END IF;
404:
405: --update the header
406:
407: okl_lrt_pvt.update_row(p_api_version => g_api_version
408: ,p_init_msg_list => g_false
409: ,x_return_status => l_return_status
410: ,x_msg_count => x_msg_count
411: ,x_msg_data => x_msg_data

Line 1042: okl_lrt_pvt.update_row(p_api_version => g_api_version

1038: lp_lrvv_rec.sts_code := 'NEW';
1039:
1040: --now call the update header to update the status code
1041:
1042: okl_lrt_pvt.update_row(p_api_version => g_api_version
1043: ,p_init_msg_list => g_false
1044: ,x_return_status => l_return_status
1045: ,x_msg_count => x_msg_count
1046: ,x_msg_data => x_msg_data

Line 1684: okl_lrt_pvt.update_row(p_api_version => g_api_version

1680:
1681: -- call update row for lp_lrtv_rec
1682: --update the header
1683:
1684: okl_lrt_pvt.update_row(p_api_version => g_api_version
1685: ,p_init_msg_list => g_false
1686: ,x_return_status => l_return_status
1687: ,x_msg_count => x_msg_count
1688: ,x_msg_data => x_msg_data

Line 1697: ,'Procedure okl_lrt_pvt.update_row returned with status ' ||

1693:
1694: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
1695: okl_debug_pub.log_debug(fnd_log.level_statement
1696: ,l_module
1697: ,'Procedure okl_lrt_pvt.update_row returned with status ' ||
1698: l_return_status);
1699: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
1700:
1701: IF l_return_status = g_ret_sts_error THEN

Line 2868: okl_lrt_pvt.update_row(p_api_version => g_api_version

2864:
2865: --update the header
2866:
2867: IF l_update_header THEN
2868: okl_lrt_pvt.update_row(p_api_version => g_api_version
2869: ,p_init_msg_list => p_init_msg_list
2870: ,x_return_status => l_return_status
2871: ,x_msg_count => x_msg_count
2872: ,x_msg_data => x_msg_data