DBA Data[Home] [Help]

APPS.IGI_IAC_WEBADI_PKG dependencies on FA_CALENDAR_TYPES

Line 116: From fa_calendar_types ct, fa_book_controls bc, fa_books bk

112: l_life_in_months number;
113: Begin
114: Select ct.calendar_type, ct.number_per_fiscal_year, bk.life_in_months
115: Into l_calendar_type, l_number_per_fiscal_year, l_life_in_months
116: From fa_calendar_types ct, fa_book_controls bc, fa_books bk
117: Where ct.calendar_type = bc.deprn_calendar
118: and bk.book_type_code = p_book_type_code
119: and bk.date_ineffective is null
120: and bk.asset_id = p_asset_id