DBA Data[Home] [Help]

APPS.FA_BOOK_CONTROLS_PKG dependencies on FA_BOOKS_MRC_V

Line 1882: from fa_books_mrc_v

1878: if (X_mrc_sob_type_code = 'R') then
1879: begin
1880: select 1
1881: into l_exists
1882: from fa_books_mrc_v
1883: where book_type_code = l_book_type_code;
1884: exception
1885: when no_data_found then
1886: l_exists := 0;

Line 1893: from fa_books_mrc_v

1889: else
1890: begin
1891: select 1
1892: into l_exists
1893: from fa_books_mrc_v
1894: where book_type_code = l_book_type_code;
1895: exception
1896: when no_data_found then
1897: l_exists := 0;