DBA Data[Home] [Help]

APPS.HXC_ULT_UPD dependencies on HXC_ULT_UPD

Line 1: Package Body hxc_ult_upd as

1: Package Body hxc_ult_upd as
2: /* $Header: hxcultrhi.pkb 120.2 2005/09/23 06:33:16 rchennur noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 337: hxc_ult_upd.pre_update(p_rec);

333: );
334: --
335: -- Call the supporting pre-update operation
336: --
337: hxc_ult_upd.pre_update(p_rec);
338: --
339: -- Update the row.
340: --
341: hxc_ult_upd.update_dml(p_rec);

Line 341: hxc_ult_upd.update_dml(p_rec);

337: hxc_ult_upd.pre_update(p_rec);
338: --
339: -- Update the row.
340: --
341: hxc_ult_upd.update_dml(p_rec);
342: --
343: -- Call the supporting post-update operation
344: --
345: hxc_ult_upd.post_update

Line 345: hxc_ult_upd.post_update

341: hxc_ult_upd.update_dml(p_rec);
342: --
343: -- Call the supporting post-update operation
344: --
345: hxc_ult_upd.post_update
346: (p_rec
347: );
348: End upd;
349: --

Line 385: hxc_ult_upd.upd

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

Line 427: hxc_ult_upd.upd

423: -- Update the translated values for every matching row
424: -- setting SOURCE_LANG to the specified language.
425: --
426: for l_lang in csr_upd_langs loop
427: hxc_ult_upd.upd
428: (p_layout_id => p_layout_id
429: ,p_language => l_lang.language
430: ,p_source_lang => p_language_code
431: ,p_display_layout_name => p_display_layout_name

Line 440: end hxc_ult_upd;

436: hr_utility.set_location(' Leaving:'||l_proc,20);
437: end if;
438: End upd_tl;
439: --
440: end hxc_ult_upd;