DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PVT dependencies on FA_UNPLANNED_PVT

Line 1: PACKAGE BODY FA_UNPLANNED_PVT as

1: PACKAGE BODY FA_UNPLANNED_PVT as
2: /* $Header: FAVUNPLB.pls 120.33.12020000.3 2012/11/30 14:10:04 spooyath ship $ */
3:
4: g_release number := fa_cache_pkg.fazarel_release;
5:

Line 60: l_calling_fn VARCHAR2(35) := 'fa_unplanned_pvt.do_unplanned';

56: l_method_type number := 0;
57: l_success integer;
58: l_rate_in_use number;
59:
60: l_calling_fn VARCHAR2(35) := 'fa_unplanned_pvt.do_unplanned';
61: unp_err EXCEPTION;
62: --Secondary changes
63: l_secondary_asset_hdr_rec fa_api_types.asset_hdr_rec_type;
64: l_secondary_trans_rec fa_api_types.trans_rec_type;

Line 625: fa_srvr_msg.add_message(calling_fn => 'FA_UNPLANNED_PVT.do_unplanned', p_log_level_rec => p_log_level_rec);

621: X_Success => l_success,
622: p_log_level_rec => p_log_level_rec);
623:
624: if (l_success <= 0) then
625: fa_srvr_msg.add_message(calling_fn => 'FA_UNPLANNED_PVT.do_unplanned', p_log_level_rec => p_log_level_rec);
626: raise unp_err;
627: end if;
628:
629: Update FA_BOOKS

Line 725: END FA_UNPLANNED_PVT;

721: return false;
722:
723: END do_unplanned;
724:
725: END FA_UNPLANNED_PVT;