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);
3870: fnd_message.set_name('PN','PN_REC_EXT_DT_OVERLAP');
3871: raise bad_input_exception;
3872:
3873: ELSIF l_currency IS NULL THEN
3874: app_exception.raise_exception;
3875:
3876: END IF;
3877:
3878: IF p_called_from = 'SRS' THEN