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 77: X_good_assets out nocopy fa_std_types.number_tbl_type,

73: X_description in varchar2,
74: X_category_id in number,
75: X_mode in varchar2,
76: X_rsv_flag in varchar2,
77: X_good_assets out nocopy fa_std_types.number_tbl_type,
78: X_num_good out nocopy number,
79: X_start_range in number,
80: X_end_range in number,
81: x_return_status out nocopy number)