DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on FA_BOOK_CONTROLS

Line 191: update fa_book_controls

187: 'Beginning of procedure');
188:
189: END IF;
190:
191: update fa_book_controls
192: set create_accounting_request_id = fnd_global.conc_request_id
193: where book_type_code = p_book_type_code;
194:
195: commit;

Line 245: update fa_book_controls

241: 'Beginning of procedure');
242:
243: END IF;
244:
245: update fa_book_controls
246: set create_accounting_request_id = null
247: where book_type_code = p_book_type_code;
248:
249: commit;

Line 358: fa_book_controls bc

354: bc.book_type_code
355: from xla_transaction_entities te,
356: xla_events ev,
357: fa_transaction_headers th,
358: fa_book_controls bc
359: where te.application_id = l_appl_id
360: and te.ledger_id = bc.set_of_books_id
361: and te.entity_code = 'TRANSACTIONS'
362: and te.valuation_method = p_book_type_code

Line 439: fa_book_controls bc

435: bc.book_type_code
436: from xla_events ev,
437: xla_transaction_entities te,
438: fa_trx_references trx,
439: fa_book_controls bc
440: where te.application_id = l_appl_id
441: and te.ledger_id = bc.set_of_books_id
442: and te.entity_code = 'INTER_ASSET_TRANSACTIONS'
443: and te.valuation_method = p_book_type_code