DBA Data[Home] [Help]

APPS.OKL_VAR_INT_REAMORT_PVT dependencies on OKL_VIP_PVT

Line 1421: OKL_VIP_PVT.update_row(

1417: -- Asynchronous means, insertion has already happened before Update
1418: IF l_vipv_rec.ID IS NOT NULL AND l_vipv_rec.ID <> OKL_API.G_MISS_NUM
1419: THEN
1420: OKL_VARIABLE_INTEREST_PVT.print_debug(p_trx_id || 'Before call to okl_var_int_process_b.update_row' );
1421: OKL_VIP_PVT.update_row(
1422: p_api_version => p_api_version,
1423: p_init_msg_list => p_init_msg_list,
1424: x_return_status => x_return_status,
1425: x_msg_count => x_msg_count,

Line 2399: OKL_VIP_PVT.insert_row(

2395: END LOOP;
2396: END IF;
2397: -- Bug 10324172 : End
2398: OKL_VARIABLE_INTEREST_PVT.print_debug('Updating OKL_VAR_INT_PROCESS_V');
2399: OKL_VIP_PVT.insert_row(
2400: p_api_version => p_api_version,
2401: p_init_msg_list => p_init_msg_list,
2402: x_return_status => x_return_status,
2403: x_msg_count => x_msg_count,