DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_VALIDATION dependencies on IGI_IAC_REVAL_ASSET_RULES

Line 60: from igi_iac_reval_asset_rules

56: )
57: return boolean is
58: cursor c_not_valid is
59: select revaluation_factor
60: from igi_iac_reval_asset_rules
61: where asset_id = fp_asset_id
62: and book_type_code = fp_book_type_code
63: and revaluation_id = fp_revaluation_id;
64: l_path varchar2(100);