DBA Data[Home] [Help]

APPS.BEN_CSR_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_CSS_RLTD_PER_PER_IN_LE_FK2') Then
37: fnd_message.set_name('BEN', 'BEN_91000_INVALID_BUS_GROUP');
38: fnd_message.raise_error;

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

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

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

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

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

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

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

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

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

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

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: l_parent_key_value2;
196: If C_Sel1%notfound then

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

236: p_future_change => p_future_change,
237: p_delete_next_change => p_delete_next_change);
238: end if;
239: --
240: hr_utility.set_location(' Leaving:'||l_proc, 10);
241: End find_dt_del_modes;
242: --
243: -- ----------------------------------------------------------------------------
244: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

253: --
254: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
255: --
256: Begin
257: hr_utility.set_location('Entering:'||l_proc, 5);
258: --
259: -- Call the corresponding datetrack api
260: --
261: dt_api.find_dt_upd_modes

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

267: p_update => p_update,
268: p_update_override => p_update_override,
269: p_update_change_insert => p_update_change_insert);
270: --
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: End find_dt_upd_modes;
273: --
274: -- ----------------------------------------------------------------------------
275: -- |------------------------< upd_effective_end_date >------------------------|

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

285: l_proc varchar2(72) := g_package||'upd_effective_end_date';
286: l_object_version_number number;
287: --
288: Begin
289: hr_utility.set_location('Entering:'||l_proc, 5);
290: --
291: -- Because we are updating a row we must get the next object
292: -- version number.
293: --

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

296: (p_base_table_name => 'ben_css_rltd_per_per_in_ler_f',
297: p_base_key_column => 'css_rltd_per_per_in_ler_id',
298: p_base_key_value => p_base_key_value);
299: --
300: hr_utility.set_location(l_proc, 10);
301: g_api_dml := true; -- Set the api dml status
302: --
303: -- Update the specified datetrack row setting the effective
304: -- end date to the specified new effective end date.

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

311: between t.effective_start_date and t.effective_end_date;
312: --
313: g_api_dml := false; -- Unset the api dml status
314: p_object_version_number := l_object_version_number;
315: hr_utility.set_location(' Leaving:'||l_proc, 15);
316: --
317: Exception
318: When Others Then
319: g_api_dml := false; -- Unset the api dml status

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

389: --
390: --
391: --
392: Begin
393: hr_utility.set_location('Entering:'||l_proc, 5);
394: --
395: -- Ensure that all the mandatory arguments are not null
396: --
397: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

430: If (p_object_version_number <> g_old_rec.object_version_number) Then
431: fnd_message.set_name('PER', 'HR_7155_OBJECT_INVALID');
432: fnd_message.raise_error;
433: End If;
434: hr_utility.set_location(l_proc, 15);
435: --
436: --
437: -- Validate the datetrack mode mode getting the validation start
438: -- and end dates for the specified datetrack operation.

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

485: --
486: p_validation_start_date := l_validation_start_date;
487: p_validation_end_date := l_validation_end_date;
488: --
489: hr_utility.set_location(' Leaving:'||l_proc, 30);
490: --
491: -- We need to trap the ORA LOCK exception
492: --
493: Exception

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

559: l_proc varchar2(72) := g_package||'convert_args';
560: --
561: Begin
562: --
563: hr_utility.set_location('Entering:'||l_proc, 5);
564: --
565: -- Convert arguments into local l_rec structure.
566: --
567: l_rec.css_rltd_per_per_in_ler_id := p_css_rltd_per_per_in_ler_id;

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

605: l_rec.object_version_number := p_object_version_number;
606: --
607: -- Return the plsql record structure.
608: --
609: hr_utility.set_location(' Leaving:'||l_proc, 10);
610: Return(l_rec);
611: --
612: End convert_args;
613: --