DBA Data[Home] [Help]

APPS.FARX_C_WD dependencies on FA_CALENDAR_TYPES

Line 276: from fa_book_controls bc, fa_calendar_types ct,

272:
273: -- Make sure calendar is defined for duration of projection.
274:
275: select count(*) into h_count
276: from fa_book_controls bc, fa_calendar_types ct,
277: fa_calendar_periods cp
278: where bc.book_type_code = argument1
279: and bc.deprn_calendar = ct.calendar_type
280: and ct.calendar_type = cp.calendar_type