DBA Data[Home] [Help]

APPS.PER_INC_UPD dependencies on PER_INC_UPD

Line 1: Package Body per_inc_upd as

1: Package Body per_inc_upd as
2: /* $Header: peincrhi.pkb 115.29 2003/08/31 00:49:48 kjagadee noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 1272: per_inc_upd.pre_update(p_rec);

1268: );
1269: --
1270: -- Call the supporting pre-update operation
1271: --
1272: per_inc_upd.pre_update(p_rec);
1273: --
1274: -- Update the row.
1275: --
1276: per_inc_upd.update_dml(p_rec);

Line 1276: per_inc_upd.update_dml(p_rec);

1272: per_inc_upd.pre_update(p_rec);
1273: --
1274: -- Update the row.
1275: --
1276: per_inc_upd.update_dml(p_rec);
1277: --
1278: -- Call the supporting post-update operation
1279: --
1280: per_inc_upd.post_update

Line 1280: per_inc_upd.post_update

1276: per_inc_upd.update_dml(p_rec);
1277: --
1278: -- Call the supporting post-update operation
1279: --
1280: per_inc_upd.post_update
1281: (p_effective_date
1282: ,p_rec
1283: );
1284: End upd;

Line 1532: per_inc_upd.upd

1528: -- Having converted the arguments into the
1529: -- plsql record structure we call the corresponding record
1530: -- business process.
1531:
1532: per_inc_upd.upd
1533: (p_effective_date
1534: ,l_rec
1535: );
1536: p_object_version_number := l_rec.object_version_number;

Line 1541: end per_inc_upd;

1537: --
1538: hr_utility.set_location(' Leaving:'||l_proc, 10);
1539: End upd;
1540: --
1541: end per_inc_upd;