DBA Data[Home] [Help]

APPS.IGI_BUD_CODE_COMBINATIONS_PKG dependencies on APP_EXCEPTION

Line 40: APP_EXCEPTION.Raise_Exception;

36: If (l_unexp_level >= l_debug_level) then
37: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_bud_code_combinations_pkg.lock_row.Msg1',FALSE);
38: End if;
39: --Bug 3199481 (End)
40: APP_EXCEPTION.Raise_Exception;
41: end if;
42: CLOSE C;
43: if ( (Recinfo.code_combination_id = X_Code_Combination_Id )
44: AND ( (Recinfo.igi_balanced_budget_flag = X_igi_balanced_budget_flag )

Line 56: APP_EXCEPTION.Raise_Exception;

52: If (l_unexp_level >= l_debug_level) then
53: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_bud_journals_periods_pkg.lock_row.Msg2',FALSE);
54: End if;
55: --Bug 3199481 (End)
56: APP_EXCEPTION.Raise_Exception;
57: end if;
58: END Lock_Row;
59:
60: