DBA Data[Home] [Help]

APPS.PER_ELC_SHD dependencies on HR_UTILITY

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

14: --
15: l_proc varchar2(72) := g_package||'return_api_dml_status';
16: --
17: Begin
18: hr_utility.set_location('Entering:'||l_proc, 5);
19:
20: Return (nvl(g_api_dml, false));
21: --
22: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

18: hr_utility.set_location('Entering:'||l_proc, 5);
19:
20: Return (nvl(g_api_dml, false));
21: --
22: hr_utility.set_location(' Leaving:'||l_proc, 10);
23: End return_api_dml_status;
24: --
25: -- ----------------------------------------------------------------------------
26: -- |---------------------------< constraint_error >---------------------------|

Line 72: --hr_utility.set_location('Entering: api_updating check', 29);

68: --
69: --
70: -- Cursor selects the 'current' row from the HR Schema
71: --
72: --hr_utility.set_location('Entering: api_updating check', 29);
73: --
74: Cursor C_Sel1 is
75: select
76: election_id

Line 158: hr_utility.set_location('Entering: Test2', 31);

154: If (p_election_id is null and
155: p_object_version_number is null
156: ) Then
157: --
158: hr_utility.set_location('Entering: Test2', 31);
159: -- One of the primary key arguments is null therefore we must
160: -- set the returning function value to false
161: --
162: l_fct_ret := false;

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

287: --
288: l_proc varchar2(72) := g_package||'lck';
289: --
290: Begin
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: --
293: hr_api.mandatory_arg_error
294: (p_api_name => l_proc
295: ,p_argument => 'ELECTION_ID'

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

312: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
313: fnd_message.raise_error;
314: End If;
315: --
316: hr_utility.set_location(' Leaving:'||l_proc, 10);
317: --
318: -- We need to trap the ORA LOCK exception
319: --
320: Exception