DBA Data[Home] [Help]

PACKAGE: APPS.FA_UNPLANNED_PVT

Source


1 PACKAGE FA_UNPLANNED_PVT AUTHID CURRENT_USER as
2 /* $Header: FAVUNPLS.pls 120.3 2009/03/27 01:06:43 bridgway ship $   */
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) return boolean;
16 
17 END FA_UNPLANNED_PVT;