DBA Data[Home] [Help]

PACKAGE: APPS.FA_DEPRN_ROLLBACK_PVT

Source


1 PACKAGE FA_DEPRN_ROLLBACK_PVT AS
2 /* $Header: FAVDRBS.pls 120.3 2005/06/24 00:49:52 lson noship $   */
3 
4 function do_rollback (
5    p_asset_hdr_rec          IN     fa_api_types.asset_hdr_rec_type,
6    p_period_rec             IN     fa_api_types.period_rec_type,
7    p_deprn_run_id           IN     NUMBER,
8    p_reversal_event_id      IN     NUMBER,
9    p_reversal_date          IN     DATE,
10    p_deprn_exists_count     IN     NUMBER,
11    p_mrc_sob_type_code      IN     VARCHAR2,
12    p_calling_fn             IN     VARCHAR2,
13    p_log_level_rec          IN     FA_API_TYPES.log_level_rec_type default null
14 ) return boolean;
15 
16 END FA_DEPRN_ROLLBACK_PVT;