DBA Data[Home] [Help]

APPS.PN_INDEX_HISTORY_HEADERS_PKG dependencies on APP_EXCEPTION

Line 76: app_exception.raise_exception;

72:
73: check_unq_index_type (l_return_status, x_index_id, x_name);
74:
75: IF (l_return_status IS NOT NULL) THEN
76: app_exception.raise_exception;
77: END IF;
78:
79:
80: -- IF (l_return_status IS NOT NULL) THEN APP_EXCEPTION.Raise_Exception; END IF;

Line 80: -- IF (l_return_status IS NOT NULL) THEN APP_EXCEPTION.Raise_Exception; END IF;

76: app_exception.raise_exception;
77: END IF;
78:
79:
80: -- IF (l_return_status IS NOT NULL) THEN APP_EXCEPTION.Raise_Exception; END IF;
81: INSERT INTO pn_index_history_headers
82: (index_id
83: ,last_update_date
84: ,last_updated_by

Line 189: app_exception.raise_exception;

185:
186: check_unq_index_type (l_return_status, x_index_id, x_name);
187:
188: IF (l_return_status IS NOT NULL) THEN
189: app_exception.raise_exception;
190: END IF;
191:
192: UPDATE pn_index_history_headers
193: SET last_update_date = x_last_update_date

Line 287: app_exception.raise_exception;

283: ) THEN
284: NULL;
285: ELSE
286: fnd_message.set_name ('FND', 'FORM_RECORD_CHANGED');
287: app_exception.raise_exception;
288: END IF;
289:
290: --PNP_DEBUG_PKG.debug (' PN_INDEX_HISTORY_HEADERS_PKG.lock_row (-)');
291: END lock_row;