DBA Data[Home] [Help]

APPS.HR_WINDOW_PROPERTIES_BSI dependencies on HR_WPT_UPD

Line 344: hr_wpt_upd.upd_tl(

340: ,p_information30 => p_information30);
341:
342: hr_utility.set_location('At:'|| l_proc, 35);
343:
344: hr_wpt_upd.upd_tl(
345: p_language_code => l_language_code
346: ,p_window_property_id => l_window_property_id
347: ,p_title => p_title);
348:

Line 770: hr_wpt_upd.upd_tl(

766: ,p_title => cur_rec.title);
767: ELSE
768: hr_utility.set_location('At:'|| l_proc, 50);
769:
770: hr_wpt_upd.upd_tl(
771: p_language_code => cur_rec.source_lang
772: ,p_window_property_id => l_window_property_id
773: ,p_title => cur_rec.title);
774: END IF;

Line 1083: hr_wpt_upd.upd_tl(

1079: ,p_title => cur_rec.title);
1080: ELSE
1081: hr_utility.set_location('At:'|| l_proc, 50);
1082:
1083: hr_wpt_upd.upd_tl(
1084: p_language_code => cur_rec.source_lang
1085: ,p_window_property_id => l_window_property_id
1086: ,p_title => cur_rec.title);
1087: END IF;