DBA Data[Home] [Help]

APPS.IGI_BUD_JOURNAL_PERIODS_PKG dependencies on APP_EXCEPTION

Line 117: APP_EXCEPTION.Raise_Exception;

113: If (l_unexp_level >= l_debug_level) then
114: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_bud_journals_periods_pkg.lock_row.Msg1',FALSE);
115: End if;
116: --Bug 3199481 (End)
117: APP_EXCEPTION.Raise_Exception;
118: end if;
119: CLOSE C;
120: if (
121: (Recinfo.be_batch_id = X_Be_Batch_Id)

Line 148: APP_EXCEPTION.Raise_Exception;

144: If (l_unexp_level >= l_debug_level) then
145: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_bud_journals_periods_pkg.lock_row.Msg2',FALSE);
146: End if;
147: --Bug 3199481 (End)
148: APP_EXCEPTION.Raise_Exception;
149: end if;
150: END Lock_Row;
151:
152: