DBA Data[Home] [Help]

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

92: l_proc varchar2(72) := g_package||'api_updating';
93: l_fct_ret boolean;
94: --
95: Begin
96: hr_utility.set_location('Entering:'||l_proc, 5);
97: --
98: If (p_effective_date is null or
99: p_pl_extract_identifier_id is null or
100: p_object_version_number is null) Then

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

105: l_fct_ret := false;
106: Else
107: If (p_pl_extract_identifier_id = g_old_rec.pl_extract_identifier_id and
108: p_object_version_number = g_old_rec.object_version_number) Then
109: hr_utility.set_location(l_proc, 10);
110: --
111: -- The g_old_rec is current therefore we must
112: -- set the returning function to true
113: --

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

130: If (p_object_version_number <> g_old_rec.object_version_number) Then
131: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
132: fnd_message.raise_error;
133: End If;
134: hr_utility.set_location(l_proc, 15);
135: l_fct_ret := true;
136: End If;
137: End If;
138: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

134: hr_utility.set_location(l_proc, 15);
135: l_fct_ret := true;
136: End If;
137: End If;
138: hr_utility.set_location(' Leaving:'||l_proc, 20);
139: Return (l_fct_ret);
140: --
141: End api_updating;
142: --

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

156: --
157: --
158: --
159: Begin
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: -- Call the corresponding datetrack api
163: --
164: dt_api.find_dt_del_modes

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

170: p_delete => p_delete,
171: p_future_change => p_future_change,
172: p_delete_next_change => p_delete_next_change);
173: --
174: hr_utility.set_location(' Leaving:'||l_proc, 10);
175: End find_dt_del_modes;
176: --
177: -- ----------------------------------------------------------------------------
178: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

188: --
189: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
190: --
191: Begin
192: hr_utility.set_location('Entering:'||l_proc, 5);
193: --
194: -- Call the corresponding datetrack api
195: --
196: dt_api.find_dt_upd_modes

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

202: p_update => p_update,
203: p_update_override => p_update_override,
204: p_update_change_insert => p_update_change_insert);
205: --
206: hr_utility.set_location(' Leaving:'||l_proc, 10);
207: End find_dt_upd_modes;
208: --
209: -- ----------------------------------------------------------------------------
210: -- |------------------------< upd_effective_end_date >------------------------|

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

221: l_proc varchar2(72) := g_package||'upd_effective_end_date';
222: l_object_version_number number;
223: --
224: Begin
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: -- Because we are updating a row we must get the next object
228: -- version number.
229: --

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

232: (p_base_table_name => 'ben_pl_extract_identifier_f',
233: p_base_key_column => 'pl_extract_identifier_id',
234: p_base_key_value => p_base_key_value);
235: --
236: hr_utility.set_location(l_proc, 10);
237: g_api_dml := true; -- Set the api dml status
238: --
239: -- Update the specified datetrack row setting the effective
240: -- end date to the specified new effective end date.

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

246: and p_effective_date between t.effective_start_date and t.effective_end_date;
247: --
248: g_api_dml := false; -- Unset the api dml status
249: p_object_version_number := l_object_version_number;
250: hr_utility.set_location(' Leaving:'||l_proc, 15);
251: --
252: Exception
253: When Others Then
254: g_api_dml := false; -- Unset the api dml status

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

311: --
312: --
313: --
314: Begin
315: hr_utility.set_location('Entering:'||l_proc, 5);
316: --
317: -- Ensure that all the mandatory arguments are not null
318: --
319: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

352: If (p_object_version_number <> g_old_rec.object_version_number) Then
353: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
354: fnd_message.raise_error;
355: End If;
356: hr_utility.set_location(l_proc, 15);
357: --
358: -- Validate the datetrack mode mode getting the validation start
359: -- and end dates for the specified datetrack operation.
360: --

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

385: --
386: p_validation_start_date := l_validation_start_date;
387: p_validation_end_date := l_validation_end_date;
388: --
389: hr_utility.set_location(' Leaving:'||l_proc, 30);
390: --
391: -- We need to trap the ORA LOCK exception
392: --
393: Exception

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

437: l_proc varchar2(72) := g_package||'convert_args';
438: --
439: Begin
440: --
441: hr_utility.set_location('Entering:'||l_proc, 5);
442: --
443: -- Convert arguments into local l_rec structure.
444: --
445: l_rec.pl_extract_identifier_id := p_pl_extract_identifier_id;

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

461: l_rec.business_group_id := p_business_group_id;
462: --
463: -- Return the plsql record structure.
464: --
465: hr_utility.set_location(' Leaving:'||l_proc, 10);
466: Return(l_rec);
467: --
468: End convert_args;
469: --