DBA Data[Home] [Help]

APPS.PER_PST_UPD dependencies on PER_PST_UPD

Line 1: Package Body per_pst_upd as

1: Package Body per_pst_upd as
2: /* $Header: pepstrhi.pkb 115.6 2002/12/04 17:14:16 eumenyio noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 563: per_pst_upd.pre_update(p_rec);

559: );
560: --
561: -- Call the supporting pre-update operation
562: --
563: per_pst_upd.pre_update(p_rec);
564: --
565: -- Update the row.
566: --
567: per_pst_upd.update_dml(p_rec);

Line 567: per_pst_upd.update_dml(p_rec);

563: per_pst_upd.pre_update(p_rec);
564: --
565: -- Update the row.
566: --
567: per_pst_upd.update_dml(p_rec);
568: --
569: -- Call the supporting post-update operation
570: --
571: per_pst_upd.post_update

Line 571: per_pst_upd.post_update

567: per_pst_upd.update_dml(p_rec);
568: --
569: -- Call the supporting post-update operation
570: --
571: per_pst_upd.post_update
572: (p_effective_date
573: ,p_rec
574: );
575: End upd;

Line 663: per_pst_upd.upd

659: -- Having converted the arguments into the
660: -- plsql record structure we call the corresponding record
661: -- business process.
662: --
663: per_pst_upd.upd
664: (p_effective_date
665: ,l_rec
666: );
667: p_object_version_number := l_rec.object_version_number;

Line 672: end per_pst_upd;

668: --
669: hr_utility.set_location(' Leaving:'||l_proc, 10);
670: End upd;
671: --
672: end per_pst_upd;