DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN2_PKG dependencies on FA_STD_TYPES

Line 6: X_assets in out nocopy fa_std_types.number_tbl_type,

2: /* $Header: FAWDPR2B.pls 120.16.12010000.1 2008/07/28 13:19:25 appldev ship $ */
3:
4:
5: function whatif_deprn (
6: X_assets in out nocopy fa_std_types.number_tbl_type,
7: X_num_assets in number,
8: X_method in varchar2,
9: X_life in number,
10: X_adjusted_rate in number,

Line 577: X_good_assets out nocopy fa_std_types.number_tbl_type,

573: X_description in varchar2,
574: X_category_id in number,
575: X_mode in varchar2,
576: X_rsv_flag in varchar2,
577: X_good_assets out nocopy fa_std_types.number_tbl_type,
578: X_num_good out nocopy number,
579: retcode out nocopy number,
580: errbuf out nocopy varchar2)
581: return boolean is