DBA Data[Home] [Help]

APPS.POS_PRODUCT_SERVICE_BO_PKG dependencies on POS_PROFILE_CHANGE_REQUEST_PKG

Line 395: pos_profile_change_request_pkg.approve_ps_req(p_request_id => l_req_id,

391: x_mapp_id => l_mapping_id);
392:
393: -- Using the request_id make a call to the following Api to approve the data and insert it into the
394: -- pos_sup_products_services table
395: pos_profile_change_request_pkg.approve_ps_req(p_request_id => l_req_id,
396: x_return_status => l_return_status,
397: x_msg_count => l_msg_count,
398: x_msg_data => l_msg_data);
399: