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.24.12020000.2 2012/07/23 10:04:16 rmandali ship $ */
3:
4: --*********************** Global constants ******************************--
5:

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

2: /* $Header: FAPUNPLB.pls 120.24.12020000.2 2012/07/23 10:04:16 rmandali ship $ */
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 48: l_calling_fn VARCHAR2(35) := 'fa_unplanned_pub.do_unplanned';

44: l_asset_cat_rec FA_API_TYPES.asset_cat_rec_type;
45:
46: l_reporting_flag VARCHAR2(1);
47:
48: l_calling_fn VARCHAR2(35) := 'fa_unplanned_pub.do_unplanned';
49: unp_err EXCEPTION;
50:
51: BEGIN
52:

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 667: p_calling_function => 'FA_UNPLANNED_PUB.Do_Unplanned') then raise unp_err;

663: p_asset_desc_rec => p_asset_desc_rec,
664: p_asset_type_rec => p_asset_type_rec,
665: p_unplanned_deprn_rec => p_unplanned_deprn_rec,
666: p_period_rec => l_period_rec,
667: p_calling_function => 'FA_UNPLANNED_PUB.Do_Unplanned') then raise unp_err;
668: end if;
669:
670: end if; -- (FA_IGI_EXT_PKG.IAC_Enabled)
671:

Line 934: END FA_UNPLANNED_PUB;

930: return false;
931:
932: END do_all_books;
933:
934: END FA_UNPLANNED_PUB;