DBA Data[Home] [Help]

PACKAGE: APPS.WSH_INVOICE_UTILITIES

Source


1 PACKAGE WSH_INVOICE_UTILITIES AUTHID CURRENT_USER as
2 /* $Header: WSHARINS.pls 115.0 99/07/16 08:17:45 porting ship $ */
3 --
4 -- Package
5 --   WSH_INVOICE_UTILITIES
6 -- Purpose
7 --   Will contains server side routines for Delivery Style AR Interface
8 -- History
9 --   04-FEB-97	ANEOGI	Created
10 
11   --
12   -- PUBLIC VARIABLES
13   --
14 
15   --
16   -- PUBLIC FUNCTIONS
17   --
18 
19   -- Name
20   --   update_numbers
21   -- Purpose
22   --   It looks in ra_interface_lines table for the lines inserted for
23   --   this run of Receivables Interface and updates them with an Invoice
24   --   Number based on the delivery name
25   -- Arguments
26   --   org_id
27 
28   PROCEDURE update_numbers( x_org_id NUMBER,
29 			    x_request_id IN NUMBER,
30 			    err_msg IN OUT VARCHAR2 );
31 
32 END WSH_INVOICE_UTILITIES;