DBA Data[Home] [Help]

APPS.FA_BOOK_CONTROLS_PKG dependencies on FA_MC_BOOKS

Line 1499: from fa_mc_books

1495: if (X_mrc_sob_type_code = 'R') then
1496: begin
1497: select 1
1498: into l_exists
1499: from fa_mc_books
1500: where book_type_code = l_book_type_code;
1501: exception
1502: when no_data_found then
1503: l_exists := 0;

Line 1510: from fa_mc_books

1506: else
1507: begin
1508: select 1
1509: into l_exists
1510: from fa_mc_books
1511: where book_type_code = l_book_type_code;
1512: exception
1513: when no_data_found then
1514: l_exists := 0;