DBA Data[Home] [Help]

APPS.FA_UNPLANNED_PUB dependencies on FA_UNPLANNED_PUB

Line 1: PACKAGE BODY FA_UNPLANNED_PUB as

1: PACKAGE BODY FA_UNPLANNED_PUB as
2: /* $Header: FAPUNPLB.pls 120.17 2006/05/08 14:41:26 vtandon noship $ */
3:
4: --*********************** Global constants ******************************--
5:

Line 6: G_PKG_NAME CONSTANT varchar2(30) := 'FA_UNPLANNED_PUB';

2: /* $Header: FAPUNPLB.pls 120.17 2006/05/08 14:41:26 vtandon noship $ */
3:
4: --*********************** Global constants ******************************--
5:
6: G_PKG_NAME CONSTANT varchar2(30) := 'FA_UNPLANNED_PUB';
7: G_API_NAME CONSTANT varchar2(30) := 'Unplanned API';
8: G_API_VERSION CONSTANT number := 1.0;
9:
10: g_log_level_rec fa_api_types.log_level_rec_type;

Line 50: l_calling_fn VARCHAR2(35) := 'fa_unplanned_pub.do_unplanned';

46: l_orig_currency_context varchar2(64);
47:
48: l_reporting_flag VARCHAR2(1);
49:
50: l_calling_fn VARCHAR2(35) := 'fa_unplanned_pub.do_unplanned';
51: unp_err EXCEPTION;
52:
53: BEGIN
54:

Line 395: l_calling_fn varchar2(30) := 'fa_unplanned_pub.do_all_books';

391: x_group_deprn_amount number;
392: x_group_bonus_amount number;
393:
394:
395: l_calling_fn varchar2(30) := 'fa_unplanned_pub.do_all_books';
396: unp_err EXCEPTION;
397:
398: BEGIN
399:

Line 680: p_calling_function => 'FA_UNPLANNED_PUB.Do_Unplanned') then

676: p_asset_desc_rec => p_asset_desc_rec,
677: p_asset_type_rec => p_asset_type_rec,
678: p_unplanned_deprn_rec => p_unplanned_deprn_rec,
679: p_period_rec => l_period_rec,
680: p_calling_function => 'FA_UNPLANNED_PUB.Do_Unplanned') then
681: raise unp_err;
682: end if;
683:
684: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)

Line 976: END FA_UNPLANNED_PUB;

972: return false;
973:
974: END do_all_books;
975:
976: END FA_UNPLANNED_PUB;