DBA Data[Home] [Help]

PACKAGE: APPS.GL_AUTO_ALLOC_BHD_PKG

Source


1 PACKAGE GL_AUTO_ALLOC_BHD_PKG as
2 /* $Header: glialhds.pls 120.3 2005/05/05 00:59:05 kvora ship $ */
3 
4 --
5 -- Package
6 --   GL_AUTO_ALLOC_BHD_PKG
7 -- Purpose
8 --   To implement various data caculation needed for the
9 --   gl_auto_alloc_bat_hist_det table
10 -- History
11 --   10-19-98  K Chang          Created.
12 --
13 
14   --
15   -- Procedure
16   --   populate_fields
17   -- Purpose
18   --   Gets all of the data necessary for post-query
19   -- History
20   --   19-OCT-98  K. Chang    Created
21   -- Arguments
22   --   p_request_id	 	The auto allocation concurrent request id
23   --   s_number			The sequence in which batch is to be
24   --				generated for allocation sets
25   --   requset_id		The request ID for each concurrrent request
26   --				submitted for a batch in allocation set
27   -- Notes
28   --
29   PROCEDURE  populate_fields(p_request_id 		IN NUMBER,
30 			     s_number 			IN NUMBER,
31                              request_id			IN OUT NOCOPY	NUMBER);
32 
33 
34 END GL_AUTO_ALLOC_BHD_PKG;