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.22.12010000.2 2008/07/31 07:05:26 sbhaskar ship $ */
3:
4:
5: FUNCTION do_unplanned

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

54:
55: l_deprn_exp_amort_nbv number := 0; -- Bug:4944700
56: l_reserve_adjustment_amount number := 0; -- Bug:4944700
57:
58: l_calling_fn VARCHAR2(35) := 'fa_unplanned_pvt.do_unplanned';
59: unp_err EXCEPTION;
60:
61: -- Bug:6665510:Japan Tax Reform Project
62: l_method_type number := 0;

Line 587: fa_srvr_msg.add_message(calling_fn => 'FA_UNPLANNED_PVT.do_unplanned');

583: X_Method_Type => l_method_type,
584: X_Success => l_success);
585:
586: if (l_success <= 0) then
587: fa_srvr_msg.add_message(calling_fn => 'FA_UNPLANNED_PVT.do_unplanned');
588: raise unp_err;
589: end if;
590:
591: Update FA_BOOKS

Line 778: END FA_UNPLANNED_PVT;

774: return false;
775:
776: END do_unplanned;
777:
778: END FA_UNPLANNED_PVT;