Arguments for QPXVBLK QP: Bulk import of Price List
I need to run the QP: Bulk import of Price List request from my PL/SQL procedure after the qp_interface_list_headers and qp_interface_list_lines are populated. If I manually submit the request with default parameters, then it works correctly. Can someone show me a working example or tell me what is wrong with the following PL/SQL?
Problem is the v_request_id = 0 after FND_REQUEST.SUBMIT_REQUEST()
Exception in call_QP_Bulk_Price_List for request: - ORA-06502: PL/SQL: numeric or value error: character string buffer too small
How many arguments should I pass to SUBMIT_REQUEST()? The request QPXVBLK includes 10 parameters, but only 8 or 10 are displayed. I want to use all default values, because it works.