DBA Data[Home] [Help]

APPS.HR_PROCESS_CONTACT_SS dependencies on FND_MESSAGE

Line 654: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));

650: hr_utility.set_location('Exiting:'||l_proc, 25);
651: --
652: EXCEPTION
653: WHEN OTHERS THEN
654: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
655: hr_utility.set_location('Exception OTHERS:'||l_proc,555);
656: hr_utility.raise_error;
657: --
658:

Line 1291: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));

1287: hr_utility.set_location('Exiting:'||l_proc, 15);
1288: EXCEPTION
1289: WHEN OTHERS THEN
1290: hr_utility.set_location('Exception:'||l_proc,555);
1291: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
1292: hr_utility.raise_error;
1293: --RAISE;
1294:
1295: END get_contact_relationship_tt;

Line 3900: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));

3896: hr_utility.raise_error;
3897: END IF;
3898: WHEN OTHERS THEN
3899: hr_utility.set_location('Exception:'||l_proc,565);
3900: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
3901: hr_utility.raise_error;
3902: --RAISE; -- Raise error here relevant to the new tech stack.
3903: --
3904: end update_contact_relationship;

Line 4713: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));

4709: raise;
4710:
4711: When others THEN
4712: hr_utility.set_location(' When others THEN'||l_proc,560);
4713: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
4714: hr_utility.raise_error;
4715: --raise;
4716:
4717: END is_rec_changed;

Line 6349: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));

6345:
6346: EXCEPTION
6347: WHEN OTHERS THEN
6348: hr_utility.set_location('Exception:'||l_proc,555);
6349: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
6350: hr_utility.raise_error;
6351: --RAISE;
6352:
6353: END get_contact_from_tt;

Line 9124: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));

9120: hr_utility.raise_error;
9121: END IF;
9122: WHEN OTHERS THEN
9123: hr_utility.set_location('Exception:'||l_proc,570);
9124: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
9125: hr_utility.raise_error;
9126: --RAISE; -- Raise error here relevant to the new tech stack.
9127: --
9128: END create_contact_tt;

Line 9461: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));

9457: raise;
9458:
9459: When others THEN
9460: hr_utility.set_location('Exception others:'||l_proc,555);
9461: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
9462: hr_utility.raise_error;
9463: --raise;
9464:
9465: END is_con_rec_changed;

Line 11490: -- error so we can retrieve the text using fnd_message.get

11486: --
11487: IF l_per_assign_payroll_warning THEN
11488: -- ------------------------------------------------------------
11489: -- The assign payroll warning has been set so we must set the
11490: -- error so we can retrieve the text using fnd_message.get
11491: -- -------------------------------------------------------------
11492: -- as of now, 09/07/00, we don't know how to handle warnings yet. So, we
11493: -- just don't do anything.
11494: null;

Line 15365: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));

15361: hr_utility.raise_error;
15362: END IF;
15363: WHEN OTHERS THEN
15364: hr_utility.set_location('Exception:Others'||l_proc,555);
15365: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
15366: hr_utility.raise_error;
15367: -- RAISE; -- Raise error here relevant to the new tech stack.
15368: --
15369: end end_contact_relationship;

Line 15831: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));

15827: hr_utility.set_location('Exiting:'||l_proc, 15);
15828: EXCEPTION
15829: WHEN OTHERS THEN
15830: hr_utility.set_location('Exception:Others'||l_proc,555);
15831: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
15832: hr_utility.raise_error;
15833: --raise;
15834: END delete_transaction_steps;
15835: --

Line 15946: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));

15942:
15943: EXCEPTION
15944: WHEN OTHERS THEN
15945: hr_utility.set_location('Exception:Others'||l_proc,555);
15946: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
15947: hr_utility.raise_error;
15948: --raise;
15949: END delete_transaction_steps;
15950: --