DBA Data[Home] [Help]

APPS.FA_CIP_PVT dependencies on FA_XLA_EVENTS_PVT

Line 320: if not fa_xla_events_pvt.create_transaction_event

316: if ((px_trans_rec.transaction_type_code = 'CIP REVERSE' and
317: g_event_status = XLA_EVENTS_PUB_PKG.C_EVENT_PROCESSED) OR
318: px_trans_rec.transaction_type_code <> 'CIP REVERSE') then
319:
320: if not fa_xla_events_pvt.create_transaction_event
321: (p_asset_hdr_rec => p_asset_hdr_rec,
322: p_asset_type_rec=> px_asset_type_rec,
323: px_trans_rec => px_trans_rec,
324: p_event_status => NULL,

Line 343: if not fa_xla_events_pvt.delete_transaction_event

339:
340: -- now handle event impacts
341: -- create the event for the transaction
342:
343: if not fa_xla_events_pvt.delete_transaction_event
344: (p_ledger_id => fa_cache_pkg.fazcbc_record.set_of_books_id,
345: p_transaction_header_id => g_cap_thid,
346: p_book_type_code => p_asset_hdr_rec.book_type_code,
347: p_calling_fn => l_calling_fn