DBA Data[Home] [Help]

APPS.HXC_ULA_DEL dependencies on HXC_ULA_DEL

Line 1: Package Body hxc_ula_del as

1: Package Body hxc_ula_del as
2: /* $Header: hxcularhi.pkb 120.3 2005/09/23 05:57:47 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 241: hxc_ula_del.pre_delete(p_rec);

237: hxc_ula_bus.delete_validate(p_rec);
238: --
239: -- Call the supporting pre-delete operation
240: --
241: hxc_ula_del.pre_delete(p_rec);
242: --
243: -- Delete the row.
244: --
245: hxc_ula_del.delete_dml(p_rec);

Line 245: hxc_ula_del.delete_dml(p_rec);

241: hxc_ula_del.pre_delete(p_rec);
242: --
243: -- Delete the row.
244: --
245: hxc_ula_del.delete_dml(p_rec);
246: --
247: -- Call the supporting post-delete operation
248: --
249: hxc_ula_del.post_delete(p_rec);

Line 249: hxc_ula_del.post_delete(p_rec);

245: hxc_ula_del.delete_dml(p_rec);
246: --
247: -- Call the supporting post-delete operation
248: --
249: hxc_ula_del.post_delete(p_rec);
250: --
251: End del;
252: --
253: -- ----------------------------------------------------------------------------

Line 283: hxc_ula_del.del(l_rec);

279: -- Having converted the arguments into the hxc_ula_rec
280: -- plsql record structure we must call the corresponding entity
281: -- business process
282: --
283: hxc_ula_del.del(l_rec);
284: --
285: if g_debug then
286: hr_utility.set_location(' Leaving:'||l_proc, 10);
287: end if;

Line 290: end hxc_ula_del;

286: hr_utility.set_location(' Leaving:'||l_proc, 10);
287: end if;
288: End del;
289: --
290: end hxc_ula_del;