DBA Data[Home] [Help]

APPS.HXC_ULP_DEL dependencies on HXC_ULP_DEL

Line 1: Package Body hxc_ulp_del as

1: Package Body hxc_ulp_del as
2: /* $Header: hxculprhi.pkb 120.2 2005/09/23 09:52:13 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 243: hxc_ulp_del.pre_delete(p_rec);

239: hxc_ulp_bus.delete_validate(p_rec);
240: --
241: -- Call the supporting pre-delete operation
242: --
243: hxc_ulp_del.pre_delete(p_rec);
244: --
245: -- Delete the row.
246: --
247: hxc_ulp_del.delete_dml(p_rec);

Line 247: hxc_ulp_del.delete_dml(p_rec);

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

Line 251: hxc_ulp_del.post_delete(p_rec);

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

Line 285: hxc_ulp_del.del(l_rec);

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

Line 292: end hxc_ulp_del;

288: hr_utility.set_location(' Leaving:'||l_proc, 10);
289: end if;
290: End del;
291: --
292: end hxc_ulp_del;