DBA Data[Home] [Help]

APPS.HXC_HTS_INS dependencies on HXC_HTS_INS

Line 1: Package Body hxc_hts_ins as

1: Package Body hxc_hts_ins as
2: /* $Header: hxchtsrhi.pkb 120.2 2005/09/23 07:49:02 nissharm noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 286: hxc_hts_ins.pre_insert(p_rec);

282: );
283: --
284: -- Call the supporting pre-insert operation
285: --
286: hxc_hts_ins.pre_insert(p_rec);
287: --
288: -- Insert the row
289: --
290: hxc_hts_ins.insert_dml(p_rec);

Line 290: hxc_hts_ins.insert_dml(p_rec);

286: hxc_hts_ins.pre_insert(p_rec);
287: --
288: -- Insert the row
289: --
290: hxc_hts_ins.insert_dml(p_rec);
291: --
292: -- Call the supporting post-insert operation
293: --
294: hxc_hts_ins.post_insert

Line 294: hxc_hts_ins.post_insert

290: hxc_hts_ins.insert_dml(p_rec);
291: --
292: -- Call the supporting post-insert operation
293: --
294: hxc_hts_ins.post_insert
295: (p_effective_date
296: ,p_rec
297: );
298: --

Line 338: hxc_hts_ins.ins

334: --
335: -- Having converted the arguments into the hxc_hts_rec
336: -- plsql record structure we call the corresponding record business process.
337: --
338: hxc_hts_ins.ins
339: (p_effective_date
340: ,l_rec
341: );
342: --

Line 354: end hxc_hts_ins;

350: hr_utility.set_location(' Leaving:'||l_proc, 10);
351: end if;
352: End ins;
353: --
354: end hxc_hts_ins;