DBA Data[Home] [Help]

APPS.PER_PEM_UPD dependencies on PER_PEM_UPD

Line 1: Package Body per_pem_upd as

1: Package Body per_pem_upd as
2: /* $Header: pepemrhi.pkb 120.1.12010000.2 2008/08/06 09:21:48 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 997: per_pem_upd.pre_update(p_rec);

993: hr_multi_message.end_validation_set;
994: --
995: -- Call the supporting pre-update operation
996: --
997: per_pem_upd.pre_update(p_rec);
998: --
999: -- Update the row.
1000: --
1001: per_pem_upd.update_dml(p_rec);

Line 1001: per_pem_upd.update_dml(p_rec);

997: per_pem_upd.pre_update(p_rec);
998: --
999: -- Update the row.
1000: --
1001: per_pem_upd.update_dml(p_rec);
1002: --
1003: -- Call the supporting post-update operation
1004: --
1005: per_pem_upd.post_update

Line 1005: per_pem_upd.post_update

1001: per_pem_upd.update_dml(p_rec);
1002: --
1003: -- Call the supporting post-update operation
1004: --
1005: per_pem_upd.post_update
1006: (p_effective_date
1007: ,p_rec
1008: );
1009: -- Call to raise any errors on multi-message list

Line 1196: per_pem_upd.upd

1192: -- Having converted the arguments into the
1193: -- plsql record structure we call the corresponding record
1194: -- business process.
1195: --
1196: per_pem_upd.upd
1197: (p_effective_date
1198: ,l_rec
1199: );
1200: p_object_version_number := l_rec.object_version_number;

Line 1205: end per_pem_upd;

1201: --
1202: hr_utility.set_location(' Leaving:'||l_proc, 10);
1203: End upd;
1204: --
1205: end per_pem_upd;