DBA Data[Home] [Help]

APPS.IGI_MPP_SETUP_PKG dependencies on APP_EXCEPTION

Line 131: app_exception.raise_exception;

127: IF (l_error_level >= l_debug_level ) THEN
128: FND_LOG.MESSAGE (l_error_level , 'igi.pls.igipmsub.IGI_MPP_SETUP_PKG.Lock_Row.FORM_RECORD_DELETED',FALSE);
129: END IF;
130: --bug 3199481 fnd logging changes: sdixit: end block
131: app_exception.raise_exception;
132: END IF;
133: CLOSE c_mpp_setup;
134: IF (
135: (X_set_of_books_id = l_mpp_setup.set_of_books_id )

Line 166: app_exception.raise_exception;

162: IF (l_error_level >= l_debug_level ) THEN
163: FND_LOG.MESSAGE (l_error_level , 'igi.pls.igipmsub.IGI_MPP_SETUP_PKG.Lock_Row.FORM_RECORD_CHANGED',FALSE);
164: END IF;
165: --bug 3199481 fnd logging changes: sdixit: end block
166: app_exception.raise_exception;
167: END IF;
168: END;
169:
170: -- Enter further code below as specified in the Package spec.