DBA Data[Home] [Help]

APPS.FA_PROCESS_IMPAIRMENT_PKG dependencies on FA_IMPAIRMENT_PREV_PVT

Line 149: l_asset_id FA_IMPAIRMENT_PREV_PVT.tab_num_type; -- Bug# 7000391

145:
146: imp_err exception;
147:
148: l_temp number;
149: l_asset_id FA_IMPAIRMENT_PREV_PVT.tab_num_type; -- Bug# 7000391
150: l_nbv_value FA_IMPAIRMENT_PREV_PVT.tab_num_type; -- Bug# 7000391
151: l_ret_code number; -- Bug# 7000391
152:
153: /*Bug# 8394781- */

Line 150: l_nbv_value FA_IMPAIRMENT_PREV_PVT.tab_num_type; -- Bug# 7000391

146: imp_err exception;
147:
148: l_temp number;
149: l_asset_id FA_IMPAIRMENT_PREV_PVT.tab_num_type; -- Bug# 7000391
150: l_nbv_value FA_IMPAIRMENT_PREV_PVT.tab_num_type; -- Bug# 7000391
151: l_ret_code number; -- Bug# 7000391
152:
153: /*Bug# 8394781- */
154: --Bug# 14595406 - Modified query

Line 610: if not FA_IMPAIRMENT_PREV_PVT.process_depreciation(

606: -- ************* *****************
607: -- Preview Phase
608: -- ************* *****************
609: -- *************
610: if not FA_IMPAIRMENT_PREV_PVT.process_depreciation(
611: p_request_id => l_request_id,
612: p_book_type_code => p_book_type_code,
613: p_worker_id => 0,
614: p_period_rec => l_period_rec,

Line 694: if not FA_IMPAIRMENT_PREV_PVT.calc_total_nbv(

690: -- ****************************************************
691: -- Calculate total NBV and Allocation Phase
692: -- ****************************************************
693:
694: if not FA_IMPAIRMENT_PREV_PVT.calc_total_nbv(
695: p_request_id => l_request_id
696: , p_book_type_code => p_book_type_code
697: , p_transaction_date => l_transaction_date
698: -- , p_period_rec => l_period_rec

Line 720: if not FA_IMPAIRMENT_PREV_PVT.calculate_catchup(

716: -- *************************************************
717: -- Calculate catch-up expense due to bd impairment
718: -- *************************************************
719:
720: if not FA_IMPAIRMENT_PREV_PVT.calculate_catchup(
721: p_request_id => l_request_id
722: , p_book_type_code => p_book_type_code
723: , p_worker_id => 0
724: , p_period_rec => l_period_rec

Line 775: if not FA_IMPAIRMENT_PREV_PVT.process_depreciation(

771: -- ************* *****************
772: -- Preview Phase
773: -- ************* *****************
774: -- *************
775: if not FA_IMPAIRMENT_PREV_PVT.process_depreciation(
776: p_request_id => p_parent_request_id,
777: p_book_type_code => p_book_type_code,
778: p_worker_id => p_request_number,
779: p_period_rec => l_period_rec,