DBA Data[Home] [Help]

APPS.POS_MERGE_SUPPLIER_PKG dependencies on POS_PROFILE_CHANGE_REQUEST_PKG

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

412: x_mapp_id => l_mapping_id);
413:
414: -- Using the request_id make a call to the following Api to approve the data and insert it into the
415: -- pos_sup_products_services table
416: pos_profile_change_request_pkg.approve_ps_req(p_request_id => l_req_id,
417: x_return_status => l_return_status,
418: x_msg_count => l_msg_count,
419: x_msg_data => l_msg_data);
420:

Line 425: ' From pos_profile_change_request_pkg.approve_ps_req API.');

421: IF x_return_status <> fnd_api.g_ret_sts_success THEN
422: fnd_file.put_line(fnd_file.log,
423: 'No. of Messages: ' || l_msg_count || ', Message: ' ||
424: l_msg_data ||
425: ' From pos_profile_change_request_pkg.approve_ps_req API.');
426: RETURN;
427: END IF;
428: --END IF;
429: