DBA Data[Home] [Help]

APPS.BEN_CQR_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_CBR_QUALD_BNF_RT_F_PK') 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 125: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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

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

195: and p_effective_date
196: between t.effective_start_date and t.effective_end_date;
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: Open C_Sel1;
201: Fetch C_Sel1 Into l_parent_key_value1,
202: l_parent_key_value2,
203: l_parent_key_value3;

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

230: p_delete => p_delete,
231: p_future_change => p_future_change,
232: p_delete_next_change => p_delete_next_change);
233: --
234: hr_utility.set_location(' Leaving:'||l_proc, 10);
235: End find_dt_del_modes;
236: --
237: -- ----------------------------------------------------------------------------
238: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

247: --
248: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
249: --
250: Begin
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: --
253: -- Call the corresponding datetrack api
254: --
255: dt_api.find_dt_upd_modes

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

261: p_update => p_update,
262: p_update_override => p_update_override,
263: p_update_change_insert => p_update_change_insert);
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 10);
266: End find_dt_upd_modes;
267: --
268: -- ----------------------------------------------------------------------------
269: -- |------------------------< upd_effective_end_date >------------------------|

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

279: l_proc varchar2(72) := g_package||'upd_effective_end_date';
280: l_object_version_number number;
281: --
282: Begin
283: hr_utility.set_location('Entering:'||l_proc, 5);
284: --
285: -- Because we are updating a row we must get the next object
286: -- version number.
287: --

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

290: (p_base_table_name => 'ben_cbr_quald_bnf_rt_f',
291: p_base_key_column => 'cbr_quald_bnf_rt_id',
292: p_base_key_value => p_base_key_value);
293: --
294: hr_utility.set_location(l_proc, 10);
295: g_api_dml := true; -- Set the api dml status
296: --
297: -- Update the specified datetrack row setting the effective
298: -- end date to the specified new effective end date.

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

305: between t.effective_start_date and t.effective_end_date;
306: --
307: g_api_dml := false; -- Unset the api dml status
308: p_object_version_number := l_object_version_number;
309: hr_utility.set_location(' Leaving:'||l_proc, 15);
310: --
311: Exception
312: When Others Then
313: g_api_dml := false; -- Unset the api dml status

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

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

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

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

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

467: --
468: p_validation_start_date := l_validation_start_date;
469: p_validation_end_date := l_validation_end_date;
470: --
471: hr_utility.set_location(' Leaving:'||l_proc, 30);
472: --
473: -- We need to trap the ORA LOCK exception
474: --
475: Exception

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

543: l_proc varchar2(72) := g_package||'convert_args';
544: --
545: Begin
546: --
547: hr_utility.set_location('Entering:'||l_proc, 5);
548: --
549: -- Convert arguments into local l_rec structure.
550: --
551: l_rec.cbr_quald_bnf_rt_id := p_cbr_quald_bnf_rt_id;

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

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