>> WEBADI - In webadi displayed "successfully uploaded" but don't have record in table <<
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