DBA Data[Home] [Help]

APPS.FA_FAS445_XMLP_PKG dependencies on FA_CALENDAR_TYPES

Line 316: from fa_book_controls bc, fa_calendar_types ct

312: select bc.deprn_calendar,
313: bc.fiscal_year_name,
314: ct.number_per_fiscal_year
315: into h_calendar_type, h_fy_name, h_num_per_fy
316: from fa_book_controls bc, fa_calendar_types ct
317: where bc.book_type_code = X_book
318: and bc.deprn_calendar = ct.calendar_type;
319: dpr_in.calendar_type := h_calendar_type;
320: dpr_in.jdate_retired := 0;

Line 807: from fa_book_controls bc, fa_calendar_types ct

803: select bc.deprn_calendar,
804: bc.fiscal_year_name,
805: ct.number_per_fiscal_year
806: into h_calendar_type, h_fy_name, h_num_per_fy
807: from fa_book_controls bc, fa_calendar_types ct
808: where bc.book_type_code = X_book
809: and bc.deprn_calendar = ct.calendar_type;
810: dpr_in.calendar_type := h_calendar_type;
811: dpr_in.jdate_retired := 0;