DBA Data[Home] [Help]

APPS.OTA_OM_UTIL dependencies on HR_UTILITY

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

47:
48: l_no_record BOOLEAN := TRUE;
49:
50: BEGIN
51: hr_utility.set_location('Entering:'|| l_proc, 10);
52: --
53: IF p_UOM = 'ENR' THEN
54: FOR enr_rec IN enr_cur
55: LOOP

Line 83: hr_utility.set_location(' Leaving:'||l_proc, 70);

79: END IF;
80:
81: --
82: --
83: hr_utility.set_location(' Leaving:'||l_proc, 70);
84: EXCEPTION
85: WHEN others THEN
86: --
87: -- A validation or unexpected error has occured

Line 89: hr_utility.set_location(' Leaving:'||l_proc, 90);

85: WHEN others THEN
86: --
87: -- A validation or unexpected error has occured
88: --
89: hr_utility.set_location(' Leaving:'||l_proc, 90);
90: END get_event_detail;
91: --
92:
93: