I am trying to develop a custom Web ADI to upload data to interface table. I am using custom API pro
My API definition is
xxd_meter_load_prc (p_batch_num VARCHAR2
,p_reporting_vendor VARCHAR2
,p_model_num VARCHAR2
,p_serial_num VARCHAR2
,p_counter_name VARCHAR2
,p_meter_date DATE
,p_meter_read NUMBER
,p_copy_credits NUMBER)
When I am trying to upload I am getting the error
I tried to get the parameters passed to API
p_batch_num =
p_reporting_vendor = 1234567
p_model_num =
p_serial_num =
p_counter_name = 125874
p_meter_date =
p_meter_read =
p_copy_credits = 2546
I tried rearranging the fields in the layout but the result is the same the Excel is mapping to wrong fields of PL/SQL API