DBA Data[Home] [Help]

APPS.HR_PFT_UPD dependencies on HR_PFT_UPD

Line 1: Package Body hr_pft_upd as

1: Package Body hr_pft_upd as
2: /* $Header: hrpftrhi.pkb 120.0 2005/05/31 02:07:40 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 316: hr_pft_upd.pre_update(p_rec);

312: hr_multi_message.end_validation_set;
313: --
314: -- Call the supporting pre-update operation
315: --
316: hr_pft_upd.pre_update(p_rec);
317: --
318: -- Update the row.
319: --
320: hr_pft_upd.update_dml(p_rec);

Line 320: hr_pft_upd.update_dml(p_rec);

316: hr_pft_upd.pre_update(p_rec);
317: --
318: -- Update the row.
319: --
320: hr_pft_upd.update_dml(p_rec);
321: --
322: -- Call the supporting post-update operation
323: --
324: hr_pft_upd.post_update

Line 324: hr_pft_upd.post_update

320: hr_pft_upd.update_dml(p_rec);
321: --
322: -- Call the supporting post-update operation
323: --
324: hr_pft_upd.post_update
325: (p_rec
326: );
327: --
328: -- Call to raise any errors on multi-message list

Line 363: hr_pft_upd.upd

359: -- Having converted the arguments into the
360: -- plsql record structure we call the corresponding record
361: -- business process.
362: --
363: hr_pft_upd.upd
364: (l_rec
365: );
366: --
367: --

Line 476: -- hr_pft_upd.upd

472: --
473: -- PMFLETCH Only need to do this update if there are additional
474: -- translated columns (i.e. more than just the key flex values)
475: --for l_lang in csr_upd_langs loop
476: -- hr_pft_upd.upd
477: -- (p_position_id => p_position_id
478: -- ,p_language => l_lang.language
479: -- ,p_source_lang => p_language_code
480: -- ,p_name => p_name

Line 492: end hr_pft_upd;

488: --
489: hr_utility.set_location(' Leaving:'||l_proc,20);
490: End upd_tl;
491: --
492: end hr_pft_upd;