DBA Data[Home] [Help]

APPS.FA_BOOKS_PKG dependencies on FA_STANDARD_PKG

Line 664: FA_STANDARD_PKG.RAISE_ERROR(

660: X_Return_Status := TRUE;
661: exception
662: when others then
663: if (X_Calling_Fn = 'fa_unp_dep_pkg.on_insert') then
664: FA_STANDARD_PKG.RAISE_ERROR(
665: CALLED_FN => 'fa_books_pkg.insert_row',
666: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
667: X_Return_Status := FALSE;
668: else

Line 2507: FA_STANDARD_PKG.RAISE_ERROR(

2503: end if;
2504:
2505: exception
2506: when others then
2507: FA_STANDARD_PKG.RAISE_ERROR(
2508: CALLED_FN => 'fa_books_pkg.delete_row',
2509: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
2510: END Delete_Row;
2511:

Line 2542: FA_STANDARD_PKG.RAISE_ERROR(

2538: end if;
2539:
2540: exception
2541: when others then
2542: FA_STANDARD_PKG.RAISE_ERROR(
2543: CALLED_FN => 'fa_books_pkg.reactivate_row',
2544: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
2545: END Reactivate_Row;
2546:

Line 2583: FA_STANDARD_PKG.RAISE_ERROR(

2579: end if;
2580:
2581: exception
2582: when others then
2583: FA_STANDARD_PKG.RAISE_ERROR(
2584: CALLED_FN => 'fa_books_pkg.reactivate_row',
2585: CALLING_FN => X_Calling_Fn, p_log_level_rec => p_log_level_rec);
2586: END Deactivate_Row;
2587: