DBA Data[Home] [Help]

APPS.FA_REVALUATION_PVT dependencies on XLA_EVENTS_PUB_PKG

Line 3716: l_trx_source_info XLA_EVENTS_PUB_PKG.t_event_source_info;

3712: p_calling_fn IN VARCHAR2,
3713: p_log_level_rec IN FA_API_TYPES.log_level_rec_type) RETURN BOOLEAN IS
3714:
3715:
3716: l_trx_source_info XLA_EVENTS_PUB_PKG.t_event_source_info;
3717: l_security_context XLA_EVENTS_PUB_PKG.t_security;
3718: l_asset_type_rec FA_API_TYPES.asset_type_rec_type;
3719: l_trans_rec FA_API_TYPES.trans_rec_type;
3720: l_period_rec fa_api_types.period_rec_type;

Line 3717: l_security_context XLA_EVENTS_PUB_PKG.t_security;

3713: p_log_level_rec IN FA_API_TYPES.log_level_rec_type) RETURN BOOLEAN IS
3714:
3715:
3716: l_trx_source_info XLA_EVENTS_PUB_PKG.t_event_source_info;
3717: l_security_context XLA_EVENTS_PUB_PKG.t_security;
3718: l_asset_type_rec FA_API_TYPES.asset_type_rec_type;
3719: l_trans_rec FA_API_TYPES.trans_rec_type;
3720: l_period_rec fa_api_types.period_rec_type;
3721:

Line 3776: l_event_status := XLA_EVENTS_PUB_PKG.get_event_status

3772: l_trx_source_info.entity_type_code := 'TRANSACTIONS';
3773:
3774: -- check the event status
3775:
3776: l_event_status := XLA_EVENTS_PUB_PKG.get_event_status
3777: (p_event_source_info => l_trx_source_info,
3778: p_event_id => p_event_id,
3779: p_valuation_method => p_asset_hdr_rec.book_type_code,
3780: p_security_context => l_security_context);

Line 3792: l_event_status := XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED;

3788: from fa_transaction_headers
3789: where transaction_header_id = p_thid;
3790:
3791: if l_reval_count = 0 then /* Event and Reval transaction is deleted */
3792: l_event_status := XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED;
3793: else
3794: l_event_status := XLA_EVENTS_PUB_PKG.C_EVENT_PROCESSED;
3795: end if;
3796:

Line 3794: l_event_status := XLA_EVENTS_PUB_PKG.C_EVENT_PROCESSED;

3790:
3791: if l_reval_count = 0 then /* Event and Reval transaction is deleted */
3792: l_event_status := XLA_EVENTS_PUB_PKG.C_EVENT_UNPROCESSED;
3793: else
3794: l_event_status := XLA_EVENTS_PUB_PKG.C_EVENT_PROCESSED;
3795: end if;
3796:
3797: end if;
3798:

Line 3804: if l_event_status <> XLA_EVENTS_PUB_PKG.C_EVENT_PROCESSED then

3800: fa_debug_pkg.add(l_calling_fn, 'event status ', l_event_status,p_log_level_rec => p_log_level_rec);
3801: end if;
3802:
3803: -- If event is not processed no need to create rollback event
3804: if l_event_status <> XLA_EVENTS_PUB_PKG.C_EVENT_PROCESSED then
3805:
3806: -- Delete the event if primary
3807: if p_mrc_sob_type_code <> 'R' then
3808:

Line 3895: elsif (l_event_status = XLA_EVENTS_PUB_PKG.C_EVENT_PROCESSED) then

3891: and set_of_books_id = p_asset_hdr_rec.set_of_books_id;
3892:
3893: end if;
3894:
3895: elsif (l_event_status = XLA_EVENTS_PUB_PKG.C_EVENT_PROCESSED) then
3896:
3897: -- create rollback event and transaction
3898: if p_mrc_sob_type_code <> 'R' then
3899: