DBA Data[Home] [Help]

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

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

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

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

123: l_proc varchar2(72) := g_package||'api_updating';
124: l_fct_ret boolean;
125: --
126: Begin
127: hr_utility.set_location('Entering:'||l_proc, 5);
128: --
129: If (p_effective_date is null or
130: p_elig_cmbn_age_los_prte_id is null or
131: p_object_version_number is null) Then

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

136: l_fct_ret := false;
137: Else
138: If (p_elig_cmbn_age_los_prte_id = g_old_rec.elig_cmbn_age_los_prte_id and
139: p_object_version_number = g_old_rec.object_version_number) Then
140: hr_utility.set_location(l_proc, 10);
141: --
142: -- The g_old_rec is current therefore we must
143: -- set the returning function to true
144: --

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

161: If (p_object_version_number <> g_old_rec.object_version_number) Then
162: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
163: fnd_message.raise_error;
164: End If;
165: hr_utility.set_location(l_proc, 15);
166: l_fct_ret := true;
167: End If;
168: End If;
169: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

165: hr_utility.set_location(l_proc, 15);
166: l_fct_ret := true;
167: End If;
168: End If;
169: hr_utility.set_location(' Leaving:'||l_proc, 20);
170: Return (l_fct_ret);
171: --
172: End api_updating;
173: --

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

193: and p_effective_date
194: between t.effective_start_date and t.effective_end_date;
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: Open C_Sel1;
199: Fetch C_Sel1 Into l_parent_key_value1;
200: If C_Sel1%notfound then
201: Close C_Sel1;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

531: l_proc varchar2(72) := g_package||'convert_args';
532: --
533: Begin
534: --
535: hr_utility.set_location('Entering:'||l_proc, 5);
536: --
537: -- Convert arguments into local l_rec structure.
538: --
539: l_rec.elig_cmbn_age_los_prte_id := p_elig_cmbn_age_los_prte_id;

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

581: l_rec.criteria_weight := p_criteria_weight;
582: --
583: -- Return the plsql record structure.
584: --
585: hr_utility.set_location(' Leaving:'||l_proc, 10);
586: Return(l_rec);
587: --
588: End convert_args;
589: --