DBA Data[Home] [Help]

APPS.PER_CNT_UPD dependencies on PER_CNT_UPD

Line 1: Package Body per_cnt_upd as

1: Package Body per_cnt_upd as
2: /* $Header: pecntrhi.pkb 120.1 2005/11/03 15:07 dgarg noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 329: per_cnt_upd.pre_update(p_rec);

325: hr_multi_message.end_validation_set;
326: --
327: -- Call the supporting pre-update operation
328: --
329: per_cnt_upd.pre_update(p_rec);
330: --
331: -- Update the row.
332: --
333: per_cnt_upd.update_dml(p_rec);

Line 333: per_cnt_upd.update_dml(p_rec);

329: per_cnt_upd.pre_update(p_rec);
330: --
331: -- Update the row.
332: --
333: per_cnt_upd.update_dml(p_rec);
334: --
335: -- Call the supporting post-update operation
336: --
337: per_cnt_upd.post_update

Line 337: per_cnt_upd.post_update

333: per_cnt_upd.update_dml(p_rec);
334: --
335: -- Call the supporting post-update operation
336: --
337: per_cnt_upd.post_update
338: (p_effective_date
339: ,p_rec
340: );
341: --

Line 380: per_cnt_upd.upd

376: -- Having converted the arguments into the
377: -- plsql record structure we call the corresponding record
378: -- business process.
379: --
380: per_cnt_upd.upd
381: (p_effective_date
382: ,l_rec
383: );
384: --

Line 419: per_cnt_upd.upd

415: -- Update the translated values for every matching row
416: -- setting SOURCE_LANG to the specified language.
417: --
418: for l_lang in csr_upd_langs loop
419: per_cnt_upd.upd
420: (p_effective_date => p_effective_date
421: ,p_configuration_code => p_configuration_code
422: ,p_language => l_lang.language
423: ,p_source_lang => p_language_code

Line 432: end per_cnt_upd;

428: --
429: hr_utility.set_location(' Leaving:'||l_proc,20);
430: End upd_tl;
431: --
432: end per_cnt_upd;