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 150: from igi_iac_revaluations

146: begin
147:
148: select book_type_code,revaluation_date,event_id
149: into l_book_type_code,l_revaluation_date,l_event_id
150: from igi_iac_revaluations
151: where revaluation_id =p_revaluation_id;
152:
153: -- Find the set_of_books_id and the currency code
154: IF (igi_iac_common_utils.get_book_gl_info(l_book_type_code

Line 222: from igi_iac_revaluations

218: BEGIN
219:
220: select book_type_code,revaluation_date
221: into l_book_type_code,l_revaluation_date
222: from igi_iac_revaluations
223: where revaluation_id =p_revaluation_id;
224:
225: -- Find the set_of_books_id and the currency code
226: IF (igi_iac_common_utils.get_book_gl_info(l_book_type_code