DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on FA_CALENDAR_PERIODS

Line 1146: from fa_calendar_periods cp,

1142: -- Check that prorate date is defined for given dpis.
1143: begin
1144: select 'x'
1145: into l_check_prorate_date
1146: from fa_calendar_periods cp,
1147: fa_book_controls bc
1148: where bc.book_type_code = p_book_type_code
1149: and bc.prorate_calendar = cp.calendar_type
1150: and l_prorate_date between cp.start_date and cp.end_date;