DBA Data[Home] [Help]

APPS.IGI_RPI_LINE_DETAILS_PKG dependencies on APP_EXCEPTION

Line 164: APP_EXCEPTION.Raise_Exception;

160: If (l_unexp_level >= l_debug_level) then
161: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_details_pkg.lock_row.Msg1',FALSE);
162: End if;
163: --Bug 3199481 (end)
164: APP_EXCEPTION.Raise_Exception;
165: end if;
166: CLOSE C;
167: if (
168: (Recinfo.standing_charge_id = X_Standing_Charge_Id)

Line 223: APP_EXCEPTION.Raise_Exception;

219: If (l_unexp_level >= l_debug_level) then
220: FND_LOG.MESSAGE(l_unexp_level,'igi.plsql.igi_rpi_line_details_pkg.lock_row.Msg2',FALSE);
221: End if;
222: --Bug 3199481 (end)
223: APP_EXCEPTION.Raise_Exception;
224: end if;
225: END Lock_Row;
226:
227: