DBA Data[Home] [Help]

APPS.FA_FAS443_XMLP_PKG dependencies on FA_CALENDAR_TYPES

Line 335: from fa_book_controls bc, fa_calendar_types ct

331: select bc.deprn_calendar,
332: bc.fiscal_year_name,
333: ct.number_per_fiscal_year
334: into h_calendar_type, h_fy_name, h_num_per_fy
335: from fa_book_controls bc, fa_calendar_types ct
336: where bc.book_type_code = X_book
337: and bc.deprn_calendar = ct.calendar_type;
338: dpr_in.calendar_type := h_calendar_type;
339: dpr_in.jdate_retired := 0;