[Home] [Help]
PACKAGE: APPS.IGI_IAC_ROLLBACK_DEPRN_PKG
Source
1 PACKAGE IGI_IAC_ROLLBACK_DEPRN_PKG AUTHID CURRENT_USER as
2 /* $Header: igiacrds.pls 120.1 2007/10/29 15:27:50 vkilambi noship $ */
3
4
5 FUNCTION Do_Rollback_Deprn(
6 p_asset_hdr_rec fa_api_types.asset_hdr_rec_type,
7 p_period_rec fa_api_types.period_rec_type,
8 p_deprn_run_id NUMBER,
9 p_reversal_event_id NUMBER,
10 p_reversal_date DATE,
11 p_deprn_exists_count NUMBER,
12 p_calling_function VARCHAR2
13 ) return BOOLEAN;
14
15 END IGI_IAC_ROLLBACK_DEPRN_PKG;
16