DBA Data[Home] [Help]

APPS.FA_BOOK_CONTROLS_PKG dependencies on FA_BOOK_CONTROLS_PKG

Line 1: PACKAGE BODY FA_BOOK_CONTROLS_PKG as

1: PACKAGE BODY FA_BOOK_CONTROLS_PKG as
2: /* $Header: faxibcb.pls 120.9.12020000.4 2013/03/08 05:03:25 rmandali ship $ */
3:
4:
5: PROCEDURE Insert_Row(X_Rowid IN OUT NOCOPY VARCHAR2,

Line 800: calling_fn => 'fa_book_controls_pkg.insert_row', p_log_level_rec => p_log_level_rec);

796:
797: EXCEPTION
798: WHEN OTHERS THEN
799: fa_srvr_msg.add_sql_error(
800: calling_fn => 'fa_book_controls_pkg.insert_row', p_log_level_rec => p_log_level_rec);
801: X_Return_Status := FALSE;
802: raise;
803: END Insert_Row;
804:

Line 1453: calling_fn => 'FA_BOOK_CONTROLS_PKG.Update_Row', p_log_level_rec => p_log_level_rec);

1449:
1450: EXCEPTION
1451: when others then
1452: fa_srvr_msg.add_sql_error(
1453: calling_fn => 'FA_BOOK_CONTROLS_PKG.Update_Row', p_log_level_rec => p_log_level_rec);
1454:
1455: X_Return_Status := FALSE;
1456:
1457: raise;

Line 1544: calling_fn => 'fa_book_controls_pkg.delete_row',

1540:
1541: exception
1542: when validation_error then
1543: fa_srvr_msg.add_message (
1544: calling_fn => 'fa_book_controls_pkg.delete_row',
1545: name => 'FA_SHARED_CANT_DEL_USED', p_log_level_rec => p_log_level_rec);
1546: FA_STANDARD_PKG.RAISE_ERROR(
1547: CALLED_FN => 'fa_book_controls_pkg.delete_row',
1548: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);

Line 1547: CALLED_FN => 'fa_book_controls_pkg.delete_row',

1543: fa_srvr_msg.add_message (
1544: calling_fn => 'fa_book_controls_pkg.delete_row',
1545: name => 'FA_SHARED_CANT_DEL_USED', p_log_level_rec => p_log_level_rec);
1546: FA_STANDARD_PKG.RAISE_ERROR(
1547: CALLED_FN => 'fa_book_controls_pkg.delete_row',
1548: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
1549: when del_error then
1550: FA_STANDARD_PKG.RAISE_ERROR(
1551: CALLED_FN => 'fa_book_controls_pkg.delete_row',

Line 1551: CALLED_FN => 'fa_book_controls_pkg.delete_row',

1547: CALLED_FN => 'fa_book_controls_pkg.delete_row',
1548: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
1549: when del_error then
1550: FA_STANDARD_PKG.RAISE_ERROR(
1551: CALLED_FN => 'fa_book_controls_pkg.delete_row',
1552: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
1553: when others then
1554: FA_STANDARD_PKG.RAISE_ERROR(
1555: CALLED_FN => 'fa_book_controls_pkg.delete_row',

Line 1555: CALLED_FN => 'fa_book_controls_pkg.delete_row',

1551: CALLED_FN => 'fa_book_controls_pkg.delete_row',
1552: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
1553: when others then
1554: FA_STANDARD_PKG.RAISE_ERROR(
1555: CALLED_FN => 'fa_book_controls_pkg.delete_row',
1556: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
1557: END Delete_Row;
1558:
1559: END FA_BOOK_CONTROLS_PKG;

Line 1559: END FA_BOOK_CONTROLS_PKG;

1555: CALLED_FN => 'fa_book_controls_pkg.delete_row',
1556: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
1557: END Delete_Row;
1558:
1559: END FA_BOOK_CONTROLS_PKG;