DBA Data[Home] [Help]

APPS.HXC_DTL_UPD dependencies on HXC_DTL_UPD

Line 1: Package Body hxc_dtl_upd as

1: Package Body hxc_dtl_upd as
2: /* $Header: hxcdtlrhi.pkb 120.2 2005/09/23 08:07:34 sechandr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 348: hxc_dtl_upd.pre_update(p_rec);

344: );
345: --
346: -- Call the supporting pre-update operation
347: --
348: hxc_dtl_upd.pre_update(p_rec);
349: --
350: -- Update the row.
351: --
352: hxc_dtl_upd.update_dml(p_rec);

Line 352: hxc_dtl_upd.update_dml(p_rec);

348: hxc_dtl_upd.pre_update(p_rec);
349: --
350: -- Update the row.
351: --
352: hxc_dtl_upd.update_dml(p_rec);
353: --
354: -- Call the supporting post-update operation
355: --
356: hxc_dtl_upd.post_update

Line 356: hxc_dtl_upd.post_update

352: hxc_dtl_upd.update_dml(p_rec);
353: --
354: -- Call the supporting post-update operation
355: --
356: hxc_dtl_upd.post_update
357: (p_rec
358: );
359: End upd;
360: --

Line 400: hxc_dtl_upd.upd

396: -- Having converted the arguments into the
397: -- plsql record structure we call the corresponding record
398: -- business process.
399: --
400: hxc_dtl_upd.upd
401: (l_rec
402: );
403: --
404: --

Line 444: hxc_dtl_upd.upd

440: -- Update the translated values for every matching row
441: -- setting SOURCE_LANG to the specified language.
442: --
443: for l_lang in csr_upd_langs loop
444: hxc_dtl_upd.upd
445: (p_alias_definition_id => p_alias_definition_id
446: ,p_language => l_lang.language
447: ,p_source_lang => p_language_code
448: ,p_alias_definition_name => p_alias_definition_name

Line 459: end hxc_dtl_upd;

455: hr_utility.set_location(' Leaving:'||l_proc,20);
456: end if;
457: End upd_tl;
458: --
459: end hxc_dtl_upd;