DBA Data[Home] [Help]

PACKAGE: APPS.JL_ZZ_FA_DEPRN_ADJ_PKG

Source


1 PACKAGE jl_zz_fa_deprn_adj_pkg AUTHID CURRENT_USER AS
2 /* $Header: jlzzfdas.pls 115.2 2002/11/21 02:01:32 vsidhart ship $ */
3 
4 /*+=========================================================================+
5   |  PUBLIC PROCEDURE                                                       |
6   |    deprn_adj_ret_assets                                                 |
7   |         p_book_type_code         Book Type Code                         |
8   |                                                                         |
9   |  NOTES                                                                  |
10   |    Once the asset is retired, journal entries are posted to reverse the |
11   |  accumulated depreciation. The inflation adjusted depreciation account  |
12   |  remains unchanged until the end of the fiscal year, when it is used to |
13   |  calculate the FY's result and then its balance is zeroed.  But that    |
14   |  balance is not in constant units of money to the time of the FY's end, |
15   |  so we must adjust it for inflation during that FY's periods.           |
16   |                                                                         |
17   +=========================================================================+*/
18   PROCEDURE deprn_adj_ret_assets (errbuf OUT NOCOPY VARCHAR2
19                                 , retcode OUT NOCOPY VARCHAR2
20                                 , p_book_type_code IN VARCHAR2);
21 
22 END jl_zz_fa_deprn_adj_pkg;