DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PVT dependencies on XLA_EVENTS_PUB_PKG

Line 192: l_event_status := XLA_EVENTS_PUB_PKG.C_EVENT_INCOMPLETE;

188: p_calling_fn = 'fa_adjustment_pub.do_all_books' and
189: px_trans_rec.member_transaction_header_id is null) then
190:
191: if (x_asset_fin_rec_new.adjustment_required_status = 'GADJ') then
192: l_event_status := XLA_EVENTS_PUB_PKG.C_EVENT_INCOMPLETE;
193: else
194: l_event_status := null; -- default
195: end if;
196:

Line 225: p_event_status_code => XLA_EVENTS_PUB_PKG.C_EVENT_INCOMPLETE,

221: p_trx_reference_id => px_trans_rec.trx_reference_id,
222: p_book_type_code => px_asset_hdr_rec.book_type_code,
223: p_event_type_code => l_event_type_code,
224: p_event_date => px_trans_rec.transaction_date_entered,
225: p_event_status_code => XLA_EVENTS_PUB_PKG.C_EVENT_INCOMPLETE,
226: p_calling_fn => l_calling_fn,
227: p_log_level_rec => p_log_level_rec) then
228: raise adj_err;
229: end if;

Line 239: p_event_status_code => XLA_EVENTS_PUB_PKG.C_EVENT_INCOMPLETE,

235: p_transaction_header_id => px_trans_rec.member_transaction_header_id,
236: p_book_type_code => px_asset_hdr_rec.book_type_code,
237: p_event_type_code => l_event_type_code,
238: p_event_date => px_trans_rec.transaction_date_entered,
239: p_event_status_code => XLA_EVENTS_PUB_PKG.C_EVENT_INCOMPLETE,
240: p_calling_fn => l_calling_fn,
241: p_log_level_rec => p_log_level_rec) then
242: raise adj_err;
243: end if;