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 323: FROM fa_book_controls

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