DBA Data[Home] [Help]

APPS.PQH_CRF_UPD dependencies on PQH_CRF_UPD

Line 1: Package Body pqh_crf_upd as

1: Package Body pqh_crf_upd as
2: /* $Header: pqcrfrhi.pkb 120.0 2005/10/06 14:52 srajakum noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 346: pqh_crf_upd.pre_update(p_rec);

342: hr_multi_message.end_validation_set;
343: --
344: -- Call the supporting pre-update operation
345: --
346: pqh_crf_upd.pre_update(p_rec);
347: --
348: -- Update the row.
349: --
350: pqh_crf_upd.update_dml(p_rec);

Line 350: pqh_crf_upd.update_dml(p_rec);

346: pqh_crf_upd.pre_update(p_rec);
347: --
348: -- Update the row.
349: --
350: pqh_crf_upd.update_dml(p_rec);
351: --
352: -- Call the supporting post-update operation
353: --
354: pqh_crf_upd.post_update

Line 354: pqh_crf_upd.post_update

350: pqh_crf_upd.update_dml(p_rec);
351: --
352: -- Call the supporting post-update operation
353: --
354: pqh_crf_upd.post_update
355: (p_rec
356: );
357: --
358: -- Call to raise any errors on multi-message list

Line 399: pqh_crf_upd.upd

395: -- Having converted the arguments into the
396: -- plsql record structure we call the corresponding record
397: -- business process.
398: --
399: pqh_crf_upd.upd
400: (l_rec
401: );
402: p_object_version_number := l_rec.object_version_number;
403: --

Line 407: end pqh_crf_upd;

403: --
404: hr_utility.set_location(' Leaving:'||l_proc, 10);
405: End upd;
406: --
407: end pqh_crf_upd;