DBA Data[Home] [Help]

APPS.JGRX_FAREG dependencies on FA_CALENDAR_PERIODS

Line 933: FROM fa_calendar_periods

929: FROM fa_rates
930: WHERE method_id = JGRX_FAREG.var.method_id
931: AND year = X_life_of_asset
932: AND period_placed_in_service = (SELECT period_num
933: FROM fa_calendar_periods
934: WHERE calendar_type = X_deprn_calendar -- X_deprn_calendar is retrieved in Get_fiscal_year_date()
935: AND JGRX_FAREG.var.prorate_date BETWEEN start_date -- X_prorate_date is retrieved in Get_fiscal_year_date()
936: AND end_date);
937: