DBA Data[Home] [Help]

APPS.ZX_HR_LOCATIONS_REPORTING_HOOK dependencies on FND_MESSAGE

Line 247: fnd_message.set_name('ZX', 'ZX_HR_KR_LOC_UPD_NOT_ALLOWED');

243: DELETE FROM zx_reporting_codes_b
244: WHERE reporting_code_id = l_reporting_code_id_tbl(j);
245: ELSE
246: -- CASE 2 : Raise an error
247: fnd_message.set_name('ZX', 'ZX_HR_KR_LOC_UPD_NOT_ALLOWED');
248: app_exception.raise_exception;
249: END IF;
250: ELSE
251: l_cnt_assoc_rep_codes := 0;

Line 277: fnd_message.set_name('ZX', 'ZX_HR_KR_LOC_UPD_NOT_ALLOWED');

273: DELETE FROM zx_reporting_codes_b
274: WHERE reporting_code_id = l_reporting_code_id_tbl(j);
275: ELSE
276: -- CASE 4 : Raise an error
277: fnd_message.set_name('ZX', 'ZX_HR_KR_LOC_UPD_NOT_ALLOWED');
278: app_exception.raise_exception;
279: END IF;
280: END IF;
281: END LOOP;

Line 341: fnd_message.set_name('ZX', 'ZX_HR_KR_LOC_DEL_NOT_ALLOWED');

337: FORALL j IN 1..l_reporting_code_id_tbl.count
338: DELETE FROM zx_reporting_codes_b
339: WHERE reporting_code_id = l_reporting_code_id_tbl(j);
340: ELSE
341: fnd_message.set_name('ZX', 'ZX_HR_KR_LOC_DEL_NOT_ALLOWED');
342: app_exception.raise_exception;
343: END IF;
344: END IF;
345: END IF;