DBA Data[Home] [Help]

APPS.PER_SCN_UPD dependencies on PER_SCN_UPD

Line 1: Package Body per_scn_upd as

1: Package Body per_scn_upd as
2: /* $Header: pescnrhi.pkb 115.2 2003/08/07 23:57:30 vkonda noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 325: per_scn_upd.pre_update(p_rec);

321: hr_multi_message.end_validation_set;
322: --
323: -- Call the supporting pre-update operation
324: --
325: per_scn_upd.pre_update(p_rec);
326: --
327: -- Update the row.
328: --
329: per_scn_upd.update_dml(p_rec);

Line 329: per_scn_upd.update_dml(p_rec);

325: per_scn_upd.pre_update(p_rec);
326: --
327: -- Update the row.
328: --
329: per_scn_upd.update_dml(p_rec);
330: --
331: -- Call the supporting post-update operation
332: --
333: per_scn_upd.post_update

Line 333: per_scn_upd.post_update

329: per_scn_upd.update_dml(p_rec);
330: --
331: -- Call the supporting post-update operation
332: --
333: per_scn_upd.post_update
334: (p_rec
335: );
336: --
337: -- Call to raise any errors on multi-message list

Line 374: per_scn_upd.upd

370: -- Having converted the arguments into the
371: -- plsql record structure we call the corresponding record
372: -- business process.
373: --
374: per_scn_upd.upd
375: (l_rec
376: );
377: p_object_version_number := l_rec.object_version_number;
378: --

Line 382: end per_scn_upd;

378: --
379: hr_utility.set_location(' Leaving:'||l_proc, 10);
380: End upd;
381: --
382: end per_scn_upd;