DBA Data[Home] [Help]

APPS.FA_CUA_ASSET_WB_APIS_PKG dependencies on FA_BOOK_CONTROLS

Line 96: from fa_books bk, fa_book_controls bc

92: v_corp_book varchar2(15);
93:
94: Cursor c_1 is
95: select bc.book_type_code
96: from fa_books bk, fa_book_controls bc
97: where bc.book_class = 'CORPORATE'
98: and bk.asset_id = X_Asset_Id
99: and bk.book_type_code = bc.book_type_code
100: and bk.date_ineffective is null;

Line 474: fa_book_controls bc

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
477: ct.calendar_type = bc.prorate_calendar and
478: cp.calendar_type = ct.calendar_type and