DBA Data[Home] [Help]

APPS.PER_OSV_UPD dependencies on PER_OSV_UPD

Line 1: Package Body per_osv_upd as

1: Package Body per_osv_upd as
2: /* $Header: peosvrhi.pkb 120.0 2005/05/31 12:37:30 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 403: per_osv_upd.pre_update(p_rec);

399: );
400: --
401: -- Call the supporting pre-update operation
402: --
403: per_osv_upd.pre_update(p_rec);
404: --
405: -- Update the row.
406: --
407: per_osv_upd.update_dml(p_rec);

Line 407: per_osv_upd.update_dml(p_rec);

403: per_osv_upd.pre_update(p_rec);
404: --
405: -- Update the row.
406: --
407: per_osv_upd.update_dml(p_rec);
408: --
409: -- Call the supporting post-update operation
410: --
411: per_osv_upd.post_update

Line 411: per_osv_upd.post_update

407: per_osv_upd.update_dml(p_rec);
408: --
409: -- Call the supporting post-update operation
410: --
411: per_osv_upd.post_update
412: (p_effective_date
413: ,p_rec
414: );
415: End upd;

Line 466: per_osv_upd.upd

462: -- Having converted the arguments into the
463: -- plsql record structure we call the corresponding record
464: -- business process.
465: --
466: per_osv_upd.upd
467: (p_effective_date
468: ,l_rec
469: ,p_gap_warning);
470:

Line 476: end per_osv_upd;

472: --
473: hr_utility.set_location(' Leaving:'||l_proc, 10);
474: End upd;
475: --
476: end per_osv_upd;