DBA Data[Home] [Help]

PACKAGE: APPS.IGI_IAC_ADJ_PKG

Source


1 PACKAGE IGI_IAC_ADJ_PKG AS
2 -- $Header: igiiadjs.pls 120.2.12000000.2 2007/10/16 14:18:53 sharoy noship $
3 
4    FUNCTION Do_Record_Adjustments(
5        p_trans_rec                      FA_API_TYPES.trans_rec_type,
6        p_asset_hdr_rec                  FA_API_TYPES.asset_hdr_rec_type,
7        p_asset_cat_rec                  FA_API_TYPES.asset_cat_rec_type,
8        p_asset_desc_rec                 FA_API_TYPES.asset_desc_rec_type,
9        p_asset_type_rec                 FA_API_TYPES.asset_type_rec_type,
10        p_asset_fin_rec                  FA_API_TYPES.asset_fin_rec_type,
11        p_asset_deprn_rec                FA_API_TYPES.asset_deprn_rec_type,
12        p_calling_function               VARCHAR2
13     ) return BOOLEAN;
14 
15    FUNCTION Do_Process_Adjustments(
16        p_book_type_code                 VARCHAR2,
17        P_Period_counter                 NUMBER ,
18        p_calling_function               VARCHAR2
19 
20    ) return BOOLEAN;
21 
22 END igi_iac_adj_pkg; -- Package spec