DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PUB dependencies on FA_XLA_EVENTS_PVT

Line 480: l_secondary_exists := FA_XLA_EVENTS_PVT.get_secondary_sob_id(l_mrc_asset_hdr_rec.book_type_code);

476: end if;
477: --Secondary changes
478: begin
479: l_secondary_exists := -1;
480: l_secondary_exists := FA_XLA_EVENTS_PVT.get_secondary_sob_id(l_mrc_asset_hdr_rec.book_type_code);
481: exception
482: when no_data_found then
483: l_secondary_exists := -1;
484: end;