DBA Data[Home] [Help]

PACKAGE: APPS.JL_ZZ_FA_REVAL_RULES_PKG

Source


1 PACKAGE jl_zz_fa_reval_rules_pkg AUTHID CURRENT_USER AS
2 /* $Header: jlzzfrrs.pls 115.4 2002/11/13 23:33:16 vsidhart ship $ */
3 
4 /*+=========================================================================+
5   |  PUBLIC PROCEDURE                                                       |
6   |    reval_rules_generator                                                |
7   |      p_book_type_code         Book Type Code                            |
8   |      p_mass_reval_id          Mass Revaluation Id                       |
9   |                                                                         |
10   |  NOTES                                                                  |
11   |  This procedure calculates the rates that have to be provided to the    |
12   |  revaluation process in order to calculate the inflation adjustment.    |
13   |  The rate is calculated in different ways depending on the type of book.|
14   |  For CIP assets, the rate must consider the fact that current period    |
15   |  modifications to the asset cost must not be inflation adjusted.        |
16   |                                                                         |
17   +=========================================================================+*/
18   PROCEDURE reval_rules_generator (errbuf OUT NOCOPY VARCHAR2
19                                  , retcode OUT NOCOPY VARCHAR2
20                                  , p_book_type_code   IN  VARCHAR2
21                                  , p_mass_reval_id    IN  NUMBER);
22 
23 END jl_zz_fa_reval_rules_pkg;