DBA Data[Home] [Help]

APPS.PER_CEI_SHD dependencies on HR_UTILITY

Line 58: hr_utility.set_location('Entering : '||p_cagr_entitlement_item_id||'/'||l_proc,10);

54: l_proc VARCHAR2(72) := g_package||'entitlement_item_in_use';
55: --
56: BEGIN
57: --
58: hr_utility.set_location('Entering : '||p_cagr_entitlement_item_id||'/'||l_proc,10);
59: --
60: -- Check mandatory parameter is set
61: --
62: hr_api.mandatory_arg_error

Line 73: hr_utility.set_location(l_proc,20);

69: FETCH csr_get_entitlements INTO l_dummy_item;
70: --
71: IF csr_get_entitlements%FOUND THEN
72: --
73: hr_utility.set_location(l_proc,20);
74: --
75: CLOSE csr_get_entitlements;
76: --
77: l_return_value := TRUE;

Line 81: hr_utility.set_location(l_proc,30);

77: l_return_value := TRUE;
78: --
79: ELSE
80: --
81: hr_utility.set_location(l_proc,30);
82: --
83: CLOSE csr_get_entitlements;
84: --
85: l_return_value := FALSE;

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

85: l_return_value := FALSE;
86: --
87: END IF;
88: --
89: hr_utility.set_location('Leaving : '||l_proc,100);
90: --
91: RETURN(l_return_value);
92: --
93: END entitlement_item_in_use;

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

235: l_proc varchar2(72) := g_package||'lck';
236: --
237: Begin
238: --
239: hr_utility.set_location('Entering:'||l_proc, 5);
240: --
241: hr_api.mandatory_arg_error
242: (p_api_name => l_proc
243: ,p_argument => 'CAGR_ENTITLEMENT_ITEM_ID'

Line 260: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

256: End If;
257: Close C_Sel1;
258: --
259: If (p_object_version_number <> g_old_rec.object_version_number) Then
260: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
261: hr_utility.raise_error;
262: End If;
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 261: hr_utility.raise_error;

257: Close C_Sel1;
258: --
259: If (p_object_version_number <> g_old_rec.object_version_number) Then
260: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
261: hr_utility.raise_error;
262: End If;
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: --

Line 264: hr_utility.set_location(' Leaving:'||l_proc, 10);

260: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
261: hr_utility.raise_error;
262: End If;
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: --
266: -- We need to trap the ORA LOCK exception
267: --
268: Exception