DBA Data[Home] [Help]

APPS.BEN_PSQ_BUS dependencies on HR_UTILITY

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

40: l_api_updating boolean;
41: --
42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := ben_psq_shd.api_updating
47: (p_pymt_sched_py_freq_id => p_pymt_sched_py_freq_id,
48: p_object_version_number => p_object_version_number);

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

68: end if;
69: --
70: end if;
71: --
72: hr_utility.set_location('Leaving:'||l_proc, 10);
73: --
74: End chk_pymt_sched_py_freq_id;
75: --
76: -- ----------------------------------------------------------------------------

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

117: and a.effective_end_date;
118: --
119: Begin
120: --
121: hr_utility.set_location('Entering:'||l_proc,5);
122: --
123: l_api_updating := ben_psq_shd.api_updating
124: (p_pymt_sched_py_freq_id => p_pymt_sched_py_freq_id,
125: p_object_version_number => p_object_version_number);

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

148: close c1;
149: --
150: end if;
151: --
152: hr_utility.set_location('Leaving:'||l_proc,10);
153: --
154: End chk_acty_rt_pymt_sched_id;
155: --
156: -- ----------------------------------------------------------------------------

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

188: l_api_updating boolean;
189: --
190: Begin
191: --
192: hr_utility.set_location('Entering:'||l_proc, 5);
193: --
194: l_api_updating := ben_psq_shd.api_updating
195: (p_pymt_sched_py_freq_id => p_pymt_sched_py_freq_id,
196: p_object_version_number => p_object_version_number);

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

216: end if;
217: --
218: end if;
219: --
220: hr_utility.set_location('Leaving:'||l_proc,10);
221: --
222: end chk_dflt_flag;
223: --
224: -- ----------------------------------------------------------------------------

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

256: l_api_updating boolean;
257: --
258: Begin
259: --
260: hr_utility.set_location('Entering:'||l_proc, 5);
261: --
262: l_api_updating := ben_psq_shd.api_updating
263: (p_pymt_sched_py_freq_id => p_pymt_sched_py_freq_id,
264: p_object_version_number => p_object_version_number);

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

284: end if;
285: --
286: end if;
287: --
288: hr_utility.set_location('Leaving:'||l_proc,10);
289: --
290: end chk_py_freq_cd;
291: --
292: -- ----------------------------------------------------------------------------

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

297: --
298: l_proc varchar2(72) := g_package||'insert_validate';
299: --
300: Begin
301: hr_utility.set_location('Entering:'||l_proc, 5);
302: --
303: -- Call all supporting business operations
304: --
305: --

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

320: p_py_freq_cd => p_rec.py_freq_cd,
321: p_effective_date => p_effective_date,
322: p_object_version_number => p_rec.object_version_number);
323: --
324: hr_utility.set_location(' Leaving:'||l_proc, 10);
325: End insert_validate;
326: --
327: -- ----------------------------------------------------------------------------
328: -- |---------------------------< update_validate >----------------------------|

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

332: --
333: l_proc varchar2(72) := g_package||'update_validate';
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: -- Call all supporting business operations
339: --
340: --

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

355: p_py_freq_cd => p_rec.py_freq_cd,
356: p_effective_date => p_effective_date,
357: p_object_version_number => p_rec.object_version_number);
358: --
359: hr_utility.set_location(' Leaving:'||l_proc, 10);
360: End update_validate;
361: --
362: -- ----------------------------------------------------------------------------
363: -- |---------------------------< delete_validate >----------------------------|

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

367: --
368: l_proc varchar2(72) := g_package||'delete_validate';
369: --
370: Begin
371: hr_utility.set_location('Entering:'||l_proc, 5);
372: --
373: -- Call all supporting business operations
374: --
375: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

371: hr_utility.set_location('Entering:'||l_proc, 5);
372: --
373: -- Call all supporting business operations
374: --
375: hr_utility.set_location(' Leaving:'||l_proc, 10);
376: End delete_validate;
377: --
378: --
379: -- ---------------------------------------------------------------------------

Line 402: hr_utility.set_location('Entering:'|| l_proc, 10);

398: l_proc varchar2(72) := g_package||'return_legislation_code';
399: --
400: begin
401: --
402: hr_utility.set_location('Entering:'|| l_proc, 10);
403: --
404: -- Ensure that all the mandatory parameter are not null
405: --
406: hr_api.mandatory_arg_error(p_api_name => l_proc,

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

423: end if;
424: --
425: close csr_leg_code;
426: --
427: hr_utility.set_location(' Leaving:'|| l_proc, 20);
428: --
429: return l_legislation_code;
430: --
431: end return_legislation_code;