DBA Data[Home] [Help]

APPS.PER_QAT_UPD dependencies on PER_QAT_UPD

Line 1: Package Body per_qat_upd as

1: Package Body per_qat_upd as
2: /* $Header: peqatrhi.pkb 120.0.12010000.2 2008/11/20 12:27:31 kgowripe ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 379: per_qat_upd.pre_update(p_rec);

375: hr_multi_message.end_validation_set;
376: --
377: -- Call the supporting pre-update operation
378: --
379: per_qat_upd.pre_update(p_rec);
380: --
381: -- Update the row.
382: --
383: per_qat_upd.update_dml(p_rec);

Line 383: per_qat_upd.update_dml(p_rec);

379: per_qat_upd.pre_update(p_rec);
380: --
381: -- Update the row.
382: --
383: per_qat_upd.update_dml(p_rec);
384: --
385: -- Call the supporting post-update operation
386: --
387: per_qat_upd.post_update

Line 387: per_qat_upd.post_update

383: per_qat_upd.update_dml(p_rec);
384: --
385: -- Call the supporting post-update operation
386: --
387: per_qat_upd.post_update
388: (p_rec
389: );
390: --
391: -- Call to raise any errors on multi-message list

Line 440: per_qat_upd.upd

436: -- Having converted the arguments into the
437: -- plsql record structure we call the corresponding record
438: -- business process.
439: --
440: per_qat_upd.upd
441: (l_rec
442: );
443: --
444: --

Line 483: per_qat_upd.upd

479: -- Update the translated values for every matching row
480: -- setting SOURCE_LANG to the specified language.
481: --
482: for l_lang in csr_upd_langs loop
483: per_qat_upd.upd
484: (p_qualification_id => p_qualification_id
485: ,p_language => l_lang.language
486: ,p_source_lang => p_language_code
487: ,p_title => p_title

Line 501: end per_qat_upd;

497: --
498: hr_utility.set_location(' Leaving:'||l_proc,20);
499: End upd_tl;
500: --
501: end per_qat_upd;