DBA Data[Home] [Help]

APPS.HXC_RTC_INS dependencies on HXC_RTC_INS

Line 1: Package Body hxc_rtc_ins as

1: Package Body hxc_rtc_ins 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_ins.'; -- Global package name

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

Line 294: hxc_rtc_ins.pre_insert(p_rec);

290: );
291: --
292: -- Call the supporting pre-insert operation
293: --
294: hxc_rtc_ins.pre_insert(p_rec);
295: --
296: -- Insert the row
297: --
298: hxc_rtc_ins.insert_dml(p_rec);

Line 298: hxc_rtc_ins.insert_dml(p_rec);

294: hxc_rtc_ins.pre_insert(p_rec);
295: --
296: -- Insert the row
297: --
298: hxc_rtc_ins.insert_dml(p_rec);
299: --
300: -- Call the supporting post-insert operation
301: --
302: hxc_rtc_ins.post_insert

Line 302: hxc_rtc_ins.post_insert

298: hxc_rtc_ins.insert_dml(p_rec);
299: --
300: -- Call the supporting post-insert operation
301: --
302: hxc_rtc_ins.post_insert
303: (p_effective_date
304: ,p_rec
305: );
306: --

Line 350: hxc_rtc_ins.ins

346: --
347: -- Having converted the arguments into the hxc_rtc_rec
348: -- plsql record structure we call the corresponding record business process.
349: --
350: hxc_rtc_ins.ins
351: (p_effective_date
352: ,l_rec
353: );
354: --

Line 366: end hxc_rtc_ins;

362: hr_utility.set_location(' Leaving:'||l_proc, 10);
363: end if;
364: End ins;
365: --
366: end hxc_rtc_ins;