DBA Data[Home] [Help]

APPS.FA_XLA_EXTRACT_UTIL_PKG dependencies on FND_GLOBAL

Line 258: set create_accounting_request_id = fnd_global.conc_request_id

254: END IF;
255:
256: if (p_book_type_code is null) then
257: update fa_book_controls
258: set create_accounting_request_id = fnd_global.conc_request_id
259: where set_of_books_id = p_ledger_id
260: and book_class <> 'BUDGET';
261: else
262: update fa_book_controls

Line 263: set create_accounting_request_id = fnd_global.conc_request_id

259: where set_of_books_id = p_ledger_id
260: and book_class <> 'BUDGET';
261: else
262: update fa_book_controls
263: set create_accounting_request_id = fnd_global.conc_request_id
264: where book_type_code = p_book_type_code;
265: end if;
266:
267: commit;