DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_WB_APIS_PKG dependencies on FA_CALENDAR_PERIODS

Line 472: from fa_calendar_periods cp,

468: FUNCTION GET_PERIOD_END_DATE(X_book_type_code VARCHAR2,
469: x_date DATE, p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) return date IS
470: CURSOR C IS
471: select (cp.end_date)
472: from fa_calendar_periods cp,
473: fa_calendar_types ct,
474: fa_book_controls bc
475: where bc.book_type_code = X_book_type_code and
476: bc.date_ineffective is null and