DBA Data[Home] [Help]

APPS.PQH_JOB_UPD dependencies on PQH_JOB_UPD

Line 1: Package Body pqh_job_upd as

1: Package Body pqh_job_upd as
2: /* $Header: pqwvjrhi.pkb 115.3 2002/12/05 00:32:22 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 341: pqh_job_upd.pre_update(p_rec);

337: hr_multi_message.end_validation_set;
338: --
339: -- Call the supporting pre-update operation
340: --
341: pqh_job_upd.pre_update(p_rec);
342: --
343: -- Update the row.
344: --
345: pqh_job_upd.update_dml(p_rec);

Line 345: pqh_job_upd.update_dml(p_rec);

341: pqh_job_upd.pre_update(p_rec);
342: --
343: -- Update the row.
344: --
345: pqh_job_upd.update_dml(p_rec);
346: --
347: -- Call the supporting post-update operation
348: --
349: pqh_job_upd.post_update

Line 349: pqh_job_upd.post_update

345: pqh_job_upd.update_dml(p_rec);
346: --
347: -- Call the supporting post-update operation
348: --
349: pqh_job_upd.post_update
350: (p_effective_date
351: ,p_rec
352: );
353: --

Line 394: pqh_job_upd.upd

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

Line 403: end pqh_job_upd;

399: --
400: hr_utility.set_location(' Leaving:'||l_proc, 10);
401: End upd;
402: --
403: end pqh_job_upd;