DBA Data[Home] [Help]

APPS.POS_BATCH_IMPORT_PKG dependencies on POS_PROFILE_CHANGE_REQUEST_PKG

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

4719: x_mapp_id => l_mapping_id);
4720:
4721: -- Using the request_id make a call to the following Api to approve the data and insert it into the
4722: -- pos_sup_products_services table
4723: pos_profile_change_request_pkg.approve_ps_req(p_request_id => l_req_id,
4724: x_return_status => l_return_status,
4725: x_msg_count => l_msg_count,
4726: x_msg_data => l_msg_data);
4727:

Line 5163: pos_profile_change_request_pkg.reject_ps_req(p_request_id => l_req_id,

5159: ELSE
5160: --Bug 14233640 - pos_product_service_int import flow change(if l_req_id is 0, POS_PRODUCT_SERVICE_REQUESTS no record)
5161: IF (vendor_int_prod_srv_rec.request_status = 'REJECTED') THEN
5162: IF (l_req_id <> 0) THEN
5163: pos_profile_change_request_pkg.reject_ps_req(p_request_id => l_req_id,
5164: x_return_status => l_ret_status,
5165: x_msg_count => l_msg_count,
5166: x_msg_data => l_msg_data);
5167: IF (l_class_id <>0) THEN

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

5186:
5187: END IF;
5188: ELSIF (vendor_int_prod_srv_rec.request_status) = 'APPROVED' THEN
5189: IF (l_req_id <> 0) THEN
5190: pos_profile_change_request_pkg.approve_ps_req(p_request_id => l_req_id,
5191: x_return_status => l_ret_status,
5192: x_msg_count => l_msg_count,
5193: x_msg_data => l_msg_data);
5194: IF (l_class_id <>0) THEN