DBA Data[Home] [Help]

APPS.HXC_RTC_DEL dependencies on HXC_RTC_DEL

Line 1: Package Body hxc_rtc_del as

1: Package Body hxc_rtc_del as
2: /* $Header: hxcrtcrhi.pkb 120.2 2005/09/23 08:51:07 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 241: hxc_rtc_del.pre_delete(p_rec);

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

Line 245: hxc_rtc_del.delete_dml(p_rec);

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

Line 249: hxc_rtc_del.post_delete(p_rec);

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

Line 284: hxc_rtc_del.del(l_rec);

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

Line 291: end hxc_rtc_del;

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