DBA Data[Home] [Help]

APPS.PAY_PTT_UPD dependencies on PAY_PTT_UPD

Line 1: Package Body pay_ptt_upd as

1: Package Body pay_ptt_upd as
2: /* $Header: pypttrhi.pkb 120.0 2005/05/29 07:56 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 325: pay_ptt_upd.pre_update(p_rec);

321: hr_multi_message.end_validation_set;
322: --
323: -- Call the supporting pre-update operation
324: --
325: pay_ptt_upd.pre_update(p_rec);
326: --
327: -- Update the row.
328: --
329: pay_ptt_upd.update_dml(p_rec);

Line 329: pay_ptt_upd.update_dml(p_rec);

325: pay_ptt_upd.pre_update(p_rec);
326: --
327: -- Update the row.
328: --
329: pay_ptt_upd.update_dml(p_rec);
330: --
331: -- Call the supporting post-update operation
332: --
333: --pay_ptt_upd.post_update(p_rec);

Line 333: --pay_ptt_upd.post_update(p_rec);

329: pay_ptt_upd.update_dml(p_rec);
330: --
331: -- Call the supporting post-update operation
332: --
333: --pay_ptt_upd.post_update(p_rec);
334: --
335: -- Call to raise any errors on multi-message list
336: hr_multi_message.end_validation_set;
337: End upd;

Line 372: pay_ptt_upd.upd

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

Line 409: pay_ptt_upd.upd

405: -- Update the translated values for every matching row
406: -- setting SOURCE_LANG to the specified language.
407: --
408: for l_lang in csr_upd_langs loop
409: pay_ptt_upd.upd
410: (p_user_table_id => p_user_table_id
411: ,p_language => l_lang.language
412: ,p_source_lang => p_language_code
413: ,p_user_table_name => p_user_table_name

Line 421: end pay_ptt_upd;

417: --
418: hr_utility.set_location(' Leaving:'||l_proc,20);
419: End upd_tl;
420: --
421: end pay_ptt_upd;