DBA Data[Home] [Help]

APPS.BEN_RZR_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_PSTL_ZIP_RNG_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 117: hr_utility.set_location('Entering:'||l_proc, 5);

113: l_proc varchar2(72) := g_package||'api_updating';
114: l_fct_ret boolean;
115: --
116: Begin
117: hr_utility.set_location('Entering:'||l_proc, 5);
118: --
119: If (p_effective_date is null or
120: p_pstl_zip_rng_id is null or
121: p_object_version_number is null) Then

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

126: l_fct_ret := false;
127: Else
128: If (p_pstl_zip_rng_id = g_old_rec.pstl_zip_rng_id and
129: p_object_version_number = g_old_rec.object_version_number) Then
130: hr_utility.set_location(l_proc, 10);
131: --
132: -- The g_old_rec is current therefore we must
133: -- set the returning function to true
134: --

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

151: If (p_object_version_number <> g_old_rec.object_version_number) Then
152: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
153: fnd_message.raise_error;
154: End If;
155: hr_utility.set_location(l_proc, 15);
156: l_fct_ret := true;
157: End If;
158: End If;
159: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

155: hr_utility.set_location(l_proc, 15);
156: l_fct_ret := true;
157: End If;
158: End If;
159: hr_utility.set_location(' Leaving:'||l_proc, 20);
160: Return (l_fct_ret);
161: --
162: End api_updating;
163: --

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

177: --
178: --
179: --
180: Begin
181: hr_utility.set_location('Entering:'||l_proc, 5);
182: --
183: --
184: -- Call the corresponding datetrack api
185: --

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

192: p_delete => p_delete,
193: p_future_change => p_future_change,
194: p_delete_next_change => p_delete_next_change);
195: --
196: hr_utility.set_location(' Leaving:'||l_proc, 10);
197: End find_dt_del_modes;
198: --
199: -- ----------------------------------------------------------------------------
200: -- |--------------------------< find_dt_upd_modes >---------------------------|

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

209: --
210: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
211: --
212: Begin
213: hr_utility.set_location('Entering:'||l_proc, 5);
214: --
215: -- Call the corresponding datetrack api
216: --
217: dt_api.find_dt_upd_modes

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

223: p_update => p_update,
224: p_update_override => p_update_override,
225: p_update_change_insert => p_update_change_insert);
226: --
227: hr_utility.set_location(' Leaving:'||l_proc, 10);
228: End find_dt_upd_modes;
229: --
230: -- ----------------------------------------------------------------------------
231: -- |------------------------< upd_effective_end_date >------------------------|

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

241: l_proc varchar2(72) := g_package||'upd_effective_end_date';
242: l_object_version_number number;
243: --
244: Begin
245: hr_utility.set_location('Entering:'||l_proc, 5);
246: --
247: -- Because we are updating a row we must get the next object
248: -- version number.
249: --

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

252: (p_base_table_name => 'ben_pstl_zip_rng_f',
253: p_base_key_column => 'pstl_zip_rng_id',
254: p_base_key_value => p_base_key_value);
255: --
256: hr_utility.set_location(l_proc, 10);
257: g_api_dml := true; -- Set the api dml status
258: --
259: -- Update the specified datetrack row setting the effective
260: -- end date to the specified new effective end date.

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

267: between t.effective_start_date and t.effective_end_date;
268: --
269: g_api_dml := false; -- Unset the api dml status
270: p_object_version_number := l_object_version_number;
271: hr_utility.set_location(' Leaving:'||l_proc, 15);
272: --
273: Exception
274: When Others Then
275: g_api_dml := false; -- Unset the api dml status

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

344: --
345: --
346: --
347: Begin
348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --
350: -- Ensure that all the mandatory arguments are not null
351: --
352: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

385: If (p_object_version_number <> g_old_rec.object_version_number) Then
386: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
387: fnd_message.raise_error;
388: End If;
389: hr_utility.set_location(l_proc, 15);
390: --
391: --
392: -- Validate the datetrack mode mode getting the validation start
393: -- and end dates for the specified datetrack operation.

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

425: --
426: p_validation_start_date := l_validation_start_date;
427: p_validation_end_date := l_validation_end_date;
428: --
429: hr_utility.set_location(' Leaving:'||l_proc, 30);
430: --
431: -- We need to trap the ORA LOCK exception
432: --
433: Exception

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

498: l_proc varchar2(72) := g_package||'convert_args';
499: --
500: Begin
501: --
502: hr_utility.set_location('Entering:'||l_proc, 5);
503: --
504: -- Convert arguments into local l_rec structure.
505: --
506: l_rec.pstl_zip_rng_id := p_pstl_zip_rng_id;

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

543: l_rec.object_version_number := p_object_version_number;
544: --
545: -- Return the plsql record structure.
546: --
547: hr_utility.set_location(' Leaving:'||l_proc, 10);
548: Return(l_rec);
549: --
550: End convert_args;
551: --