DBA Data[Home] [Help]

APPS.FARX_C_WD dependencies on FA_CALENDAR_TYPES

Line 302: from fa_book_controls bc, fa_calendar_types ct,

298:
299: -- Make sure calendar is defined for duration of projection.
300:
301: select count(*) into h_count
302: from fa_book_controls bc, fa_calendar_types ct,
303: fa_calendar_periods cp
304: where bc.book_type_code = argument1
305: and bc.deprn_calendar = ct.calendar_type
306: and ct.calendar_type = cp.calendar_type