DBA Data[Home] [Help]

APPS.BEN_PCX_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_BNF_CTFN_FK1') 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 123: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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