DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FA_XLA_EVENTS_PVT

Line 253: if not fa_xla_events_pvt.create_transaction_event

249: --
250: -- Note changing this so even though we have a single TH,
251: -- we are creating an event/entity for each book (VM)
252:
253: if not fa_xla_events_pvt.create_transaction_event
254: (p_asset_hdr_rec => l_asset_hdr_rec,
255: p_asset_type_rec=> l_asset_type_rec_old,
256: px_trans_rec => l_trans_rec,
257: p_event_status => NULL,

Line 266: l_secondary_sob_id := FA_XLA_EVENTS_PVT.get_secondary_sob_id(l_book);

262: /*=================================================================
263: Secondary Changes Start
264: If primary and secondary sob_id is different then we need to
265: create event for secondary ledger*/
266: l_secondary_sob_id := FA_XLA_EVENTS_PVT.get_secondary_sob_id(l_book);
267:
268: if(l_secondary_sob_id is not null)then
269:
270: l_secondary_trans_rec := l_trans_rec;

Line 273: if not fa_xla_events_pvt.create_transaction_event

269:
270: l_secondary_trans_rec := l_trans_rec;
271: l_secondary_asset_hdr_rec := l_asset_hdr_rec;
272: l_secondary_asset_hdr_rec.set_of_books_id := l_secondary_sob_id;
273: if not fa_xla_events_pvt.create_transaction_event
274: (p_asset_hdr_rec => l_secondary_asset_hdr_rec,
275: p_asset_type_rec=> l_asset_type_rec_old,
276: px_trans_rec => l_secondary_trans_rec,
277: p_event_status => NULL,