DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on FA_BOOK_CONTROLS

Line 5761: FROM fa_book_controls fb,

5757:
5758: --Used to determine if the book type code is valid for the current SOB
5759: CURSOR book_type_code_cur (x_book_type_code VARCHAR2) IS
5760: SELECT fb.set_of_books_id
5761: FROM fa_book_controls fb,
5762: pa_implementations pi
5763: WHERE fb.set_of_books_id = pi.set_of_books_id
5764: AND fb.book_type_code = x_book_type_code;
5765: