Reporting - EBS (MOSC)

MOSC Banner

>> WEBADI - In webadi displayed "successfully uploaded" but don't have record in table <<

edited Apr 23, 2018 8:28AM in Reporting - EBS (MOSC) 4 commentsAnswered ✓

Hello,

My requirements is

1. I want to upload data into the custom table by webadi

2. data from custom table will be insert into interface table by I created the another procedure in the same package as below

    Example package:

      CREATE OR REPLACE PACKAGE BODY XX_IMPORT AS

                             PROCEDURE IMPORT_TO_CUST_TBL(  P_PROCESS_ID                IN NUMBER,

                                                                                                  P_TRX_NUMBER              IN VARCHAR2

                                                                                                 ) is

                                begin

                                     ...

                                    ...

                                end;

                           END IMPORT_TO_CUST_TBL;

                       -----------------------------------------------------------------------------------------                  

                                PROCEDURE IMPORT_TO_INTERFACE_TBL  is

                                   begin

                                     ...

                                     ...

                                  end;

                               END IMPORT_TO_INTERFACE_TBL  ;

      END XX_IMPORT ;

-----------------------------------------------------------------------------------

Example setup in the webadi:

create - integrator

           - interface

               Interface Name

Tagged:

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