DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_EXCEP_INER_PKG dependencies on IGI_MHC_BOOK_CONTROLS

Line 213: from igi_mhc_book_controls

209: and a.date_ineffective is null;
210:
211: Cursor C_Tax_Book_Info (p_book in varchar2) Is
212: Select book_type_code
213: from igi_mhc_book_controls
214: where book_type_code in (Select book_type_code
215: from fa_book_controls
216: where book_class ='TAX'
217: and distribution_source_book =p_book)