DBA Data[Home] [Help]

APPS.FA_XLA_EVENTS_PVT dependencies on FA_CACHE_PKG

Line 4: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

1: package body FA_XLA_EVENTS_PVT as
2: /* $Header: faeventb.pls 120.15.12010000.2 2008/07/31 07:13:32 sbhaskar ship $ */
3:
4: g_print_debug boolean := fa_cache_pkg.fa_print_debug;
5:
6: FUNCTION create_transaction_event
7: (p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
8: p_asset_type_rec IN FA_API_TYPES.asset_type_rec_type,

Line 35: l_trx_source_info.ledger_id := fa_cache_pkg.fazcbc_record.set_of_books_id;

31: end if;
32:
33: l_trx_source_info.application_id := 140;
34: l_trx_source_info.legal_entity_id := NULL;
35: l_trx_source_info.ledger_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
36: l_trx_source_info.transaction_number := to_char(px_trans_rec.transaction_header_id);
37: l_trx_source_info.source_id_int_1 := px_trans_rec.transaction_header_id;
38:
39: -- conditionally set the entity and type codes

Line 104: fa_cache_pkg.fazcdp_record.calendar_period_open_date);

100: raise invalid_event_status;
101: end if;
102:
103: l_event_date := greatest(l_event_date,
104: fa_cache_pkg.fazcdp_record.calendar_period_open_date);
105:
106:
107: if (g_print_debug) then
108: fa_debug_pkg.add(l_calling_fn, 'l_trx_source_info.application_id ', l_trx_source_info.application_id

Line 201: l_trx_source_info.ledger_id := fa_cache_pkg.fazcbc_record.set_of_books_id;

197: end if;
198:
199: l_trx_source_info.application_id := 140;
200: l_trx_source_info.legal_entity_id := NULL;
201: l_trx_source_info.ledger_id := fa_cache_pkg.fazcbc_record.set_of_books_id;
202: l_trx_source_info.transaction_number := NULL; --to_char(px_trans_rec_src.transaction_header_id);
203: l_trx_source_info.source_id_int_1 := px_trans_rec_src.trx_reference_id;
204:
205:

Line 240: fa_cache_pkg.fazcdp_record.calendar_period_open_date);

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

Line 396: fa_cache_pkg.fazcbc_record.set_of_books_id,

392: valuation_method
393: )
394: values
395: (140 ,
396: fa_cache_pkg.fazcbc_record.set_of_books_id,
397: l_legal_entity_id ,
398: p_entity_type_code ,
399: 'DEPRECIATION' ,
400: p_period_close_date ,

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

411: XLA_EVENTS_PUB_PKG.create_bulk_events
412: (p_source_application_id => 140,
413: p_application_id => 140,
414: p_legal_entity_id => l_legal_entity_id,
415: p_ledger_id => fa_cache_pkg.fazcbc_record.set_of_books_id,
416: p_entity_type_code => p_entity_type_code
417: );
418:
419: select event_id bulk collect

Line 489: fa_cache_pkg.fazcbc_record.set_of_books_id,

485: valuation_method
486: )
487: values
488: (140 ,
489: fa_cache_pkg.fazcbc_record.set_of_books_id,
490: l_legal_entity_id ,
491: p_entity_type_code ,
492: 'DEFERRED_DEPRECIATION' ,
493: p_period_close_date ,

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

504: XLA_EVENTS_PUB_PKG.create_bulk_events
505: (p_source_application_id => 140,
506: p_application_id => 140,
507: p_legal_entity_id => l_legal_entity_id,
508: p_ledger_id => fa_cache_pkg.fazcbc_record.set_of_books_id,
509: p_entity_type_code => p_entity_type_code
510: );
511:
512: select event_id bulk collect