DBA Data[Home] [Help]

APPS.FA_PROCESS_GROUPS_PKG dependencies on FA_XLA_EVENTS_PVT

Line 644: if not fa_xla_events_pvt.get_event_type

640: l_trans_rec.event_id,
641: p_log_level_rec => g_log_level_rec);
642: end if;
643:
644: if not fa_xla_events_pvt.get_event_type
645: (p_event_id => l_trans_rec.event_id,
646: x_event_type_code => l_event_type_code ,
647: p_log_level_rec => g_log_level_rec
648: ) then

Line 658: if not fa_xla_events_pvt.update_inter_transaction_event

654: -- bug 5475029: modified the following if condition
655: --if (l_trans_rec.trx_reference_id is not null and lm_trans_rec.event_id is not null) then
656: if (nvl(l_trx_ref_type,'STANDARD TRX') = 'INVOICE TRANSFER') then
657:
658: if not fa_xla_events_pvt.update_inter_transaction_event
659: (p_ledger_id => l_asset_hdr_rec.set_of_books_id,
660: p_trx_reference_id => lm_trans_rec.trx_reference_id,
661: p_book_type_code => p_book,
662: p_event_type_code => l_event_type_code,

Line 664: p_event_status_code => FA_XLA_EVENTS_PVT.C_EVENT_UNPROCESSED,

660: p_trx_reference_id => lm_trans_rec.trx_reference_id,
661: p_book_type_code => p_book,
662: p_event_type_code => l_event_type_code,
663: p_event_date => l_trans_rec.transaction_date_entered,
664: p_event_status_code => FA_XLA_EVENTS_PVT.C_EVENT_UNPROCESSED,
665: p_calling_fn => l_calling_fn,
666: p_log_level_rec => g_log_level_rec) then
667: raise group_adj_err;
668: end if;

Line 680: if not fa_xla_events_pvt.update_transaction_event

676: -- direct group transaction
677: l_thid := l_trans_rec.transaction_header_id;
678: end if;
679:
680: if not fa_xla_events_pvt.update_transaction_event
681: (p_ledger_id => l_asset_hdr_rec.set_of_books_id,
682: p_transaction_header_id => l_thid,
683: p_book_type_code => p_book,
684: p_event_type_code => l_event_type_code,

Line 686: p_event_status_code => FA_XLA_EVENTS_PVT.C_EVENT_UNPROCESSED,

682: p_transaction_header_id => l_thid,
683: p_book_type_code => p_book,
684: p_event_type_code => l_event_type_code,
685: p_event_date => l_trans_rec.transaction_date_entered,
686: p_event_status_code => FA_XLA_EVENTS_PVT.C_EVENT_UNPROCESSED,
687: p_calling_fn => l_calling_fn,
688: p_log_level_rec => g_log_level_rec) then
689: raise group_adj_err;
690: end if;