DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_CRUD dependencies on IGI_IAC_EXCEPTIONS

Line 53: delete from igi_iac_exceptions

49:
50: -- for NOCOPY.
51: l_fp_reval_exceptions := fp_reval_exceptions;
52:
53: delete from igi_iac_exceptions
54: where asset_id = fp_reval_exceptions.asset_id
55: and book_type_code = fp_reval_exceptions.book_type_code
56: and revaluation_id = fp_revaluation_id;
57:

Line 63: insert into igi_iac_exceptions

59: into l_category_id
60: from fa_additions
61: where asset_id = fp_reval_exceptions.asset_id;
62:
63: insert into igi_iac_exceptions
64: (
65: revaluation_id ,
66: asset_id ,
67: category_id ,