DBA Data[Home] [Help]

APPS.HR_TPP_INS dependencies on HR_TPP_INS

Line 1: Package Body hr_tpp_ins as

1: Package Body hr_tpp_ins as
2: /* $Header: hrtpprhi.pkb 115.5 2003/10/23 01:45:13 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 384: hr_tpp_ins.pre_insert(p_rec);

380: );
381: --
382: -- Call the supporting pre-insert operation
383: --
384: hr_tpp_ins.pre_insert(p_rec);
385: --
386: -- Insert the row
387: --
388: hr_tpp_ins.insert_dml(p_rec);

Line 388: hr_tpp_ins.insert_dml(p_rec);

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

Line 392: hr_tpp_ins.post_insert

388: hr_tpp_ins.insert_dml(p_rec);
389: --
390: -- Call the supporting post-insert operation
391: --
392: hr_tpp_ins.post_insert
393: (p_effective_date
394: ,p_rec
395: );
396: --

Line 497: hr_tpp_ins.ins

493: --
494: -- Having converted the arguments into the hr_tpp_rec
495: -- plsql record structure we call the corresponding record business process.
496: --
497: hr_tpp_ins.ins
498: (p_effective_date
499: ,l_rec
500: );
501: --

Line 511: end hr_tpp_ins;

507: --
508: hr_utility.set_location(' Leaving:'||l_proc, 10);
509: End ins;
510: --
511: end hr_tpp_ins;