DBA Data[Home] [Help]

APPS.OKL_BOOK_CONTROLLER_PVT dependencies on OKL_BCT_PVT

Line 355: okl_bct_pvt.insert_row(

351: END IF;
352:
353: IF l_bct_tbl.COUNT > 0 THEN
354: --insert records into controller tranasction table for the batch
355: okl_bct_pvt.insert_row(
356: p_api_version => p_api_version,
357: p_init_msg_list => p_init_msg_list,
358: x_return_status => x_return_status,
359: x_msg_count => x_msg_count,

Line 488: okl_bct_pvt.update_row(

484: l_bct_rec.conc_req_id := p_request_id;
485: END IF;
486:
487: --call TAPI to update okl_book_controller_trx
488: okl_bct_pvt.update_row(
489: p_api_version => l_api_version,
490: p_init_msg_list => l_init_msg_list,
491: x_return_status => l_return_status,
492: x_msg_count => l_msg_count,

Line 3118: okl_bct_pvt.insert_row(

3114: p_active_flag => 'Y');
3115:
3116: IF l_bct_tbl.COUNT > 0 THEN
3117: --insert records into controller tranasction table for the batch
3118: okl_bct_pvt.insert_row(
3119: p_api_version => p_api_version,
3120: p_init_msg_list => p_init_msg_list,
3121: x_return_status => x_return_status,
3122: x_msg_count => x_msg_count,

Line 3276: okl_bct_pvt.update_row(

3272: l_bct_rec.progress_status := p_progress_status;
3273: l_bct_rec.active_flag := l_book_ctrl_trx.active_flag;
3274:
3275: --call TAPI to update okl_book_controller_trx
3276: okl_bct_pvt.update_row(
3277: p_api_version => p_api_version,
3278: p_init_msg_list => p_init_msg_list,
3279: x_return_status => x_return_status,
3280: x_msg_count => x_msg_count,