DBA Data[Home] [Help]

APPS.IA_WF_REQUEST_PKG dependencies on FA_BOOK_CONTROLS

Line 213: from fa_book_controls

209: begin
210:
211: select book_type_code
212: into l_dummy_text
213: from fa_book_controls
214: where book_type_code=l_book_type_code
215: and book_class='CORPORATE'
216: and rownum < 2;
217: