DBA Data[Home] [Help]

APPS.FA_MASS_ADD_VALIDATE dependencies on FA_BOOK_CONTROLS

Line 136: from fa_book_controls

132:
133:
134: cursor c2 is
135: select book_class
136: from fa_book_controls
137: where book_type_code = x_book_type_code;
138:
139: c2_rec c2%rowtype;
140:

Line 214: from fa_deprn_periods dp, fa_book_controls bc

210: return number
211: is
212: cursor c1 (x_date_in_service IN date) is
213: select count(*) dummy
214: from fa_deprn_periods dp, fa_book_controls bc
215: where trunc(x_date_in_service) >
216: trunc(nvl(dp.calendar_period_close_date,
217: x_date_in_service))
218: and bc.book_class = 'CORPORATE'