DBA Data[Home] [Help]

APPS.PER_ASG_BUS1 dependencies on FND_MESSAGE

Line 267: fnd_message.set_name('PER', 'HR_449746_DEL_BEN_ASG');

263: if g_debug then
264: hr_utility.set_location('Selected assignment is of type Benifits', 10);
265: end if;
266: --
267: fnd_message.set_name('PER', 'HR_449746_DEL_BEN_ASG');
268: fnd_message.raise_error;
269: end if;
270: -- */
271: if g_debug then

Line 268: fnd_message.raise_error;

264: hr_utility.set_location('Selected assignment is of type Benifits', 10);
265: end if;
266: --
267: fnd_message.set_name('PER', 'HR_449746_DEL_BEN_ASG');
268: fnd_message.raise_error;
269: end if;
270: -- */
271: if g_debug then
272: hr_utility.set_location('Before calling pre_delete checks ', 20);

Line 6368: fnd_message.set_name('PER', 'HR_JOB_GRADE_CHK');

6364: -- Start of fix for the issue in the bug#8857145
6365: --if p_inv_job_grade_warning then
6366: if l_assignment_type = 'O' and p_inv_job_grade_warning then
6367:
6368: fnd_message.set_name('PER', 'HR_JOB_GRADE_CHK');
6369: hr_multi_message.add
6370: (p_associated_column1 => 'PER_ALL_ASSIGNMENTS_F.JOB_ID'
6371: ,p_associated_column2 => 'PER_ALL_ASSIGNMENTS_F.GRADE_ID'
6372: );