DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN2_PKG dependencies on FA_STD_TYPES

Line 24: X_assets in out nocopy fa_std_types.number_tbl_type,

20: -- Run whatif_insert_itf, and commit.
21:
22:
23: function whatif_deprn (
24: X_assets in out nocopy fa_std_types.number_tbl_type,
25: X_num_assets in number,
26: X_method in varchar2,
27: X_life in number,
28: X_adjusted_rate in number,

Line 75: X_good_assets out nocopy fa_std_types.number_tbl_type,

71: X_description in varchar2,
72: X_category_id in number,
73: X_mode in varchar2,
74: X_rsv_flag in varchar2,
75: X_good_assets out nocopy fa_std_types.number_tbl_type,
76: X_num_good out nocopy number,
77: retcode out nocopy number,
78: errbuf out nocopy varchar2)
79: return boolean;