DBA Data[Home] [Help]

APPS.HXC_TBB_INS dependencies on HXC_TBB_INS

Line 1: package body hxc_tbb_ins as

1: package body hxc_tbb_ins as
2: /* $Header: hxctbbrhi.pkb 120.6.12010000.1 2008/07/28 11:19:46 appldev ship $ */
3:
4: -- --------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' hxc_tbb_ins.'; -- global package name

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

Line 348: hxc_tbb_ins.pre_insert(p_rec);

344: );
345:
346: -- call the supporting pre-insert operation
347:
348: hxc_tbb_ins.pre_insert(p_rec);
349:
350: -- insert the row
351:
352: hxc_tbb_ins.insert_dml(p_rec);

Line 352: hxc_tbb_ins.insert_dml(p_rec);

348: hxc_tbb_ins.pre_insert(p_rec);
349:
350: -- insert the row
351:
352: hxc_tbb_ins.insert_dml(p_rec);
353:
354: -- call the supporting post-insert operation
355:
356: hxc_tbb_ins.post_insert

Line 356: hxc_tbb_ins.post_insert

352: hxc_tbb_ins.insert_dml(p_rec);
353:
354: -- call the supporting post-insert operation
355:
356: hxc_tbb_ins.post_insert
357: (p_effective_date
358: ,p_rec
359: );
360:

Line 435: hxc_tbb_ins.ins

431:
432: -- having converted the arguments into the hxc_tbb_rec
433: -- plsql record structure we call the corresponding record business process.
434:
435: hxc_tbb_ins.ins
436: (p_effective_date
437: ,l_rec
438: );
439:

Line 452: end hxc_tbb_ins;

448: end if;
449:
450: end ins;
451:
452: end hxc_tbb_ins;