DBA Data[Home] [Help]

APPS.IPA_ASSET_MECH_APIS_PKG dependencies on FA_BOOK_CONTROLS

Line 191: from fa_book_controls bc, fa_category_books cb, pa_implementations pi

187: where upper(segment1||segment2||segment3||segment4||segment5||segment6||segment7) = upper(v_asset_location);
188:
189: cursor get_book_type IS
190: select bc.book_type_code
191: from fa_book_controls bc, fa_category_books cb, pa_implementations pi
192: where cb.category_id = v_category_id
193: and cb.book_type_code = bc.book_type_code
194: and bc.book_class = 'CORPORATE'
195: and pi.set_of_books_id = bc.set_of_books_id;

Line 199: from fa_book_controls

195: and pi.set_of_books_id = bc.set_of_books_id;
196:
197: cursor get_book_info is
198: Select accounting_flex_structure
199: from fa_book_controls
200: where book_type_code = v_book_type_code;
201: Begin
202: -- added more staging code messages tls crl3.1
203: