DBA Data[Home] [Help]

APPS.PER_STL_UPD dependencies on PER_STL_UPD

Line 1: Package Body per_stl_upd as

1: Package Body per_stl_upd as
2: /* $Header: pestlrhi.pkb 120.1 2005/06/01 12:05:24 ndorai noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 321: per_stl_upd.pre_update(p_rec);

317: hr_multi_message.end_validation_set;
318: --
319: -- Call the supporting pre-update operation
320: --
321: per_stl_upd.pre_update(p_rec);
322: --
323: -- Update the row.
324: --
325: per_stl_upd.update_dml(p_rec);

Line 325: per_stl_upd.update_dml(p_rec);

321: per_stl_upd.pre_update(p_rec);
322: --
323: -- Update the row.
324: --
325: per_stl_upd.update_dml(p_rec);
326: --
327: -- Call the supporting post-update operation
328: --
329: per_stl_upd.post_update

Line 329: per_stl_upd.post_update

325: per_stl_upd.update_dml(p_rec);
326: --
327: -- Call the supporting post-update operation
328: --
329: per_stl_upd.post_update
330: (p_rec
331: );
332: --
333: -- Call to raise any errors on multi-message list

Line 370: per_stl_upd.upd

366: -- Having converted the arguments into the
367: -- plsql record structure we call the corresponding record
368: -- business process.
369: --
370: per_stl_upd.upd
371: (l_rec
372: );
373: --
374: --

Line 407: per_stl_upd.upd

403: -- Update the translated values for every matching row
404: -- setting SOURCE_LANG to the specified language.
405: --
406: for l_lang in csr_upd_langs loop
407: per_stl_upd.upd
408: (p_setup_task_code => p_setup_task_code
409: ,p_language => l_lang.language
410: ,p_source_lang => p_language_code
411: ,p_setup_task_name => p_setup_task_name

Line 419: end per_stl_upd;

415: --
416: hr_utility.set_location(' Leaving:'||l_proc,20);
417: End upd_tl;
418: --
419: end per_stl_upd;