DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

188: and p_effective_date
189: between t.effective_start_date and t.effective_end_date;
190: --
191: Begin
192: hr_utility.set_location('Entering:'||l_proc, 5);
193: Open C_Sel1;
194: Fetch C_Sel1 Into l_parent_key_value1;
195: If C_Sel1%notfound then
196: Close C_Sel1;

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

215: p_delete => p_delete,
216: p_future_change => p_future_change,
217: p_delete_next_change => p_delete_next_change);
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 10);
220: End find_dt_del_modes;
221: --
222: -- ----------------------------------------------------------------------------
223: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

232: --
233: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
234: --
235: Begin
236: hr_utility.set_location('Entering:'||l_proc, 5);
237: --
238: -- Call the corresponding datetrack api
239: --
240: dt_api.find_dt_upd_modes

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

246: p_update => p_update,
247: p_update_override => p_update_override,
248: p_update_change_insert => p_update_change_insert);
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 10);
251: End find_dt_upd_modes;
252: --
253: -- ----------------------------------------------------------------------------
254: -- |------------------------< upd_effective_end_date >------------------------|

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

264: l_proc varchar2(72) := g_package||'upd_effective_end_date';
265: l_object_version_number number;
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: --
270: -- Because we are updating a row we must get the next object
271: -- version number.
272: --

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

275: (p_base_table_name => 'ben_elig_per_typ_prte_f',
276: p_base_key_column => 'elig_per_typ_prte_id',
277: p_base_key_value => p_base_key_value);
278: --
279: hr_utility.set_location(l_proc, 10);
280: g_api_dml := true; -- Set the api dml status
281: --
282: -- Update the specified datetrack row setting the effective
283: -- end date to the specified new effective end date.

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

290: between t.effective_start_date and t.effective_end_date;
291: --
292: g_api_dml := false; -- Unset the api dml status
293: p_object_version_number := l_object_version_number;
294: hr_utility.set_location(' Leaving:'||l_proc, 15);
295: --
296: Exception
297: When Others Then
298: g_api_dml := false; -- Unset the api dml status

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

373: --
374: --
375: --
376: Begin
377: hr_utility.set_location('Entering:'||l_proc, 5);
378: --
379: -- Ensure that all the mandatory arguments are not null
380: --
381: hr_api.mandatory_arg_error(p_api_name => l_proc,

Line 397: hr_utility.set_location('Entering:'||p_effective_date, 5);

393: hr_api.mandatory_arg_error(p_api_name => l_proc,
394: p_argument => 'object_version_number',
395: p_argument_value => p_object_version_number);
396: --
397: hr_utility.set_location('Entering:'||p_effective_date, 5);
398: hr_utility.set_location('Entering:'||p_datetrack_mode, 5);
399: hr_utility.set_location('Entering:'||p_elig_per_typ_prte_id, 5);
400: hr_utility.set_location('Entering:'||p_object_version_number, 5);
401: -- Check to ensure the datetrack mode is not INSERT.

Line 398: hr_utility.set_location('Entering:'||p_datetrack_mode, 5);

394: p_argument => 'object_version_number',
395: p_argument_value => p_object_version_number);
396: --
397: hr_utility.set_location('Entering:'||p_effective_date, 5);
398: hr_utility.set_location('Entering:'||p_datetrack_mode, 5);
399: hr_utility.set_location('Entering:'||p_elig_per_typ_prte_id, 5);
400: hr_utility.set_location('Entering:'||p_object_version_number, 5);
401: -- Check to ensure the datetrack mode is not INSERT.
402: --

Line 399: hr_utility.set_location('Entering:'||p_elig_per_typ_prte_id, 5);

395: p_argument_value => p_object_version_number);
396: --
397: hr_utility.set_location('Entering:'||p_effective_date, 5);
398: hr_utility.set_location('Entering:'||p_datetrack_mode, 5);
399: hr_utility.set_location('Entering:'||p_elig_per_typ_prte_id, 5);
400: hr_utility.set_location('Entering:'||p_object_version_number, 5);
401: -- Check to ensure the datetrack mode is not INSERT.
402: --
403: If (p_datetrack_mode <> 'INSERT') then

Line 400: hr_utility.set_location('Entering:'||p_object_version_number, 5);

396: --
397: hr_utility.set_location('Entering:'||p_effective_date, 5);
398: hr_utility.set_location('Entering:'||p_datetrack_mode, 5);
399: hr_utility.set_location('Entering:'||p_elig_per_typ_prte_id, 5);
400: hr_utility.set_location('Entering:'||p_object_version_number, 5);
401: -- Check to ensure the datetrack mode is not INSERT.
402: --
403: If (p_datetrack_mode <> 'INSERT') then
404: --

Line 408: hr_utility.set_location('before fetch:'||p_object_version_number, 5);

404: --
405: -- We must select and lock the current row.
406: --
407: Open C_Sel1;
408: hr_utility.set_location('before fetch:'||p_object_version_number, 5);
409: Fetch C_Sel1 Into g_old_rec;
410: hr_utility.set_location('after fetch:'||p_object_version_number, 5);
411: If C_Sel1%notfound then
412: Close C_Sel1;

Line 410: hr_utility.set_location('after fetch:'||p_object_version_number, 5);

406: --
407: Open C_Sel1;
408: hr_utility.set_location('before fetch:'||p_object_version_number, 5);
409: Fetch C_Sel1 Into g_old_rec;
410: hr_utility.set_location('after fetch:'||p_object_version_number, 5);
411: If C_Sel1%notfound then
412: Close C_Sel1;
413: --
414: -- The primary key is invalid therefore we must error

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

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

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

455: --
456: p_validation_start_date := l_validation_start_date;
457: p_validation_end_date := l_validation_end_date;
458: --
459: hr_utility.set_location(' Leaving:'||l_proc, 30);
460: --
461: -- We need to trap the ORA LOCK exception
462: --
463: Exception

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

534: l_proc varchar2(72) := g_package||'convert_args';
535: --
536: Begin
537: --
538: hr_utility.set_location('Entering:'||l_proc, 5);
539: --
540: -- Convert arguments into local l_rec structure.
541: --
542: l_rec.elig_per_typ_prte_id := p_elig_per_typ_prte_id;

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

585:
586: --
587: -- Return the plsql record structure.
588: --
589: hr_utility.set_location(' Leaving:'||l_proc, 10);
590: Return(l_rec);
591: --
592: End convert_args;
593: --