DBA Data[Home] [Help]

APPS.HXC_ULC_DEL dependencies on HXC_ULC_DEL

Line 1: Package Body hxc_ulc_del as

1: Package Body hxc_ulc_del as
2: /* $Header: hxculcrhi.pkb 120.2 2005/09/23 06:07:43 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 265: hxc_ulc_del.pre_delete(p_rec);

261: hxc_ulc_bus.delete_validate(p_rec);
262: --
263: -- Call the supporting pre-delete operation
264: --
265: hxc_ulc_del.pre_delete(p_rec);
266: --
267: -- Delete the row.
268: --
269: hxc_ulc_del.delete_dml(p_rec);

Line 269: hxc_ulc_del.delete_dml(p_rec);

265: hxc_ulc_del.pre_delete(p_rec);
266: --
267: -- Delete the row.
268: --
269: hxc_ulc_del.delete_dml(p_rec);
270: --
271: -- Call the supporting post-delete operation
272: --
273: hxc_ulc_del.post_delete(p_rec);

Line 273: hxc_ulc_del.post_delete(p_rec);

269: hxc_ulc_del.delete_dml(p_rec);
270: --
271: -- Call the supporting post-delete operation
272: --
273: hxc_ulc_del.post_delete(p_rec);
274: --
275: End del;
276: --
277: -- ----------------------------------------------------------------------------

Line 307: hxc_ulc_del.del(l_rec);

303: -- Having converted the arguments into the hxc_ulc_rec
304: -- plsql record structure we must call the corresponding entity
305: -- business process
306: --
307: hxc_ulc_del.del(l_rec);
308: --
309: if g_debug then
310: hr_utility.set_location(' Leaving:'||l_proc, 10);
311: end if;

Line 314: end hxc_ulc_del;

310: hr_utility.set_location(' Leaving:'||l_proc, 10);
311: end if;
312: End del;
313: --
314: end hxc_ulc_del;