DBA Data[Home] [Help]

PACKAGE: APPS.FA_UNPLANNED_PVT

Source


1 PACKAGE FA_UNPLANNED_PVT as
2 /* $Header: FAVUNPLS.pls 120.2 2005/06/24 16:47:45 snarayan noship $   */
3 
4 FUNCTION do_unplanned
5    (px_trans_rec              IN OUT NOCOPY FA_API_TYPES.trans_rec_type,
6     p_asset_hdr_rec           IN     FA_API_TYPES.asset_hdr_rec_type,
7     p_asset_desc_rec          IN     FA_API_TYPES.asset_desc_rec_type,
8     p_asset_type_rec          IN     FA_API_TYPES.asset_type_rec_type,
9     p_asset_cat_rec           IN     FA_API_TYPES.asset_cat_rec_type,
10     p_asset_fin_rec           IN     FA_API_TYPES.asset_fin_rec_type,
11     p_asset_deprn_rec         IN     FA_API_TYPES.asset_deprn_rec_type,
12     p_unplanned_deprn_rec     IN     FA_API_TYPES.unplanned_deprn_rec_type,
13     p_period_rec              IN     FA_API_TYPES.period_rec_type,
14     p_mrc_sob_type_code       IN     VARCHAR2,
15     p_log_level_rec           IN fa_api_types.log_level_rec_type default null
16    ) return boolean;
17 
18 END FA_UNPLANNED_PVT;