DBA Data[Home] [Help]

APPS.FA_ITC_RECAPTURE_RATES_PKG dependencies on FA_ITC_RECAPTURE_RATES_PKG

Line 1: PACKAGE BODY FA_ITC_RECAPTURE_RATES_PKG as

1: PACKAGE BODY FA_ITC_RECAPTURE_RATES_PKG as
2: /* $Header: faxiitrb.pls 120.8 2009/04/10 07:45:19 deemitta ship $ */
3:
4: procedure INSERT_ROW (
5: X_ROWID in out nocopy VARCHAR2,

Line 106: calling_fn => 'fa_itc_recapture_rates_pkg.insert_row', p_log_level_rec => p_log_level_rec);

102: */
103: exception
104: when others then
105: fa_srvr_msg.add_sql_error(
106: calling_fn => 'fa_itc_recapture_rates_pkg.insert_row', p_log_level_rec => p_log_level_rec);
107: raise;
108:
109: end INSERT_ROW;
110:

Line 297: calling_fn => 'fa_itc_recapture_rates_pkg.update_row', p_log_level_rec => p_log_level_rec);

293:
294: exception
295: when others then
296: fa_srvr_msg.add_sql_error(
297: calling_fn => 'fa_itc_recapture_rates_pkg.update_row', p_log_level_rec => p_log_level_rec);
298: raise;
299:
300: end UPDATE_ROW;
301:

Line 318: calling_fn => 'fa_itc_recapture_rates_pkg.delete_row', p_log_level_rec => p_log_level_rec);

314:
315: exception
316: when others then
317: fa_srvr_msg.add_sql_error(
318: calling_fn => 'fa_itc_recapture_rates_pkg.delete_row', p_log_level_rec => p_log_level_rec);
319: raise;
320:
321: end DELETE_ROW;
322:

Line 367: fa_itc_recapture_rates_pkg.update_row (

363: from fa_itc_recapture_rates
364: where itc_recapture_id = X_Itc_Recapture_Id;
365:
366: if (h_record_exists > 0) then
367: fa_itc_recapture_rates_pkg.update_row (
368: X_Itc_Recapture_Id => X_Itc_Recapture_Id,
369: X_Tax_Year => X_Tax_Year,
370: X_Life_In_Months => X_Life_In_Months,
371: X_Year_Of_Retirement => X_Year_Of_Retirement,

Line 394: fa_itc_recapture_rates_pkg.insert_row (

390: X_Last_Updated_By => user_id,
391: X_Last_Update_Login => 0
392: , p_log_level_rec => p_log_level_rec);
393: else
394: fa_itc_recapture_rates_pkg.insert_row (
395: X_Rowid => row_id,
396: X_Itc_Recapture_Id => X_Itc_Recapture_Id,
397: X_Tax_Year => X_Tax_Year,
398: X_Life_In_Months => X_Life_In_Months,

Line 428: CALLED_FN => 'fa_itc_recapture_rates_pkg.load_row',

424:
425: exception
426: when others then
427: FA_STANDARD_PKG.RAISE_ERROR(
428: CALLED_FN => 'fa_itc_recapture_rates_pkg.load_row',
429: CALLING_FN => 'upload fa_itc_recapture_rates', p_log_level_rec => p_log_level_rec);
430:
431: end LOAD_ROW;
432: /*Bug 8355119 overloading function for release specific signatures*/

Line 488: fa_itc_recapture_rates_pkg.update_row (

484: if (fnd_load_util.upload_test(user_id, x_last_update_date,
485: db_last_updated_by, db_last_update_date,
486: X_CUSTOM_MODE)) then
487:
488: fa_itc_recapture_rates_pkg.update_row (
489: X_Itc_Recapture_Id => X_Itc_Recapture_Id,
490: X_Tax_Year => X_Tax_Year,
491: X_Life_In_Months => X_Life_In_Months,
492: X_Year_Of_Retirement => X_Year_Of_Retirement,

Line 516: fa_itc_recapture_rates_pkg.insert_row (

512: X_Last_Update_Login => 0
513: ,p_log_level_rec => p_log_level_rec);
514: end if;
515: else
516: fa_itc_recapture_rates_pkg.insert_row (
517: X_Rowid => row_id,
518: X_Itc_Recapture_Id => X_Itc_Recapture_Id,
519: X_Tax_Year => X_Tax_Year,
520: X_Life_In_Months => X_Life_In_Months,

Line 550: CALLED_FN => 'fa_itc_recapture_rates_pkg.load_row',

546:
547: exception
548: when others then
549: FA_STANDARD_PKG.RAISE_ERROR(
550: CALLED_FN => 'fa_itc_recapture_rates_pkg.load_row',
551: CALLING_FN => 'upload fa_itc_recapture_rates'
552: ,p_log_level_rec => p_log_level_rec);
553:
554: end LOAD_ROW;

Line 589: fa_itc_recapture_rates_pkg.LOAD_ROW (

585:
586: if (x_upload_mode = 'NLS') then
587: null;
588: else
589: fa_itc_recapture_rates_pkg.LOAD_ROW (
590: x_custom_mode => x_custom_mode,
591: x_itc_recapture_id => x_itc_recapture_id,
592: x_owner => x_owner,
593: x_last_update_date => x_last_update_date,

Line 618: END FA_ITC_RECAPTURE_RATES_PKG;

614: end if;
615:
616: END LOAD_SEED_ROW;
617:
618: END FA_ITC_RECAPTURE_RATES_PKG;