DBA Data[Home] [Help]

APPS.HXC_TAT_DEL dependencies on HXC_TAT_DEL

Line 1: package body hxc_tat_del as

1: package body hxc_tat_del as
2: /* $Header: hxtatrhi.pkb 120.2 2005/09/23 07:03:57 rchennur noship $ */
3: -- --------------------------------------------------------------------------
4: -- | Private Global Definitions |
5: -- --------------------------------------------------------------------------

Line 6: g_package varchar2(33) := ' hxc_tat_del.'; -- global package name

2: /* $Header: hxtatrhi.pkb 120.2 2005/09/23 07:03:57 rchennur noship $ */
3: -- --------------------------------------------------------------------------
4: -- | Private Global Definitions |
5: -- --------------------------------------------------------------------------
6: g_package varchar2(33) := ' hxc_tat_del.'; -- global package name
7: g_debug boolean := hr_utility.debug_enabled;
8: -- --------------------------------------------------------------------------
9: -- |------------------------------< delete_dml >----------------------------|
10: -- --------------------------------------------------------------------------

Line 284: hxc_tat_del.pre_delete(p_rec);

280: hxc_tat_bus.delete_validate(p_rec);
281:
282: -- call the supporting pre-delete operation
283:
284: hxc_tat_del.pre_delete(p_rec);
285:
286: -- delete the row.
287:
288: hxc_tat_del.delete_dml(p_rec);

Line 288: hxc_tat_del.delete_dml(p_rec);

284: hxc_tat_del.pre_delete(p_rec);
285:
286: -- delete the row.
287:
288: hxc_tat_del.delete_dml(p_rec);
289:
290: -- call the supporting post-delete operation
291:
292: hxc_tat_del.post_delete(p_rec);

Line 292: hxc_tat_del.post_delete(p_rec);

288: hxc_tat_del.delete_dml(p_rec);
289:
290: -- call the supporting post-delete operation
291:
292: hxc_tat_del.post_delete(p_rec);
293:
294: end del;
295:
296: -- --------------------------------------------------------------------------

Line 321: hxc_tat_del.del(l_rec);

317: -- having converted the arguments into the hxc_tat_rec
318: -- plsql record structure we must call the corresponding entity
319: -- business process
320:
321: hxc_tat_del.del(l_rec);
322:
323: if g_debug then
324: hr_utility.set_location(' Leaving:'||l_proc, 10);
325: end if;

Line 329: end hxc_tat_del;

325: end if;
326:
327: end del;
328:
329: end hxc_tat_del;