DBA Data[Home] [Help]

APPS.PER_PCE_SHD dependencies on HR_UTILITY

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

27: l_proc VARCHAR2(72) := g_package || 'retrieve_cagr_info';
28: --
29: BEGIN
30: --
31: hr_utility.set_location('Entering:'||l_proc, 10);
32: --
33: -- Check mandatory parameters has been set
34: --
35: hr_api.mandatory_arg_error

Line 47: hr_utility.set_message(800, 'HR_289345_CAGR_REC_INV');

43: IF csr_cagr_info%NOTFOUND THEN
44: --
45: CLOSE csr_cagr_info;
46: --
47: hr_utility.set_message(800, 'HR_289345_CAGR_REC_INV');
48: hr_utility.raise_error;
49: --
50: ELSE
51: --

Line 48: hr_utility.raise_error;

44: --
45: CLOSE csr_cagr_info;
46: --
47: hr_utility.set_message(800, 'HR_289345_CAGR_REC_INV');
48: hr_utility.raise_error;
49: --
50: ELSE
51: --
52: CLOSE csr_cagr_info;

Line 56: hr_utility.set_location('Leaving :'||l_proc, 999);

52: CLOSE csr_cagr_info;
53: --
54: END IF;
55: --
56: hr_utility.set_location('Leaving :'||l_proc, 999);
57: --
58: END retrieve_cagr_info;
59: --
60: -- ----------------------------------------------------------------------------

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

190: l_proc VARCHAR2(72) := g_package||'lck';
191: --
192: BEGIN
193: --
194: hr_utility.set_location('Entering:'||l_proc, 5);
195: --
196: hr_api.mandatory_arg_error
197: (p_api_name => l_proc
198: ,p_argument => 'CAGR_ENTITLEMENT_ID'

Line 201: hr_utility.set_location(l_proc,6);

197: (p_api_name => l_proc
198: ,p_argument => 'CAGR_ENTITLEMENT_ID'
199: ,p_argument_value => p_cagr_entitlement_id
200: );
201: hr_utility.set_location(l_proc,6);
202: hr_api.mandatory_arg_error
203: (p_api_name => l_proc
204: ,p_argument => 'OBJECT_VERSION_NUMBER'
205: ,p_argument_value => p_object_version_number

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

221: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
222: fnd_message.raise_error;
223: END If;
224: --
225: hr_utility.set_location(' Leaving:'||l_proc, 10);
226: --
227: -- We need to trap the ORA LOCK exception
228: --
229: EXCEPTION