DBA Data[Home] [Help]

APPS.IGI_BUD_JOURNAL_LINES_PKG dependencies on APP_EXCEPTION

Line 137: APP_EXCEPTION.Raise_Exception;

133: If (l_unexp_level >= l_debug_level) then
134: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_bud_journal_lines_pkg.lock_row.Msg1',FALSE);
135: End if;
136: --Bug 3199481 (End)
137: APP_EXCEPTION.Raise_Exception;
138: end if;
139: CLOSE C;
140: if (
141: (Recinfo.be_batch_id = X_Be_Batch_Id)

Line 183: APP_EXCEPTION.Raise_Exception;

179: If (l_unexp_level >= l_debug_level) then
180: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_bud_journals_periods_pkg.lock_row.Msg2',FALSE);
181: End if;
182: --Bug 3199481 (End)
183: APP_EXCEPTION.Raise_Exception;
184: end if;
185: END Lock_Row;
186:
187: