Having trouble creating Mobile Field Queries.
I am trying to create a Mobile Field Query and keep getting this error. Query is below also. The query works directly from Sequel. Any ideas what this error means?
Error ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'INSERT_QUERY' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
Select
a2.object_id ord_header_id, a2.doc_number, a2.subject_id , a1.incident_number
From
CS_INCIDENTS_ALL a1 ,CS_SR_LINKS_EXT_V a2
Where
a2.subject_id = a1.incident_id and a2.external_object_code = 'ONT_ORDER_NUMBER' and a2.doc_number = :1
Thanks,