DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: trying to figure out what a PL/SQL package is doing

Threaded View

  1. #1
    Join Date
    Mar 2005
    Posts
    143

    trying to figure out what a PL/SQL package is doing

    I company has this PL/SQL package that is cleaning up tables. I have been assigned the task of figuring out why it deletes what it deletes. I was wondering if any one can help me. I have figured out so far what tables it is deleting but I don't know what stuff it is deleting. For example it deletes from a table ps_message_log where process_instance = :v_prcs but I don't know what :v_prcs means, I would figure that earlier in the code it declares what :v_prcs means I just can't find in the code where it does that. I have attached the code. Any help would be GREATLY appreciated.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width