DBA Data[Home] [Help]

PACKAGE: APPS.JL_ZZ_GL_COPY_JE_PKG

Source


1 PACKAGE  jl_zz_gl_copy_je_pkg AUTHID CURRENT_USER AS
2 /* $Header: jlzzgcjs.pls 120.4 2005/04/08 20:57:49 vsidhart ship $ */
3 
4 ----------------------------------------------------------------------------
5 -- PROCEDURE                                                              --
6 --   copy                                                                 --
7 --                                                                        --
8 -- DESCRIPTION                                                            --
9 --   Use this procedure to copy journal entry from one                    --
10 --   sets of books and put them in gl_interface table to be imported      --
11 --   for another sets of books.                                           --
12 --                                                                        --
13 -- PURPOSE:                                                               --
14 --   Oracle Applications Rel 11.5                                         --
15 --                                                                        --
16 -- PARAMETERS:                                                            --
17 --            p_from_book                                                 --
18 --            p_to_book                                                   --
19 --            p_period                                                    --
20 --                                                                        --
21 -- HISTORY:                                                               --
22 --    12/10/98     Sujit Dalai    Created                                 --
23 ----------------------------------------------------------------------------
24 
25 PROCEDURE copy( ERRBUF      OUT NOCOPY VARCHAR2,
26                 RETCODE     OUT NOCOPY VARCHAR2,
27                 p_from_ledger   NUMBER,
28                 p_to_ledger     NUMBER,
29                 p_period        VARCHAR2);
30 
31 
32 END jl_zz_gl_copy_je_pkg;