DBA Data[Home] [Help]

PACKAGE: APPS.JL_XLA_GL_TRANSFER_PKG

Source


1 PACKAGE jl_xla_gl_transfer_pkg AUTHID CURRENT_USER AS
2 /* $Header: jlzzxlas.pls 115.1 99/09/13 16:30:26 porting ship  $ */
3 
4 /**************************************************************************
5  *                                                                        *
6  * Name       : JL_XLA_GL_TRANSFER 		                  	  *
7  * Purpose    : This is a procedure which will run the country  Balance   *
8  *		Maintenance.					  	  *
9  *              							  *
10  *  Parameters:								  *
11  *  p_request_id contains the concurrent program request id		  *
12  *  p_transfer_run_id contains the Transfer Run ID for a batch		  *
13  *  p_start_date contains the start date of current commit cycle iteration*
14  *  p_end_date contains the end date of current commit cycle iteration.   *
15  *                                                                        *
16  *                                                                        *
17  **************************************************************************/
18 
19 PROCEDURE jl_xla_gl_transfer ( p_request_id 	 NUMBER,
20 			      p_transfer_run_id	 NUMBER,
21 			      p_start_date 	 DATE,
22 			      p_end_date   	 DATE);
23 
24 END jl_xla_gl_transfer_pkg;