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.18.12020000.3 2012/09/24 06:48:55 dvjoshi 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 688: X_good_assets out nocopy fa_std_types.number_tbl_type,

684: X_description in varchar2,
685: X_category_id in number,
686: X_mode in varchar2,
687: X_rsv_flag in varchar2,
688: X_good_assets out nocopy fa_std_types.number_tbl_type,
689: X_num_good out nocopy number,
690: X_start_range in number,
691: X_end_range in number,
692: x_return_status out nocopy number)