DBA Data[Home] [Help]

APPS.PER_SOS_UPD dependencies on PER_SOS_UPD

Line 1: Package Body per_sos_upd as

1: Package Body per_sos_upd as
2: /* $Header: pesosrhi.pkb 115.2 2003/08/08 00:05:41 vkonda noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 312: per_sos_upd.pre_update(p_rec);

308: hr_multi_message.end_validation_set;
309: --
310: -- Call the supporting pre-update operation
311: --
312: per_sos_upd.pre_update(p_rec);
313: --
314: -- Update the row.
315: --
316: per_sos_upd.update_dml(p_rec);

Line 316: per_sos_upd.update_dml(p_rec);

312: per_sos_upd.pre_update(p_rec);
313: --
314: -- Update the row.
315: --
316: per_sos_upd.update_dml(p_rec);
317: --
318: -- Call the supporting post-update operation
319: --
320: per_sos_upd.post_update

Line 320: per_sos_upd.post_update

316: per_sos_upd.update_dml(p_rec);
317: --
318: -- Call the supporting post-update operation
319: --
320: per_sos_upd.post_update
321: (p_rec
322: );
323: --
324: -- Call to raise any errors on multi-message list

Line 359: per_sos_upd.upd

355: -- Having converted the arguments into the
356: -- plsql record structure we call the corresponding record
357: -- business process.
358: --
359: per_sos_upd.upd
360: (l_rec
361: );
362: p_object_version_number := l_rec.object_version_number;
363: --

Line 367: end per_sos_upd;

363: --
364: hr_utility.set_location(' Leaving:'||l_proc, 10);
365: End upd;
366: --
367: end per_sos_upd;