DBA Data[Home] [Help]

APPS.HR_WINDOW_PROPERTIES_BSI dependencies on HR_WPT_INS

Line 127: hr_wpt_ins.ins_tl(

123: ,p_window_property_id => l_window_property_id);
124:
125: hr_utility.set_location('At:'|| l_proc, 15);
126:
127: hr_wpt_ins.ins_tl(
128: p_language_code => l_language_code
129: ,p_window_property_id => l_window_property_id
130: ,p_title => p_title);
131:

Line 752: hr_wpt_ins.ins_tl(

748:
749: IF p_title <> hr_api.g_varchar2 THEN
750: hr_utility.set_location('At:'|| l_proc, 35);
751:
752: hr_wpt_ins.ins_tl(
753: p_language_code => l_language_code
754: ,p_window_property_id => l_window_property_id
755: ,p_title => p_title);
756: ELSE

Line 763: hr_wpt_ins.ins_tl(

759: FOR cur_rec IN cur_win_tl LOOP
760: IF cur_win_tl%ROWCOUNT = 1 THEN
761: hr_utility.set_location('At:'|| l_proc, 45);
762:
763: hr_wpt_ins.ins_tl(
764: p_language_code => cur_rec.source_lang
765: ,p_window_property_id => l_window_property_id
766: ,p_title => cur_rec.title);
767: ELSE

Line 1065: hr_wpt_ins.ins_tl(

1061:
1062: IF p_title <> hr_api.g_varchar2 THEN
1063: hr_utility.set_location('At:'|| l_proc, 35);
1064:
1065: hr_wpt_ins.ins_tl(
1066: p_language_code => l_language_code
1067: ,p_window_property_id => l_window_property_id
1068: ,p_title => p_title);
1069: ELSE

Line 1076: hr_wpt_ins.ins_tl(

1072: FOR cur_rec IN cur_win_tl LOOP
1073: IF cur_win_tl%ROWCOUNT = 1 THEN
1074: hr_utility.set_location('At:'|| l_proc, 45);
1075:
1076: hr_wpt_ins.ins_tl(
1077: p_language_code => cur_rec.source_lang
1078: ,p_window_property_id => l_window_property_id
1079: ,p_title => cur_rec.title);
1080: ELSE