DBA Data[Home] [Help]

APPS.IGI_MPP_AP_INVOICE_DISTS_PKG dependencies on APP_EXCEPTION

Line 41: APP_EXCEPTION.Raise_Exception;

37: IF (l_error_level >= l_debug_level ) THEN
38: FND_LOG.MESSAGE (l_error_level , 'igi.pls.igipmudb.IGI_MPP_AP_INVOICE_DISTS_PKG.Lock_Row.FORM_RECORD_DELETED',FALSE);
39: END IF;
40: --bug 3199481 fnd logging changes: sdixit: end block
41: APP_EXCEPTION.Raise_Exception;
42: end if;
43: CLOSE C;
44: if (
45: (Recinfo.distribution_line_number = X_Distribution_Line_Number)

Line 67: APP_EXCEPTION.Raise_Exception;

63: IF (l_error_level >= l_debug_level ) THEN
64: FND_LOG.MESSAGE (l_error_level , 'igi.pls.igipmerb.IGI_MPP_EXPENSE_RULES_PKG.Lock_Row.FORM_RECORD_CHANGED',FALSE);
65: END IF;
66: --bug 3199481 fnd logging changes: sdixit: end block
67: APP_EXCEPTION.Raise_Exception;
68: end if;
69: END Lock_Row;
70:
71: