DBA Data[Home] [Help]

APPS.FA_CUA_DERIVE_ASSET_ATTR_PKG dependencies on FA_BOOK_CONTROLS

Line 50: from fa_book_controls

46: cursor C1 is
47: select 1
48: from dual
49: where exists ( select 'X'
50: from fa_book_controls
51: where book_type_code = x_book_type_code
52: and book_class = 'CORPORATE' );
53:
54: v_old_err_stack VARCHAR2(630);