DBA Data[Home] [Help]

APPS.FA_LOAD_TBL_PKG dependencies on FA_LOAD_TBL_PKG

Line 1: PACKAGE BODY FA_LOAD_TBL_PKG as

1: PACKAGE BODY FA_LOAD_TBL_PKG as
2: /* $Header: FAXVTBLB.pls 120.7 2009/04/16 14:55:17 bridgway ship $ */
3:
4: /* Procedure load_dist_table
5:

Line 207: calling_fn => 'FA_LOAD_TBL_PKG.reset_g_dist_count',

203:
204: EXCEPTION
205: when others then
206: fa_srvr_msg.add_message(
207: calling_fn => 'FA_LOAD_TBL_PKG.reset_g_dist_count',
208: p_log_level_rec => null);
209: return(FALSE);
210: END;
211:

Line 292: CALLING_FN => 'FA_LOAD_TBL_PKG.Load_Deprn_Rules_Tbl', p_log_level_rec => p_log_level_rec);

288:
289: EXCEPTION
290: WHEN OTHERS THEN
291: FA_SRVR_MSG.ADD_SQL_ERROR (
292: CALLING_FN => 'FA_LOAD_TBL_PKG.Load_Deprn_Rules_Tbl', p_log_level_rec => p_log_level_rec);
293: x_return_status := FALSE;
294: END Load_Deprn_Rules_Tbl;
295:
296:

Line 326: CALLING_FN => 'FA_LOAD_TBL_PKG.Get_Deprn_Rules', p_log_level_rec => p_log_level_rec);

322:
323: EXCEPTION
324: WHEN OTHERS THEN
325: FA_SRVR_MSG.Add_SQL_Error(
326: CALLING_FN => 'FA_LOAD_TBL_PKG.Get_Deprn_Rules', p_log_level_rec => p_log_level_rec);
327: x_found := FALSE;
328: END Get_Deprn_Rules;
329:
330: -- Procedure to find the index position of a specific depreciation

Line 357: CALLING_FN => 'FA_LOAD_TBL_PKG.Find_Position_Deprn_Rules', p_log_level_rec => p_log_level_rec);

353: EXCEPTION
354: WHEN OTHERS THEN
355: x_pos := NULL;
356: FA_SRVR_MSG.Add_SQL_Error(
357: CALLING_FN => 'FA_LOAD_TBL_PKG.Find_Position_Deprn_Rules', p_log_level_rec => p_log_level_rec);
358: raise;
359: END Find_Position_Deprn_Rules;
360:
361:

Line 362: END FA_LOAD_TBL_PKG;

358: raise;
359: END Find_Position_Deprn_Rules;
360:
361:
362: END FA_LOAD_TBL_PKG;