DBA Data[Home] [Help]

APPS.HXC_HRP_DEL dependencies on HXC_HRP_DEL

Line 1: Package Body hxc_hrp_del as

1: Package Body hxc_hrp_del as
2: /* $Header: hxchrprhi.pkb 120.2 2005/09/23 10:43:21 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 237: hxc_hrp_del.pre_delete(p_rec);

233: hxc_hrp_bus.delete_validate(p_rec);
234: --
235: -- Call the supporting pre-delete operation
236: --
237: hxc_hrp_del.pre_delete(p_rec);
238: --
239: -- Delete the row.
240: --
241: hxc_hrp_del.delete_dml(p_rec);

Line 241: hxc_hrp_del.delete_dml(p_rec);

237: hxc_hrp_del.pre_delete(p_rec);
238: --
239: -- Delete the row.
240: --
241: hxc_hrp_del.delete_dml(p_rec);
242: --
243: -- Call the supporting post-delete operation
244: --
245: hxc_hrp_del.post_delete(p_rec);

Line 245: hxc_hrp_del.post_delete(p_rec);

241: hxc_hrp_del.delete_dml(p_rec);
242: --
243: -- Call the supporting post-delete operation
244: --
245: hxc_hrp_del.post_delete(p_rec);
246: --
247: End del;
248: --
249: -- ----------------------------------------------------------------------------

Line 279: hxc_hrp_del.del(l_rec);

275: -- Having converted the arguments into the hxc_hrp_rec
276: -- plsql record structure we must call the corresponding entity
277: -- business process
278: --
279: hxc_hrp_del.del(l_rec);
280: --
281: if g_debug then
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: end if;

Line 286: end hxc_hrp_del;

282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: end if;
284: End del;
285: --
286: end hxc_hrp_del;