DBA Data[Home] [Help]

APPS.FA_TERMINAL_GAIN_LOSS_PVT dependencies on FA_BOOK_CONTROLS

Line 36: from fa_book_controls

32: CURSOR c_get_deprn_run_date IS
33: select last_update_date
34: , last_updated_by
35: , last_update_login
36: from fa_book_controls
37: where book_type_code = p_book_type_code;
38:
39: CURSOR c_get_mc_deprn_run_date IS
40: select last_update_date

Line 143: -- Get last_update_date from fa_book_controls

139:
140: raise tgl_err;
141: end if;
142:
143: -- Get last_update_date from fa_book_controls
144: -- date effective for this terminal gain loss trx
145: -- will be last_update_date - 1 sec.
146: if (p_mrc_sob_type_code = 'R') then
147: OPEN c_get_mc_deprn_run_date;