DBA Data[Home] [Help]

APPS.PN_RECOVERY_EXTRACT_PKG dependencies on APP_EXCEPTION

Line 100: app_exception.raise_exception;

96: p_area < 0 OR
97: p_start_date IS NULL OR
98: p_end_date IS NULL OR
99: p_start_date > p_end_date THEN
100: app_exception.raise_exception;
101: END IF;
102:
103: l_info := ' adjusting input';
104: pnp_debug_pkg.log(l_info);

Line 3862: app_exception.raise_exception;

3858: fnd_message.set_name('PN','PN_REC_EXT_DT_OVERLAP');
3859: raise bad_input_exception;
3860:
3861: ELSIF l_currency IS NULL THEN
3862: app_exception.raise_exception;
3863:
3864: END IF;
3865:
3866: IF p_called_from = 'SRS' THEN