DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CRUD dependencies on IGI_IAC_REVAL_ASSET_RULES

Line 2064: from igi_iac_reval_asset_rules

2060: )
2061: return boolean is
2062: cursor c_check is
2063: select 'x'
2064: from igi_iac_reval_asset_rules
2065: where revaluation_factor <> 1
2066: and asset_id = fp_asset_id
2067: and book_type_code = fp_book_type_code
2068: and revaluation_id = fp_reval_id

Line 2109: from igi_iac_reval_asset_rules

2105: )
2106: return boolean is
2107: cursor c_check is
2108: select 'x'
2109: from igi_iac_reval_asset_rules
2110: where revaluation_factor <> 1
2111: and book_type_code = fp_book_type_code
2112: and revaluation_id = fp_reval_id;
2113: l_can_update boolean;

Line 2265: , igi_iac_reval_asset_rules iirar

2261: cursor c_reval_info is
2262: select iar.revaluation_id, iar.revaluation_date
2263: , iirar.revaluation_factor
2264: from igi_iac_revaluations iar
2265: , igi_iac_reval_asset_rules iirar
2266: where iar.revaluation_id = fp_reval_id
2267: and iirar.revaluation_id = fp_reval_id
2268: and iirar.asset_id = fp_asset_id
2269: and iirar.book_type_code = iar.book_type_code