DBA Data[Home] [Help]

APPS.FA_INS_ADJ_PVT dependencies on FA_API_TYPES

Line 5: (p_trans_rec IN FA_API_TYPES.trans_rec_type,

1: PACKAGE BODY FA_INS_ADJ_PVT AS
2: /* $Header: FAVIATB.pls 120.12 2011/01/04 12:45:55 gigupta ship $ */
3:
4: Function faxiat
5: (p_trans_rec IN FA_API_TYPES.trans_rec_type,
6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
8: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
9: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,

Line 6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,

2: /* $Header: FAVIATB.pls 120.12 2011/01/04 12:45:55 gigupta ship $ */
3:
4: Function faxiat
5: (p_trans_rec IN FA_API_TYPES.trans_rec_type,
6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
8: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
9: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
10: p_cost IN number DEFAULT 0,

Line 7: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,

3:
4: Function faxiat
5: (p_trans_rec IN FA_API_TYPES.trans_rec_type,
6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
8: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
9: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
10: p_cost IN number DEFAULT 0,
11: p_clearing IN number DEFAULT 0,

Line 8: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,

4: Function faxiat
5: (p_trans_rec IN FA_API_TYPES.trans_rec_type,
6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
8: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
9: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
10: p_cost IN number DEFAULT 0,
11: p_clearing IN number DEFAULT 0,
12: p_deprn_expense IN number DEFAULT 0,

Line 9: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,

5: (p_trans_rec IN FA_API_TYPES.trans_rec_type,
6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
8: p_asset_cat_rec IN FA_API_TYPES.asset_cat_rec_type,
9: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,
10: p_cost IN number DEFAULT 0,
11: p_clearing IN number DEFAULT 0,
12: p_deprn_expense IN number DEFAULT 0,
13: p_bonus_expense IN number DEFAULT 0,

Line 21: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean is

17: p_ann_adj_amt IN number DEFAULT 0,
18: p_track_member_flag IN varchar2 DEFAULT NULL,
19: p_mrc_sob_type_code IN VARCHAR2,
20: p_calling_fn IN VARCHAR2
21: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean is
22:
23: l_adj fa_adjust_type_pkg.fa_adj_row_struct;
24: l_clear_adj fa_adjust_type_pkg.fa_adj_row_struct;
25: