DBA Data[Home] [Help]

APPS.BEN_CCP_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 34: hr_utility.set_location('Entering:'||l_proc, 5);

30: --
31: l_proc varchar2(72) := g_package||'constraint_error';
32: --
33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'BEN_CVRD_DPNT_PVD_FK1') Then
37: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
38: fnd_message.set_token('PROCEDURE', l_proc);

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

49: fnd_message.set_token('CONSTRAINT_NAME', p_constraint_name);
50: fnd_message.raise_error;
51: End If;
52: --
53: hr_utility.set_location(' Leaving:'||l_proc, 10);
54: End constraint_error;
55: --
56: -- ----------------------------------------------------------------------------
57: -- |-----------------------------< api_updating >-----------------------------|

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

120: l_proc varchar2(72) := g_package||'api_updating';
121: l_fct_ret boolean;
122: --
123: Begin
124: hr_utility.set_location('Entering:'||l_proc, 5);
125: --
126: If (p_effective_date is null or
127: p_cvrd_dpnt_ctfn_prvdd_id is null or
128: p_object_version_number is null) Then

Line 137: hr_utility.set_location(l_proc, 10);

133: l_fct_ret := false;
134: Else
135: If (p_cvrd_dpnt_ctfn_prvdd_id = g_old_rec.cvrd_dpnt_ctfn_prvdd_id and
136: p_object_version_number = g_old_rec.object_version_number) Then
137: hr_utility.set_location(l_proc, 10);
138: --
139: -- The g_old_rec is current therefore we must
140: -- set the returning function to true
141: --

Line 162: hr_utility.set_location(l_proc, 15);

158: If (p_object_version_number <> g_old_rec.object_version_number) Then
159: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
160: fnd_message.raise_error;
161: End If;
162: hr_utility.set_location(l_proc, 15);
163: l_fct_ret := true;
164: End If;
165: End If;
166: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

162: hr_utility.set_location(l_proc, 15);
163: l_fct_ret := true;
164: End If;
165: End If;
166: hr_utility.set_location(' Leaving:'||l_proc, 20);
167: Return (l_fct_ret);
168: --
169: End api_updating;
170: --

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

192: and p_effective_date
193: between t.effective_start_date and t.effective_end_date;
194: --
195: Begin
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: Open C_Sel1;
198: Fetch C_Sel1 Into l_parent_key_value1,
199: l_parent_key_value2;
200: If C_Sel1%notfound then

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

223: p_delete => p_delete,
224: p_future_change => p_future_change,
225: p_delete_next_change => p_delete_next_change);
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: End find_dt_del_modes;
229: --
230: -- ----------------------------------------------------------------------------
231: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

240: --
241: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
242: --
243: Begin
244: hr_utility.set_location('Entering:'||l_proc, 5);
245: --
246: -- Call the corresponding datetrack api
247: --
248: dt_api.find_dt_upd_modes

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

254: p_update => p_update,
255: p_update_override => p_update_override,
256: p_update_change_insert => p_update_change_insert);
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 10);
259: End find_dt_upd_modes;
260: --
261: -- ----------------------------------------------------------------------------
262: -- |------------------------< upd_effective_end_date >------------------------|

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

272: l_proc varchar2(72) := g_package||'upd_effective_end_date';
273: l_object_version_number number;
274: --
275: Begin
276: hr_utility.set_location('Entering:'||l_proc, 5);
277: --
278: -- Because we are updating a row we must get the next object
279: -- version number.
280: --

Line 287: hr_utility.set_location(l_proc, 10);

283: (p_base_table_name => 'ben_cvrd_dpnt_ctfn_prvdd_f',
284: p_base_key_column => 'cvrd_dpnt_ctfn_prvdd_id',
285: p_base_key_value => p_base_key_value);
286: --
287: hr_utility.set_location(l_proc, 10);
288: g_api_dml := true; -- Set the api dml status
289: --
290: -- Update the specified datetrack row setting the effective
291: -- end date to the specified new effective end date.

Line 302: hr_utility.set_location(' Leaving:'||l_proc, 15);

298: between t.effective_start_date and t.effective_end_date;
299: --
300: g_api_dml := false; -- Unset the api dml status
301: p_object_version_number := l_object_version_number;
302: hr_utility.set_location(' Leaving:'||l_proc, 15);
303: --
304: Exception
305: When Others Then
306: g_api_dml := false; -- Unset the api dml status

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

382: --
383: --
384: --
385: Begin
386: hr_utility.set_location('Entering:'||l_proc, 5);
387: --
388: -- Ensure that all the mandatory arguments are not null
389: --
390: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 427: hr_utility.set_location(l_proc, 15);

423: If (p_object_version_number <> g_old_rec.object_version_number) Then
424: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
425: fnd_message.raise_error;
426: End If;
427: hr_utility.set_location(l_proc, 15);
428: --
429: --
430: -- Validate the datetrack mode mode getting the validation start
431: -- and end dates for the specified datetrack operation.

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

461: --
462: p_validation_start_date := l_validation_start_date;
463: p_validation_end_date := l_validation_end_date;
464: --
465: hr_utility.set_location(' Leaving:'||l_proc, 30);
466: --
467: -- We need to trap the ORA LOCK exception
468: --
469: Exception

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

541: l_proc varchar2(72) := g_package||'convert_args';
542: --
543: Begin
544: --
545: hr_utility.set_location('Entering:'||l_proc, 5);
546: --
547: -- Convert arguments into local l_rec structure.
548: --
549: l_rec.cvrd_dpnt_ctfn_prvdd_id := p_cvrd_dpnt_ctfn_prvdd_id;

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

593: l_rec.object_version_number := p_object_version_number;
594: --
595: -- Return the plsql record structure.
596: --
597: hr_utility.set_location(' Leaving:'||l_proc, 10);
598: Return(l_rec);
599: --
600: End convert_args;
601: --