DBA Data[Home] [Help]

APPS.FA_MASS_ADD_VALIDATE dependencies on FA_BOOK_CONTROLS

Line 138: from fa_book_controls

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

Line 217: from fa_deprn_periods dp, fa_book_controls bc

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