DBA Data[Home] [Help]

APPS.FARX_RR dependencies on FA_BOOK_CONTROLS

Line 132: fa_book_controls bc,

128: -- for reserve account
129: decode(ah.asset_type, 'CIP', NULL, cb.reserve_account_ccid),
130: NULL
131: FROM fa_category_books cb,
132: fa_book_controls bc,
133: fa_books bk,
134: fa_asset_history ah,
135: fa_additions ad,
136: fa_transaction_headers th

Line 199: fa_book_controls bc,

195: -- for reserve account
196: decode(ah.asset_type, 'CIP', NULL, cb.reserve_account_ccid),
197: th.transaction_header_id
198: FROM fa_category_books cb,
199: fa_book_controls bc,
200: fa_books bk,
201: fa_asset_history ah,
202: fa_additions ad,
203: fa_transaction_headers th

Line 324: FROM fa_book_controls

320:
321: -- cursor to fetch accounting flexfield structure.
322: CURSOR get_acct_flex_struct IS
323: SELECT accounting_flex_structure
324: FROM fa_book_controls
325: WHERE book_type_code = a_tbl(a_index).book_type_code;
326:
327: h_request_id NUMBER;
328: h_msg_count NUMBER;