DBA Data[Home] [Help]

APPS.HR_TMP_INS dependencies on HR_TMP_INS

Line 1: Package Body hr_tmp_ins as

1: Package Body hr_tmp_ins as
2: /* $Header: hrtmprhi.pkb 115.6 2002/12/03 11:31:46 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_tmp_ins.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< insert_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 388: hr_tmp_ins.pre_insert(p_rec);

384: );
385: --
386: -- Call the supporting pre-insert operation
387: --
388: hr_tmp_ins.pre_insert(p_rec);
389: --
390: -- Insert the row
391: --
392: hr_tmp_ins.insert_dml(p_rec);

Line 392: hr_tmp_ins.insert_dml(p_rec);

388: hr_tmp_ins.pre_insert(p_rec);
389: --
390: -- Insert the row
391: --
392: hr_tmp_ins.insert_dml(p_rec);
393: --
394: -- Call the supporting post-insert operation
395: --
396: hr_tmp_ins.post_insert

Line 396: hr_tmp_ins.post_insert

392: hr_tmp_ins.insert_dml(p_rec);
393: --
394: -- Call the supporting post-insert operation
395: --
396: hr_tmp_ins.post_insert
397: (p_effective_date
398: ,p_rec
399: );
400: --

Line 503: hr_tmp_ins.ins

499: --
500: -- Having converted the arguments into the hr_tmp_rec
501: -- plsql record structure we call the corresponding record business process.
502: --
503: hr_tmp_ins.ins
504: (p_effective_date
505: ,l_rec
506: );
507: --

Line 517: end hr_tmp_ins;

513: --
514: hr_utility.set_location(' Leaving:'||l_proc, 10);
515: End ins;
516: --
517: end hr_tmp_ins;