DBA Data[Home] [Help]

APPS.HR_IPT_UPD dependencies on HR_IPT_UPD

Line 1: Package Body hr_ipt_upd as

1: Package Body hr_ipt_upd as
2: /* $Header: hriptrhi.pkb 115.9 2003/05/06 17:43:05 adhunter noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 349: hr_ipt_upd.pre_update(p_rec);

345: );
346: --
347: -- Call the supporting pre-update operation
348: --
349: hr_ipt_upd.pre_update(p_rec);
350: --
351: -- Update the row.
352: --
353: hr_ipt_upd.update_dml(p_rec);

Line 353: hr_ipt_upd.update_dml(p_rec);

349: hr_ipt_upd.pre_update(p_rec);
350: --
351: -- Update the row.
352: --
353: hr_ipt_upd.update_dml(p_rec);
354: --
355: -- Call the supporting post-update operation
356: --
357: hr_ipt_upd.post_update

Line 357: hr_ipt_upd.post_update

353: hr_ipt_upd.update_dml(p_rec);
354: --
355: -- Call the supporting post-update operation
356: --
357: hr_ipt_upd.post_update
358: (p_rec
359: );
360: End upd;
361: --

Line 401: hr_ipt_upd.upd

397: -- Having converted the arguments into the
398: -- plsql record structure we call the corresponding record
399: -- business process.
400: --
401: hr_ipt_upd.upd
402: (l_rec
403: );
404: --
405: --

Line 441: hr_ipt_upd.upd

437: -- Update the translated values for every matching row
438: -- setting SOURCE_LANG to the specified language.
439: --
440: for l_lang in csr_upd_langs loop
441: hr_ipt_upd.upd
442: (p_item_property_id => p_item_property_id
443: ,p_language => l_lang.language
444: ,p_source_lang => p_language_code
445: ,p_default_value => p_default_value

Line 456: end hr_ipt_upd;

452: --
453: hr_utility.set_location(' Leaving:'||l_proc,20);
454: End upd_tl;
455: --
456: end hr_ipt_upd;