DBA Data[Home] [Help]

APPS.HXC_ULQ_DEL dependencies on HXC_ULQ_DEL

Line 1: Package Body hxc_ulq_del as

1: Package Body hxc_ulq_del as
2: /* $Header: hxculqrhi.pkb 120.2 2005/09/23 06:26:40 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' hxc_ulq_del.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hxc_ulq_del.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- ----------------------------------------------------------------------------
12: -- |------------------------------< delete_dml >------------------------------|

Line 295: hxc_ulq_del.pre_delete(p_rec);

291: hxc_ulq_bus.delete_validate(p_rec);
292: --
293: -- Call the supporting pre-delete operation
294: --
295: hxc_ulq_del.pre_delete(p_rec);
296: --
297: -- Delete the row.
298: --
299: hxc_ulq_del.delete_dml(p_rec);

Line 299: hxc_ulq_del.delete_dml(p_rec);

295: hxc_ulq_del.pre_delete(p_rec);
296: --
297: -- Delete the row.
298: --
299: hxc_ulq_del.delete_dml(p_rec);
300: --
301: -- Call the supporting post-delete operation
302: --
303: hxc_ulq_del.post_delete(p_rec);

Line 303: hxc_ulq_del.post_delete(p_rec);

299: hxc_ulq_del.delete_dml(p_rec);
300: --
301: -- Call the supporting post-delete operation
302: --
303: hxc_ulq_del.post_delete(p_rec);
304: --
305: End del;
306: --
307: -- ----------------------------------------------------------------------------

Line 337: hxc_ulq_del.del(l_rec);

333: -- Having converted the arguments into the hxc_ulq_rec
334: -- plsql record structure we must call the corresponding entity
335: -- business process
336: --
337: hxc_ulq_del.del(l_rec);
338: --
339: if g_debug then
340: hr_utility.set_location(' Leaving:'||l_proc, 10);
341: end if;

Line 344: end hxc_ulq_del;

340: hr_utility.set_location(' Leaving:'||l_proc, 10);
341: end if;
342: End del;
343: --
344: end hxc_ulq_del;