DBA Data[Home] [Help]

APPS.PER_PPS_UPD dependencies on PER_PPS_UPD

Line 1: Package Body per_pps_upd as

1: Package Body per_pps_upd as
2: /* $Header: peppsrhi.pkb 120.0 2005/05/31 15:03:02 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 864: per_pps_upd.pre_update(p_rec);

860: hr_multi_message.end_validation_set;
861: --
862: -- Call the supporting pre-update operation
863: --
864: per_pps_upd.pre_update(p_rec);
865: --
866: -- Update the row.
867: --
868: per_pps_upd.update_dml(p_rec);

Line 868: per_pps_upd.update_dml(p_rec);

864: per_pps_upd.pre_update(p_rec);
865: --
866: -- Update the row.
867: --
868: per_pps_upd.update_dml(p_rec);
869: --
870: -- Call the supporting post-update operation
871: --
872: per_pps_upd.post_update

Line 872: per_pps_upd.post_update

868: per_pps_upd.update_dml(p_rec);
869: --
870: -- Call the supporting post-update operation
871: --
872: per_pps_upd.post_update
873: (p_effective_date
874: ,p_rec
875: );
876: --

Line 1033: per_pps_upd.upd

1029: -- Having converted the arguments into the
1030: -- plsql record structure we call the corresponding record
1031: -- business process.
1032: --
1033: per_pps_upd.upd
1034: (p_effective_date
1035: ,l_rec
1036: );
1037: p_object_version_number := l_rec.object_version_number;

Line 1042: end per_pps_upd;

1038: --
1039: hr_utility.set_location(' Leaving:'||l_proc, 10);
1040: End upd;
1041: --
1042: end per_pps_upd;