Reporting - EBS (MOSC)

MOSC Banner

I am trying to develop a custom Web ADI to upload data to interface table. I am using custom API pro

edited May 15, 2017 10:21AM in Reporting - EBS (MOSC) 2 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center