DBA Data[Home] [Help]

APPS.BEN_DEC_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_DSGNTR_ENRLD_CVG_PK') Then
37: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
38: fnd_message.set_token('PROCEDURE', l_proc);

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

44: fnd_message.set_token('CONSTRAINT_NAME', p_constraint_name);
45: fnd_message.raise_error;
46: End If;
47: --
48: hr_utility.set_location(' Leaving:'||l_proc, 10);
49: End constraint_error;
50: --
51: -- ----------------------------------------------------------------------------
52: -- |-----------------------------< api_updating >-----------------------------|

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

108: l_proc varchar2(72) := g_package||'api_updating';
109: l_fct_ret boolean;
110: --
111: Begin
112: hr_utility.set_location('Entering:'||l_proc, 5);
113: --
114: If (p_effective_date is null or
115: p_dsgntr_enrld_cvg_id is null or
116: p_object_version_number is null) Then

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

121: l_fct_ret := false;
122: Else
123: If (p_dsgntr_enrld_cvg_id = g_old_rec.dsgntr_enrld_cvg_id and
124: p_object_version_number = g_old_rec.object_version_number) Then
125: hr_utility.set_location(l_proc, 10);
126: --
127: -- The g_old_rec is current therefore we must
128: -- set the returning function to true
129: --

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

146: If (p_object_version_number <> g_old_rec.object_version_number) Then
147: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
148: fnd_message.raise_error;
149: End If;
150: hr_utility.set_location(l_proc, 15);
151: l_fct_ret := true;
152: End If;
153: End If;
154: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

150: hr_utility.set_location(l_proc, 15);
151: l_fct_ret := true;
152: End If;
153: End If;
154: hr_utility.set_location(' Leaving:'||l_proc, 20);
155: Return (l_fct_ret);
156: --
157: End api_updating;
158: --

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

172: --
173: --
174: --
175: Begin
176: hr_utility.set_location('Entering:'||l_proc, 5);
177: --
178: --
179: -- Call the corresponding datetrack api
180: --

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

187: p_delete => p_delete,
188: p_future_change => p_future_change,
189: p_delete_next_change => p_delete_next_change);
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: End find_dt_del_modes;
193: --
194: -- ----------------------------------------------------------------------------
195: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

204: --
205: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
206: --
207: Begin
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: --
210: -- Call the corresponding datetrack api
211: --
212: dt_api.find_dt_upd_modes

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

218: p_update => p_update,
219: p_update_override => p_update_override,
220: p_update_change_insert => p_update_change_insert);
221: --
222: hr_utility.set_location(' Leaving:'||l_proc, 10);
223: End find_dt_upd_modes;
224: --
225: -- ----------------------------------------------------------------------------
226: -- |------------------------< upd_effective_end_date >------------------------|

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

236: l_proc varchar2(72) := g_package||'upd_effective_end_date';
237: l_object_version_number number;
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: -- Because we are updating a row we must get the next object
243: -- version number.
244: --

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

247: (p_base_table_name => 'ben_dsgntr_enrld_cvg_f',
248: p_base_key_column => 'dsgntr_enrld_cvg_id',
249: p_base_key_value => p_base_key_value);
250: --
251: hr_utility.set_location(l_proc, 10);
252: g_api_dml := true; -- Set the api dml status
253: --
254: -- Update the specified datetrack row setting the effective
255: -- end date to the specified new effective end date.

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

262: between t.effective_start_date and t.effective_end_date;
263: --
264: g_api_dml := false; -- Unset the api dml status
265: p_object_version_number := l_object_version_number;
266: hr_utility.set_location(' Leaving:'||l_proc, 15);
267: --
268: Exception
269: When Others Then
270: g_api_dml := false; -- Unset the api dml status

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

339: --
340: --
341: --
342: Begin
343: hr_utility.set_location('Entering:'||l_proc, 5);
344: --
345: -- Ensure that all the mandatory arguments are not null
346: --
347: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

380: If (p_object_version_number <> g_old_rec.object_version_number) Then
381: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
382: fnd_message.raise_error;
383: End If;
384: hr_utility.set_location(l_proc, 15);
385: --
386: --
387: -- Validate the datetrack mode mode getting the validation start
388: -- and end dates for the specified datetrack operation.

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

413: --
414: p_validation_start_date := l_validation_start_date;
415: p_validation_end_date := l_validation_end_date;
416: --
417: hr_utility.set_location(' Leaving:'||l_proc, 30);
418: --
419: -- We need to trap the ORA LOCK exception
420: --
421: Exception

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

486: l_proc varchar2(72) := g_package||'convert_args';
487: --
488: Begin
489: --
490: hr_utility.set_location('Entering:'||l_proc, 5);
491: --
492: -- Convert arguments into local l_rec structure.
493: --
494: l_rec.dsgntr_enrld_cvg_id := p_dsgntr_enrld_cvg_id;

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

531: l_rec.object_version_number := p_object_version_number;
532: --
533: -- Return the plsql record structure.
534: --
535: hr_utility.set_location(' Leaving:'||l_proc, 10);
536: Return(l_rec);
537: --
538: End convert_args;
539: --