Thursday, February 28, 2013

how to insert the data into RA_INTERFACE_LINES_ALL table using back end script


DECLARE
   l_return_status   VARCHAR2 (2000);
BEGIN
   DBMS_APPLICATION_INFO.set_client_info ('1234');
   oe_invoice_wf.invoice_interface (
      'OEOL', -- Workflow type
      584156567, -- Line_id
      1234, -- org id
      'RUN',
      l_return_status
   );
END;

2 comments:

  1. Wow Prasad.. Awesome.. this is what i was looking for.. thank you so much for posting this right on time..

    ReplyDelete
  2. butt saver. Thank you.

    ReplyDelete