DBA Data[Home] [Help]

APPS.IGI_IAC_XLA_EVENTS_PKG dependencies on IGI_IAC_REVALUATIONS

Line 43: from igi_iac_revaluations

39: p_string => 'create_revaluation_event....Welcome... ');
40:
41: select book_type_code,revaluation_date
42: into l_book_type_code,l_revaluation_date
43: from igi_iac_revaluations
44: where revaluation_id =p_revaluation_id;
45:
46: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
47: p_full_path => l_path_name,

Line 144: from igi_iac_revaluations

140: begin
141:
142: select book_type_code,revaluation_date,event_id
143: into l_book_type_code,l_revaluation_date,l_event_id
144: from igi_iac_revaluations
145: where revaluation_id =p_revaluation_id;
146:
147: -- Find the set_of_books_id and the currency code
148: IF (igi_iac_common_utils.get_book_gl_info(l_book_type_code

Line 214: from igi_iac_revaluations

210: BEGIN
211:
212: select book_type_code,revaluation_date
213: into l_book_type_code,l_revaluation_date
214: from igi_iac_revaluations
215: where revaluation_id =p_revaluation_id;
216:
217: -- Find the set_of_books_id and the currency code
218: IF (igi_iac_common_utils.get_book_gl_info(l_book_type_code