DBA Data[Home] [Help]

APPS.PER_STB_UPD dependencies on PER_STB_UPD

Line 1: Package Body per_stb_upd as

1: Package Body per_stb_upd as
2: /* $Header: pestbrhi.pkb 115.0 2003/07/03 06:26:56 kavenkat noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 351: per_stb_upd.pre_update(p_rec);

347: hr_multi_message.end_validation_set;
348: --
349: -- Call the supporting pre-update operation
350: --
351: per_stb_upd.pre_update(p_rec);
352: --
353: -- Update the row.
354: --
355: per_stb_upd.update_dml(p_rec);

Line 355: per_stb_upd.update_dml(p_rec);

351: per_stb_upd.pre_update(p_rec);
352: --
353: -- Update the row.
354: --
355: per_stb_upd.update_dml(p_rec);
356: --
357: -- Call the supporting post-update operation
358: --
359: per_stb_upd.post_update

Line 359: per_stb_upd.post_update

355: per_stb_upd.update_dml(p_rec);
356: --
357: -- Call the supporting post-update operation
358: --
359: per_stb_upd.post_update
360: (p_effective_date
361: ,p_rec
362: );
363: --

Line 410: per_stb_upd.upd

406: -- Having converted the arguments into the
407: -- plsql record structure we call the corresponding record
408: -- business process.
409: --
410: per_stb_upd.upd
411: (p_effective_date
412: ,l_rec
413: );
414: p_object_version_number := l_rec.object_version_number;

Line 419: end per_stb_upd;

415: --
416: hr_utility.set_location(' Leaving:'||l_proc, 10);
417: End upd;
418: --
419: end per_stb_upd;