DBA Data[Home] [Help]

APPS.PER_SSB_UPD dependencies on PER_SSB_UPD

Line 1: Package Body per_ssb_upd as

1: Package Body per_ssb_upd as
2: /* $Header: pessbrhi.pkb 115.1 2003/08/06 01:25:57 kavenkat noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 365: per_ssb_upd.pre_update(p_rec);

361: hr_multi_message.end_validation_set;
362: --
363: -- Call the supporting pre-update operation
364: --
365: per_ssb_upd.pre_update(p_rec);
366: --
367: -- Update the row.
368: --
369: per_ssb_upd.update_dml(p_rec);

Line 369: per_ssb_upd.update_dml(p_rec);

365: per_ssb_upd.pre_update(p_rec);
366: --
367: -- Update the row.
368: --
369: per_ssb_upd.update_dml(p_rec);
370: --
371: -- Call the supporting post-update operation
372: --
373: per_ssb_upd.post_update

Line 373: per_ssb_upd.post_update

369: per_ssb_upd.update_dml(p_rec);
370: --
371: -- Call the supporting post-update operation
372: --
373: per_ssb_upd.post_update
374: (p_effective_date
375: ,p_rec
376: );
377: --

Line 428: per_ssb_upd.upd

424: -- Having converted the arguments into the
425: -- plsql record structure we call the corresponding record
426: -- business process.
427: --
428: per_ssb_upd.upd
429: (p_effective_date
430: ,l_rec
431: );
432: p_object_version_number := l_rec.object_version_number;

Line 437: end per_ssb_upd;

433: --
434: hr_utility.set_location(' Leaving:'||l_proc, 10);
435: End upd;
436: --
437: end per_ssb_upd;