DBA Data[Home] [Help]

APPS.PAY_BDT_UPD dependencies on PAY_BDT_UPD

Line 1: Package Body pay_bdt_upd as

1: Package Body pay_bdt_upd as
2: /* $Header: pybdtrhi.pkb 120.3 2005/11/24 05:36 arashid noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 334: pay_bdt_upd.pre_update(p_rec);

330: hr_multi_message.end_validation_set;
331: --
332: -- Call the supporting pre-update operation
333: --
334: pay_bdt_upd.pre_update(p_rec);
335: --
336: -- Update the row.
337: --
338: pay_bdt_upd.update_dml(p_rec);

Line 338: pay_bdt_upd.update_dml(p_rec);

334: pay_bdt_upd.pre_update(p_rec);
335: --
336: -- Update the row.
337: --
338: pay_bdt_upd.update_dml(p_rec);
339: --
340: -- Call the supporting post-update operation
341: --
342: --pay_bdt_upd.post_update(p_rec);

Line 342: --pay_bdt_upd.post_update(p_rec);

338: pay_bdt_upd.update_dml(p_rec);
339: --
340: -- Call the supporting post-update operation
341: --
342: --pay_bdt_upd.post_update(p_rec);
343: --
344: -- Call to raise any errors on multi-message list
345: hr_multi_message.end_validation_set;
346: End upd;

Line 383: pay_bdt_upd.upd

379: -- Having converted the arguments into the
380: -- plsql record structure we call the corresponding record
381: -- business process.
382: --
383: pay_bdt_upd.upd
384: (l_rec
385: );
386: --
387: --

Line 432: pay_bdt_upd.upd

428: -- Update the translated values for every matching row
429: -- setting SOURCE_LANG to the specified language.
430: --
431: for l_lang in csr_upd_langs loop
432: pay_bdt_upd.upd
433: (p_balance_dimension_id => p_balance_dimension_id
434: ,p_language => l_lang.language
435: ,p_source_lang => p_language_code
436: ,p_dimension_name => p_dimension_name

Line 471: end pay_bdt_upd;

467: --
468: hr_utility.set_location(' Leaving:'||l_proc,30);
469: End upd_tl;
470: --
471: end pay_bdt_upd;