DBA Data[Home] [Help]

APPS.OTA_LPT_UPD dependencies on OTA_LPT_UPD

Line 1: Package Body ota_lpt_upd as

1: Package Body ota_lpt_upd as
2: /* $Header: otlptrhi.pkb 120.0 2005/05/29 07:24:49 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 356: ota_lpt_upd.pre_update(p_rec);

352: hr_multi_message.end_validation_set;
353: --
354: -- Call the supporting pre-update operation
355: --
356: ota_lpt_upd.pre_update(p_rec);
357: --
358: -- Update the row.
359: --
360: ota_lpt_upd.update_dml(p_rec);

Line 360: ota_lpt_upd.update_dml(p_rec);

356: ota_lpt_upd.pre_update(p_rec);
357: --
358: -- Update the row.
359: --
360: ota_lpt_upd.update_dml(p_rec);
361: --
362: -- Call the supporting post-update operation
363: --
364: ota_lpt_upd.post_update

Line 364: ota_lpt_upd.post_update

360: ota_lpt_upd.update_dml(p_rec);
361: --
362: -- Call the supporting post-update operation
363: --
364: ota_lpt_upd.post_update
365: (p_effective_date
366: ,p_rec
367: );
368: --

Line 413: ota_lpt_upd.upd

409: -- Having converted the arguments into the
410: -- plsql record structure we call the corresponding record
411: -- business process.
412: --
413: ota_lpt_upd.upd
414: (p_effective_date
415: ,l_rec
416: );
417: --

Line 455: ota_lpt_upd.upd

451: -- Update the translated values for every matching row
452: -- setting SOURCE_LANG to the specified language.
453: --
454: for l_lang in csr_upd_langs loop
455: ota_lpt_upd.upd
456: (p_effective_date => p_effective_date
457: ,p_learning_path_id => p_learning_path_id
458: ,p_language => l_lang.language
459: ,p_source_lang => p_language_code

Line 471: end ota_lpt_upd;

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