DBA Data[Home] [Help]

APPS.OTA_CANCEL_TRAINING_SS dependencies on HR_UTILITY

Line 109: hr_utility.set_location('Entering:'||l_proc, 10);

105: -- Bug 2480134
106:
107: BEGIN
108: --
109: hr_utility.set_location('Entering:'||l_proc, 10);
110: -- Get the current user name
111: --
112: OPEN person_username_csr (p_person_id);
113: FETCH person_username_csr INTO l_current_person_name;

Line 226: hr_utility.set_location('Leaving:'||l_proc, 20);

222: 'OTA_ACTIVITY_VERSION_NAME',
223: p_version_name);
224:
225: --
226: hr_utility.set_location('Leaving:'||l_proc, 20);
227: EXCEPTION
228: WHEN OTHERS THEN
229: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
230: x_msg_data := SQLCODE||': '||SUBSTR(SQLERRM, 1, 950);

Line 232: hr_utility.set_location('Leaving:'||l_proc, 30);

228: WHEN OTHERS THEN
229: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
230: x_msg_data := SQLCODE||': '||SUBSTR(SQLERRM, 1, 950);
231: --
232: hr_utility.set_location('Leaving:'||l_proc, 30);
233: --
234: --
235: END create_enroll_wf_process;
236: --

Line 442: hr_utility.set_location('Entering:'||l_proc, 10);

438: l_username fnd_user.user_name%TYPE;
439: --
440: BEGIN
441: --
442: hr_utility.set_location('Entering:'||l_proc, 10);
443:
444: IF FND_API.TO_BOOLEAN(p_init_msg_list) THEN
445: FND_MSG_PUB.INITIALIZE;
446: END IF;

Line 639: hr_utility.set_location('Leaving:'||l_proc, 20);

635: x_return_status := FND_API.G_RET_STS_SUCCESS;
636: x_msg_count := 1;
637: x_msg_data := 'OTA_CANCEL_ENROLLMENT'; -- return message name
638: --
639: hr_utility.set_location('Leaving:'||l_proc, 20);
640:
641: EXCEPTION
642: --
643: WHEN l_wf_exception THEN

Line 650: hr_utility.set_location('Leaving:'||l_proc, 30);

646: FND_MESSAGE.SET_TOKEN('OTA_IBE_UNEXP_ERR_MSG', l_msg_data);
647: FND_MSG_PUB.ADD;
648: FND_MSG_PUB.COUNT_AND_GET(p_count => x_msg_count,
649: p_data => x_msg_data);
650: hr_utility.set_location('Leaving:'||l_proc, 30);
651:
652: x_return_status := 'E';
653: --
654:

Line 665: hr_utility.set_location('Leaving:'||l_proc, 40);

661: FND_MSG_PUB.ADD;
662: FND_MSG_PUB.COUNT_AND_GET(p_count => x_msg_count,
663: p_data => x_msg_data);
664: x_return_status := 'E';
665: hr_utility.set_location('Leaving:'||l_proc, 40);
666: --
667: END cancel_enrollment;
668: --
669: -- ----------------------------------------------------------------------------

Line 695: hr_utility.set_location('Entering:'|| l_proc, 5);

691: --
692: begin
693: --
694: --
695: hr_utility.set_location('Entering:'|| l_proc, 5);
696: --
697: --
698: FOR comments_rec IN comments_cr
699: LOOP