750: and b.book_type_code = p_book_type_code;
751:
752: cursor ck_check_batch_for_transfers is
753: select 1 754: from dual 755: where exists
756: ( select 'x'
757: from fa_mass_update_batch_headers a
758: where a.status_code IN ('P', 'E', 'R', 'N', 'IP'