DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on FND_GLOBAL

Line 192: set create_accounting_request_id = fnd_global.conc_request_id

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;
196:

Line 366: and ev.request_id = fnd_global.conc_request_id --bug# 7642903

362: and te.valuation_method = p_book_type_code
363: and ev.application_id = l_appl_id
364: and ev.process_status_code <> 'P'
365: and ev.entity_id = te.entity_id
366: and ev.request_id = fnd_global.conc_request_id --bug# 7642903
367: and ev.event_type_code in
368: ('ADDITIONS',
369: 'ADJUSTMENTS',
370: 'CAPITALIZATION',

Line 447: and ev.request_id = fnd_global.conc_request_id --bug# 7642903

443: and te.valuation_method = p_book_type_code
444: and ev.application_id = l_appl_id
445: and ev.process_status_code <> 'P'
446: and ev.entity_id = te.entity_id
447: and ev.request_id = fnd_global.conc_request_id --bug# 7642903
448: and ev.event_type_code in
449: ('CIP_SOURCE_LINE_TRANSFERS',
450: 'SOURCE_LINE_TRANSFERS',
451: 'RESERVE_TRANSFERS')