DBA Data[Home] [Help]

APPS.PER_SLS_UPD dependencies on PER_SLS_UPD

Line 1: Package Body per_sls_upd as

1: Package Body per_sls_upd as
2: /* $Header: peslsrhi.pkb 115.2 2003/08/07 23:58:22 vkonda noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 338: per_sls_upd.pre_update(p_rec);

334: hr_multi_message.end_validation_set;
335: --
336: -- Call the supporting pre-update operation
337: --
338: per_sls_upd.pre_update(p_rec);
339: --
340: -- Update the row.
341: --
342: per_sls_upd.update_dml(p_rec);

Line 342: per_sls_upd.update_dml(p_rec);

338: per_sls_upd.pre_update(p_rec);
339: --
340: -- Update the row.
341: --
342: per_sls_upd.update_dml(p_rec);
343: --
344: -- Call the supporting post-update operation
345: --
346: per_sls_upd.post_update

Line 346: per_sls_upd.post_update

342: per_sls_upd.update_dml(p_rec);
343: --
344: -- Call the supporting post-update operation
345: --
346: per_sls_upd.post_update
347: (p_effective_date
348: ,p_rec
349: );
350: --

Line 391: per_sls_upd.upd

387: -- Having converted the arguments into the
388: -- plsql record structure we call the corresponding record
389: -- business process.
390: --
391: per_sls_upd.upd
392: (p_effective_date
393: ,l_rec
394: );
395: p_object_version_number := l_rec.object_version_number;

Line 400: end per_sls_upd;

396: --
397: hr_utility.set_location(' Leaving:'||l_proc, 10);
398: End upd;
399: --
400: end per_sls_upd;