DBA Data[Home] [Help]

APPS.IGI_BUD_JOURNAL_HEADERS_PKG dependencies on APP_EXCEPTION

Line 135: APP_EXCEPTION.Raise_Exception;

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

Line 168: APP_EXCEPTION.Raise_Exception;

164: If (l_unexp_level >= l_debug_level) then
165: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_bud_journal_headers_pkg.lock_row.Msg2',FALSE);
166: End if;
167: --Bug 3199481 (End)
168: APP_EXCEPTION.Raise_Exception;
169: end if;
170: END Lock_Row;
171:
172: