DBA Data[Home] [Help]

APPS.PER_RCF_UPD dependencies on PER_RCF_UPD

Line 1: Package Body per_rcf_upd as

1: Package Body per_rcf_upd as
2: /* $Header: percfrhi.pkb 120.2 2006/04/07 04:33:51 cnholmes noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 363: per_rcf_upd.pre_update(p_rec);

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

Line 367: per_rcf_upd.update_dml(p_rec);

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

Line 371: per_rcf_upd.post_update

367: per_rcf_upd.update_dml(p_rec);
368: --
369: -- Call the supporting post-update operation
370: --
371: per_rcf_upd.post_update
372: (p_rec
373: );
374: -- Call to raise any errors on multi-message list
375: hr_multi_message.end_validation_set;

Line 419: per_rcf_upd.upd

415: -- Having converted the arguments into the
416: -- plsql record structure we call the corresponding record
417: -- business process.
418: --
419: per_rcf_upd.upd
420: (l_rec
421: );
422: p_object_version_number := l_rec.object_version_number;
423: --

Line 427: end per_rcf_upd;

423: --
424: hr_utility.set_location(' Leaving:'||l_proc, 10);
425: End upd;
426: --
427: end per_rcf_upd;