DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_HIST_PKG dependencies on IGI_IAC_DET_BALANCES

Line 164: FROM igi_iac_det_balances

160:
161: -- cusror to fecth the iac cost
162: CURSOR c_get_iac_cost(P_adjustment_id number) IS
163: SELECT SUM(adjustment_cost) Iac_cost
164: FROM igi_iac_det_balances
165: WHERE asset_id =p_asset_id
166: AND book_type_Code = p_book_type_code
167: AND adjustment_id = P_adjustment_id
168: AND NVL(active_flag,'Y') = 'Y'