Showing posts with label codes. Show all posts
Showing posts with label codes. Show all posts

How to Copy a Sales order from backend

Following is the piece of code to copy a Sales order from backend
declare
        l_return_status               varchar2(1);
        l_order_number_from           number :=XYZ; -- Sample order
        l_order_source_id             number :=1041;
begin
        oe_debug_pub.debug_on;
        oe_debug_pub.initialize;

Useful oracle apps queries/ scripts/ codes/ tips


Visit our new blog: Oracle apps scripts and tips

I am working on this blog post. For now i have placed only few scripts. Keep checking this post for further updates: