DBA Data[Home] [Help]

APPS.OKL_QUICK_QUOTES_PVT dependencies on OKL_QQH_PVT

Line 120: okl_qqh_pvt.insert_row(p_api_version

116: ELSIF (l_return_status = okl_api.g_ret_sts_error) THEN
117: RAISE okl_api.g_exception_error;
118: END IF;
119:
120: okl_qqh_pvt.insert_row(p_api_version
121: ,okl_api.g_false
122: ,l_return_status
123: ,x_msg_count
124: ,x_msg_data

Line 131: ,'okl_qqh_pvt.insert_row returned with status ' ||

127:
128: IF (l_debug_enabled = 'Y' AND is_debug_statement_on) THEN
129: okl_debug_pub.log_debug(fnd_log.level_statement
130: ,l_module
131: ,'okl_qqh_pvt.insert_row returned with status ' ||
132: l_return_status ||
133: ' x_msg_data ' ||
134: x_msg_data);
135: END IF; -- end of l_debug_enabled ='Y'

Line 489: okl_qqh_pvt.update_row(p_api_version

485: lp_qqhv_rec_type.rate_template_id := fnd_api.g_miss_num;
486: END IF;
487: END IF;
488:
489: okl_qqh_pvt.update_row(p_api_version
490: ,okl_api.g_false
491: ,l_return_status
492: ,x_msg_count
493: ,x_msg_data

Line 500: ,'okl_qqh_pvt.update_row returned with status ' ||

496:
497: IF (l_debug_enabled = 'Y' AND is_debug_statement_on) THEN
498: okl_debug_pub.log_debug(fnd_log.level_statement
499: ,l_module
500: ,'okl_qqh_pvt.update_row returned with status ' ||
501: l_return_status ||
502: ' x_msg_data ' ||
503: x_msg_data);
504: END IF; -- end of l_debug_enabled ='Y'

Line 604: okl_qqh_pvt.update_row(p_api_version

600: ,x_return_status => x_return_status); -- check if activity started successfully
601:
602: lp_qqhv_rec_type := p_qqhv_rec_type;
603: lp_qqhv_rec_type.sts_code := QQ_CANCELLED;
604: okl_qqh_pvt.update_row(p_api_version
605: ,okl_api.g_false
606: ,l_return_status
607: ,x_msg_count
608: ,x_msg_data

Line 615: ,'okl_qqh_pvt.update_row returned with status ' ||

611:
612: IF (l_debug_enabled = 'Y' AND is_debug_statement_on) THEN
613: okl_debug_pub.log_debug(fnd_log.level_statement
614: ,l_module
615: ,'okl_qqh_pvt.update_row returned with status ' ||
616: l_return_status ||
617: ' x_msg_data ' ||
618: x_msg_data);
619: END IF; -- end of l_debug_enabled ='Y'

Line 1557: okl_qqh_pvt.delete_row(l_api_version,

1553: RAISE okl_api.g_exception_error;
1554: END IF;
1555:
1556: -- delete the quick quote header
1557: okl_qqh_pvt.delete_row(l_api_version,
1558: p_init_msg_list,
1559: x_return_status,
1560: x_msg_count,
1561: x_msg_data,