Quantcast
Viewing all articles
Browse latest Browse all 24688

Can a data resultset is possible to pass from one package to another

Hi,

Is it possible to send a data result set (select Code1,Code2 from tab--suppose this query return 100 rows) from package A to Package B and then in package B we needs to insert these 100 values one by one (i.e. insert into tab2 values(Code1,code2)).

Thanks,

Amit


Viewing all articles
Browse latest Browse all 24688

Trending Articles