DBA Data[Home] [Help]

PACKAGE: APPS.JL_CO_FA_POST_PKG

Source


1 PACKAGE jl_co_fa_post_pkg AUTHID CURRENT_USER AS
2 /* $Header: jlcofgps.pls 115.0 99/07/16 03:09:56 porting ship $ */
3 
4 ----------------------------------------------------------------------------
5 -- PROCEDURE                                                              --
6 --   purge_adjustment                                                     --
7 --                                                                        --
8 -- DESCRIPTION                                                            --
9 --   Use this procedure for posting from jl_co_fa_adjustments table to    --               --
10 -- gl_interface table.                                                                       --
11 -- PURPOSE:                                                               --
12 --   Oracle Applications Rel 11.0                                         --
13 --                                                                        --
14 -- PARAMETERS:                                                            --
15 --            p_book                                                      --
16 --                                                                        --
17 -- HISTORY:                                                               --
18 --    08/21/98     Sujit Dalai    Created                                 --
19 ----------------------------------------------------------------------------
20 
21 PROCEDURE post( ERRBUF     OUT VARCHAR2,
22                 RETCODE    OUT VARCHAR2,
23                 p_book         VARCHAR2);
24 
25 
26 
27 END jl_co_fa_post_pkg;