DBA Data[Home] [Help]

APPS.OTA_ENT_UPD dependencies on OTA_ENT_UPD

Line 1: Package Body ota_ent_upd as

1: Package Body ota_ent_upd as
2: /* $Header: otentrhi.pkb 115.1 2003/04/24 17:25:58 ssur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 320: ota_ent_upd.pre_update(p_rec);

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

Line 324: ota_ent_upd.update_dml(p_rec);

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

Line 328: ota_ent_upd.post_update

324: ota_ent_upd.update_dml(p_rec);
325: --
326: -- Call the supporting post-update operation
327: --
328: ota_ent_upd.post_update
329: (p_effective_date
330: ,p_rec
331: );
332: --

Line 369: ota_ent_upd.upd

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

Line 407: ota_ent_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: ota_ent_upd.upd
408: (p_effective_date => p_effective_date
409: ,p_event_id => p_event_id
410: ,p_language => l_lang.language
411: ,p_source_lang => p_language_code

Line 419: end ota_ent_upd;

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