DBA Data[Home] [Help]

APPS.HR_FMP_INS dependencies on HR_FMP_INS

Line 1: Package Body hr_fmp_ins as

1: Package Body hr_fmp_ins as
2: /* $Header: hrfmprhi.pkb 115.5 2003/10/30 07:11:27 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 380: hr_fmp_ins.pre_insert(p_rec);

376: );
377: --
378: -- Call the supporting pre-insert operation
379: --
380: hr_fmp_ins.pre_insert(p_rec);
381: --
382: -- Insert the row
383: --
384: hr_fmp_ins.insert_dml(p_rec);

Line 384: hr_fmp_ins.insert_dml(p_rec);

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

Line 388: hr_fmp_ins.post_insert

384: hr_fmp_ins.insert_dml(p_rec);
385: --
386: -- Call the supporting post-insert operation
387: --
388: hr_fmp_ins.post_insert
389: (p_rec
390: );
391: --
392: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 491: hr_fmp_ins.ins

487: --
488: -- Having converted the arguments into the hr_fmp_rec
489: -- plsql record structure we call the corresponding record business process.
490: --
491: hr_fmp_ins.ins
492: (l_rec
493: );
494: --
495: -- As the primary key argument(s)

Line 504: end hr_fmp_ins;

500: --
501: hr_utility.set_location(' Leaving:'||l_proc, 10);
502: End ins;
503: --
504: end hr_fmp_ins;