DBA Data[Home] [Help]

APPS.FARX_RR dependencies on FA_CATEGORY_BOOKS

Line 131: FROM fa_category_books cb,

127: NULL,
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,

Line 198: FROM fa_category_books cb,

194: cb.asset_cost_account_ccid),
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,