DBA Data[Home] [Help]

APPS.BEN_LGE_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_LER_CHG_PGM_ENRT_F_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 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_ler_chg_pgm_enrt_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_ler_chg_pgm_enrt_id = g_old_rec.ler_chg_pgm_enrt_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('PAY', '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 223: hr_utility.set_location(' Leaving:'||l_proc, 10);

219: p_delete => p_delete,
220: p_future_change => p_future_change,
221: p_delete_next_change => p_delete_next_change);
222: --
223: hr_utility.set_location(' Leaving:'||l_proc, 10);
224: End find_dt_del_modes;
225: --
226: -- ----------------------------------------------------------------------------
227: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

236: --
237: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --
242: -- Call the corresponding datetrack api
243: --
244: dt_api.find_dt_upd_modes

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

250: p_update => p_update,
251: p_update_override => p_update_override,
252: p_update_change_insert => p_update_change_insert);
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 10);
255: End find_dt_upd_modes;
256: --
257: -- ----------------------------------------------------------------------------
258: -- |------------------------< upd_effective_end_date >------------------------|

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

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

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

279: (p_base_table_name => 'ben_ler_chg_pgm_enrt_f',
280: p_base_key_column => 'ler_chg_pgm_enrt_id',
281: p_base_key_value => p_base_key_value);
282: --
283: hr_utility.set_location(l_proc, 10);
284: g_api_dml := true; -- Set the api dml status
285: --
286: -- Update the specified datetrack row setting the effective
287: -- end date to the specified new effective end date.

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

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

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

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

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 462: hr_utility.set_location(' Leaving:'||l_proc, 30);

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

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

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

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

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