DBA Data[Home] [Help]

APPS.FA_XLA_EVENTS_PVT dependencies on FA_CACHE_PKG

Line 107: fa_cache_pkg.fazcdp_record.calendar_period_open_date);

103: raise invalid_event_status;
104: end if;
105:
106: l_event_date := greatest(l_event_date,
107: fa_cache_pkg.fazcdp_record.calendar_period_open_date);
108:
109: if (p_log_level_rec.statement_level) then
110: fa_debug_pkg.add(l_calling_fn, 'l_trx_source_info.application_id ', l_trx_source_info.application_id
111: ,p_log_level_rec => p_log_level_rec);

Line 242: fa_cache_pkg.fazcdp_record.calendar_period_open_date);

238: raise invalid_event_status;
239: end if;
240:
241: l_event_date := greatest(l_event_date,
242: fa_cache_pkg.fazcdp_record.calendar_period_open_date);
243:
244: -- Call XLA API
245: px_trans_rec_src.event_id :=
246: XLA_EVENTS_PUB_PKG.create_event

Line 408: nvl(p_secondary_sob_id,fa_cache_pkg.fazcbc_record.set_of_books_id),

404: valuation_method
405: )
406: values
407: (140 ,
408: nvl(p_secondary_sob_id,fa_cache_pkg.fazcbc_record.set_of_books_id),
409: l_legal_entity_id ,
410: p_entity_type_code ,
411: 'DEPRECIATION' ,
412: p_period_close_date ,

Line 427: p_ledger_id => nvl(p_secondary_sob_id,fa_cache_pkg.fazcbc_record.set_of_books_id),

423: XLA_EVENTS_PUB_PKG.create_bulk_events
424: (p_source_application_id => 140,
425: p_application_id => 140,
426: p_legal_entity_id => l_legal_entity_id,
427: p_ledger_id => nvl(p_secondary_sob_id,fa_cache_pkg.fazcbc_record.set_of_books_id),
428: p_entity_type_code => p_entity_type_code
429: );
430:
431: select event_id bulk collect

Line 485: if (p_secondary_sob_id <> fa_cache_pkg.fazcbc_record.set_of_books_id) then

481: l_dummy_number (i) := i;
482: end loop;
483:
484: -- Secondary Changes
485: if (p_secondary_sob_id <> fa_cache_pkg.fazcbc_record.set_of_books_id) then
486: l_sob_id := p_secondary_sob_id;
487: else
488: l_sob_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
489: end if;

Line 488: l_sob_id := fa_cache_pkg.fazcbc_record.set_of_books_id;

484: -- Secondary Changes
485: if (p_secondary_sob_id <> fa_cache_pkg.fazcbc_record.set_of_books_id) then
486: l_sob_id := p_secondary_sob_id;
487: else
488: l_sob_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
489: end if;
490:
491: -- load the array as required by SLA:
492: -- verify event number and transaction number relevance here

Line 532: p_ledger_id => fa_cache_pkg.fazcbc_record.set_of_books_id,

528: XLA_EVENTS_PUB_PKG.create_bulk_events
529: (p_source_application_id => 140,
530: p_application_id => 140,
531: p_legal_entity_id => l_legal_entity_id,
532: p_ledger_id => fa_cache_pkg.fazcbc_record.set_of_books_id,
533: p_entity_type_code => p_entity_type_code
534: );
535:
536: select event_id bulk collect

Line 619: fa_cache_pkg.fazcdp_record.calendar_period_open_date);

615: where transaction_header_id = p_transaction_header_id;
616: end if;
617:
618: l_event_date := greatest(p_event_date,
619: fa_cache_pkg.fazcdp_record.calendar_period_open_date);
620:
621: XLA_EVENTS_PUB_PKG.update_event
622: (p_event_source_info => l_trx_source_info,
623: p_event_id => l_event_id,