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 3125: okl_bct_pvt.insert_row(

3121: p_active_flag => 'Y');
3122:
3123: IF l_bct_tbl.COUNT > 0 THEN
3124: --insert records into controller tranasction table for the batch
3125: okl_bct_pvt.insert_row(
3126: p_api_version => p_api_version,
3127: p_init_msg_list => p_init_msg_list,
3128: x_return_status => x_return_status,
3129: x_msg_count => x_msg_count,

Line 3283: okl_bct_pvt.update_row(

3279: l_bct_rec.progress_status := p_progress_status;
3280: l_bct_rec.active_flag := l_book_ctrl_trx.active_flag;
3281:
3282: --call TAPI to update okl_book_controller_trx
3283: okl_bct_pvt.update_row(
3284: p_api_version => p_api_version,
3285: p_init_msg_list => p_init_msg_list,
3286: x_return_status => x_return_status,
3287: x_msg_count => x_msg_count,