DBA Data[Home] [Help]

APPS.PER_MM_VALID_GRADES_PKG dependencies on PER_MM_VALID_GRADES_PKG

Line 1: package body PER_MM_VALID_GRADES_PKG as

1: package body PER_MM_VALID_GRADES_PKG as
2: /* $Header: pemmv04t.pkb 120.1 2008/07/18 07:20:02 brsinha ship $ */
3: --
4: --
5: procedure insert_row

Line 247: hr_utility.set_message_token('PROCEDURE','per_mm_valid_grades_pkg.load_rows');

243: when others THEN
244: hr_utility.set_location('Inside Others ',40);
245: hr_utility.set_location(sqlerrm,50);
246: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
247: hr_utility.set_message_token('PROCEDURE','per_mm_valid_grades_pkg.load_rows');
248: hr_utility.set_message_token('STEP','1');
249: hr_utility.raise_error;
250: end load_rows;
251: --

Line 298: hr_utility.set_message_token('PROCEDURE','per_mm_valid_grades_pkg.lock_rows');

294: fetch c into recinfo;
295: if (c%notfound) then
296: close c;
297: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
298: hr_utility.set_message_token('PROCEDURE','per_mm_valid_grades_pkg.lock_rows');
299: hr_utility.set_message_token('STEP','1');
300: hr_utility.raise_error;
301: end if;
302: close c;

Line 393: hr_utility.set_message_token('PROCEDURE','per_mm_valid_grades_pkg.lock_rows');

389: ) then
390: return;
391: else
392: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
393: hr_utility.set_message_token('PROCEDURE','per_mm_valid_grades_pkg.lock_rows');
394: hr_utility.set_message_token('STEP','2');
395: hr_utility.raise_error;
396: end if;
397: exception

Line 400: hr_utility.set_message_token('PROCEDURE','per_mm_valid_grades_pkg.lock_rows');

396: end if;
397: exception
398: when app_exceptions.record_lock_exception then
399: hr_utility.set_message(801,'HR_6153_ALL_PROCEDURE_FAIL');
400: hr_utility.set_message_token('PROCEDURE','per_mm_valid_grades_pkg.lock_rows');
401: hr_utility.set_message_token('STEP','3');
402: hr_utility.raise_error;
403: end;
404: end loop;

Line 408: end per_mm_valid_grades_pkg;

404: end loop;
405: end lock_row ;
406: --
407: --
408: end per_mm_valid_grades_pkg;
409: