DBA Data[Home] [Help]

PACKAGE: APPS.FA_CIP_PVT

Source


1 PACKAGE FA_CIP_PVT AUTHID CURRENT_USER as
2 /* $Header: FAVCIPS.pls 120.3 2009/03/26 23:42:35 bridgway ship $   */
3 
4 FUNCTION do_cap_rev
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_cat_rec           IN     FA_API_TYPES.asset_cat_rec_type,
9     px_asset_type_rec         IN OUT NOCOPY FA_API_TYPES.asset_type_rec_type,
10     p_asset_fin_rec_old       IN     FA_API_TYPES.asset_fin_rec_type,
11     px_asset_fin_rec          IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
12     p_period_rec              IN     FA_API_TYPES.period_rec_type,
13     p_mrc_sob_type_code       IN     VARCHAR2
14    , p_log_level_rec        IN     FA_API_TYPES.log_level_rec_type) RETURN BOOLEAN;
15 
16 END FA_CIP_PVT;