DBA Data[Home] [Help]

APPS.PAY_URT_UPD dependencies on PAY_URT_UPD

Line 1: Package Body pay_urt_upd as

1: Package Body pay_urt_upd as
2: /* $Header: pyurtrhi.pkb 120.0 2005/05/29 09:13 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 316: pay_urt_upd.pre_update(p_rec);

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

Line 320: pay_urt_upd.update_dml(p_rec);

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

Line 324: --pay_urt_upd.post_update(p_rec);

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

Line 361: pay_urt_upd.upd

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

Line 397: pay_urt_upd.upd

393: -- Update the translated values for every matching row
394: -- setting SOURCE_LANG to the specified language.
395: --
396: for l_lang in csr_upd_langs loop
397: pay_urt_upd.upd
398: (p_user_row_id => p_user_row_id
399: ,p_language => l_lang.language
400: ,p_source_lang => p_language_code
401: ,p_row_low_range_or_name => p_row_low_range_or_name

Line 408: end pay_urt_upd;

404: --
405: hr_utility.set_location(' Leaving:'||l_proc,20);
406: End upd_tl;
407: --
408: end pay_urt_upd;