DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on FA_BOOK_CONTROLS

Line 5375: FROM fa_book_controls fb,

5371:
5372: --Used to determine if the book type code is valid for the current SOB
5373: CURSOR book_type_code_cur (x_book_type_code VARCHAR2) IS
5374: SELECT fb.set_of_books_id
5375: FROM fa_book_controls fb,
5376: pa_implementations pi
5377: WHERE fb.set_of_books_id = pi.set_of_books_id
5378: AND fb.book_type_code = x_book_type_code;
5379: