DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN2_PKG dependencies on FARX_C_WD

Line 220: and sob.set_of_books_id = FARX_C_WD.sob_id -- Enhancement bug 3037321

216: select cur.precision into h_precision
217: from fa_book_controls bc, gl_sets_of_books sob, fnd_currencies cur
218: where bc.book_type_code = X_book
219: --and sob.set_of_books_id = bc.set_of_books_id
220: and sob.set_of_books_id = FARX_C_WD.sob_id -- Enhancement bug 3037321
221: and sob.currency_code = cur.currency_code;
222:
223: if (nvl(X_request_id,0) <> 0) then
224: select fcr.last_update_login into h_login_id

Line 495: where set_of_books_id = FARX_C_WD.sob_id;

491: -- Enhancement bug 3037321
492: select currency_code
493: into h_currency
494: from gl_sets_of_books
495: where set_of_books_id = FARX_C_WD.sob_id;
496:
497: fa_rx_shared_pkg.concat_category(h_cat_struct,
498: X_cat_id,
499: h_concat_str,