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 3969: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));

3965: hr_utility.raise_error;
3966: END IF;
3967: WHEN OTHERS THEN
3968: hr_utility.set_location('Exception:'||l_proc,565);
3969: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
3970: hr_utility.raise_error;
3971: --RAISE; -- Raise error here relevant to the new tech stack.
3972: --
3973: end update_contact_relationship;

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

4778: raise;
4779:
4780: When others THEN
4781: hr_utility.set_location(' When others THEN'||l_proc,560);
4782: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
4783: hr_utility.raise_error;
4784: --raise;
4785:
4786: END is_rec_changed;

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

6414:
6415: EXCEPTION
6416: WHEN OTHERS THEN
6417: hr_utility.set_location('Exception:'||l_proc,555);
6418: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
6419: hr_utility.raise_error;
6420: --RAISE;
6421:
6422: END get_contact_from_tt;

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

9189: hr_utility.raise_error;
9190: END IF;
9191: WHEN OTHERS THEN
9192: hr_utility.set_location('Exception:'||l_proc,570);
9193: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
9194: hr_utility.raise_error;
9195: --RAISE; -- Raise error here relevant to the new tech stack.
9196: --
9197: END create_contact_tt;

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

9526: raise;
9527:
9528: When others THEN
9529: hr_utility.set_location('Exception others:'||l_proc,555);
9530: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
9531: hr_utility.raise_error;
9532: --raise;
9533:
9534: END is_con_rec_changed;

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

11593: --
11594: IF l_per_assign_payroll_warning THEN
11595: -- ------------------------------------------------------------
11596: -- The assign payroll warning has been set so we must set the
11597: -- error so we can retrieve the text using fnd_message.get
11598: -- -------------------------------------------------------------
11599: -- as of now, 09/07/00, we don't know how to handle warnings yet. So, we
11600: -- just don't do anything.
11601: null;

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

15529: hr_utility.raise_error;
15530: END IF;
15531: WHEN OTHERS THEN
15532: hr_utility.set_location('Exception:Others'||l_proc,555);
15533: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
15534: hr_utility.raise_error;
15535: -- RAISE; -- Raise error here relevant to the new tech stack.
15536: --
15537: end end_contact_relationship;

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

15995: hr_utility.set_location('Exiting:'||l_proc, 15);
15996: EXCEPTION
15997: WHEN OTHERS THEN
15998: hr_utility.set_location('Exception:Others'||l_proc,555);
15999: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
16000: hr_utility.raise_error;
16001: --raise;
16002: END delete_transaction_steps;
16003: --

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

16110:
16111: EXCEPTION
16112: WHEN OTHERS THEN
16113: hr_utility.set_location('Exception:Others'||l_proc,555);
16114: fnd_message.set_name('PER', SQLERRM ||' '||to_char(SQLCODE));
16115: hr_utility.raise_error;
16116: --raise;
16117: END delete_transaction_steps;
16118: --