DBA Data[Home] [Help]

APPS.IGI_IAC_TRANSFERS_PKG dependencies on FA_BOOKS

Line 10: FUNCTION Do_prior_transfer(p_book_type_code fa_books.book_type_code%type,

6: p_asset_cat_rec FA_API_TYPES.asset_cat_rec_type,
7: p_calling_function varchar2,
8: p_event_id number --R12 uptake
9: )RETURN BOOLEAN;
10: FUNCTION Do_prior_transfer(p_book_type_code fa_books.book_type_code%type,
11: p_asset_id fa_additions_b.asset_id%type,
12: p_category_id fa_categories.category_id%type,
13: p_transaction_header_id fa_transaction_headers.transaction_header_id%type,
14: p_cost fa_books.cost%type,

Line 14: p_cost fa_books.cost%type,

10: FUNCTION Do_prior_transfer(p_book_type_code fa_books.book_type_code%type,
11: p_asset_id fa_additions_b.asset_id%type,
12: p_category_id fa_categories.category_id%type,
13: p_transaction_header_id fa_transaction_headers.transaction_header_id%type,
14: p_cost fa_books.cost%type,
15: p_adjusted_cost fa_books.adjusted_cost%type,
16: p_salvage_value fa_books.salvage_value%type,
17: p_current_units fa_additions_b.current_units%type,
18: p_life_in_months fa_books.life_in_months%type,

Line 15: p_adjusted_cost fa_books.adjusted_cost%type,

11: p_asset_id fa_additions_b.asset_id%type,
12: p_category_id fa_categories.category_id%type,
13: p_transaction_header_id fa_transaction_headers.transaction_header_id%type,
14: p_cost fa_books.cost%type,
15: p_adjusted_cost fa_books.adjusted_cost%type,
16: p_salvage_value fa_books.salvage_value%type,
17: p_current_units fa_additions_b.current_units%type,
18: p_life_in_months fa_books.life_in_months%type,
19: p_calling_function varchar2,

Line 16: p_salvage_value fa_books.salvage_value%type,

12: p_category_id fa_categories.category_id%type,
13: p_transaction_header_id fa_transaction_headers.transaction_header_id%type,
14: p_cost fa_books.cost%type,
15: p_adjusted_cost fa_books.adjusted_cost%type,
16: p_salvage_value fa_books.salvage_value%type,
17: p_current_units fa_additions_b.current_units%type,
18: p_life_in_months fa_books.life_in_months%type,
19: p_calling_function varchar2,
20: p_event_id number --R12 uptake

Line 18: p_life_in_months fa_books.life_in_months%type,

14: p_cost fa_books.cost%type,
15: p_adjusted_cost fa_books.adjusted_cost%type,
16: p_salvage_value fa_books.salvage_value%type,
17: p_current_units fa_additions_b.current_units%type,
18: p_life_in_months fa_books.life_in_months%type,
19: p_calling_function varchar2,
20: p_event_id number --R12 uptake
21: ) RETURN BOOLEAN;
22: FUNCTION Do_Rollback_Deprn(