DBA Data[Home] [Help]

APPS.HR_ITEM_PROPERTIES_BSI dependencies on HR_IPT_INS

Line 346: hr_ipt_ins.ins_tl(p_language_code => l_language_code

342: ,p_item_property_id => l_item_property_id
343: ,p_object_version_number => l_object_version_number);
344: -- ,p_override_value_warning => l_override_value_warning);
345:
346: hr_ipt_ins.ins_tl(p_language_code => l_language_code
347: ,p_item_property_id => l_item_property_id
348: ,p_default_value => p_default_value
349: ,p_information_prompt => p_information_prompt
350: ,p_label => p_label

Line 1327: hr_ipt_ins.ins_tl(p_language_code => l_language_code

1323: AND ( p_tooltip_text <> hr_api.g_varchar2 ) THEN
1324:
1325: hr_utility.set_location('At:'|| l_proc, 35);
1326:
1327: hr_ipt_ins.ins_tl(p_language_code => l_language_code
1328: ,p_item_property_id => l_item_property_id
1329: ,p_default_value => p_default_value
1330: ,p_information_prompt => p_information_prompt
1331: ,p_label => p_label

Line 1342: hr_ipt_ins.ins_tl(p_language_code => cur_rec.source_lang

1338: FOR cur_rec in cur_item_tl LOOP
1339: IF cur_item_tl%ROWCOUNT = 1 THEN
1340: hr_utility.set_location('At:'|| l_proc, 45);
1341:
1342: hr_ipt_ins.ins_tl(p_language_code => cur_rec.source_lang
1343: ,p_item_property_id => l_item_property_id
1344: ,p_default_value => cur_rec.default_value
1345: ,p_information_prompt => cur_rec.information_prompt
1346: ,p_label => cur_rec.label

Line 1829: hr_ipt_ins.ins_tl(p_language_code => l_language_code

1825: AND ( p_tooltip_text <> hr_api.g_varchar2 ) THEN
1826:
1827: hr_utility.set_location('At:'|| l_proc, 35);
1828:
1829: hr_ipt_ins.ins_tl(p_language_code => l_language_code
1830: ,p_item_property_id => l_item_property_id
1831: ,p_default_value => p_default_value
1832: ,p_information_prompt => p_information_prompt
1833: ,p_label => p_label

Line 1844: hr_ipt_ins.ins_tl(p_language_code => cur_rec.source_lang

1840: FOR cur_rec in cur_item_tl LOOP
1841: IF cur_item_tl%ROWCOUNT = 1 THEN
1842: hr_utility.set_location('At:'|| l_proc, 45);
1843:
1844: hr_ipt_ins.ins_tl(p_language_code => cur_rec.source_lang
1845: ,p_item_property_id => l_item_property_id
1846: ,p_default_value => cur_rec.default_value
1847: ,p_information_prompt => cur_rec.information_prompt
1848: ,p_label => cur_rec.label

Line 2332: hr_ipt_ins.ins_tl(p_language_code => l_language_code

2328: AND ( p_tooltip_text <> hr_api.g_varchar2 ) THEN
2329:
2330: hr_utility.set_location('At:'|| l_proc, 35);
2331:
2332: hr_ipt_ins.ins_tl(p_language_code => l_language_code
2333: ,p_item_property_id => l_item_property_id
2334: ,p_default_value => p_default_value
2335: ,p_information_prompt => p_information_prompt
2336: ,p_label => p_label

Line 2347: hr_ipt_ins.ins_tl(p_language_code => cur_rec.source_lang

2343: FOR cur_rec in cur_item_tl LOOP
2344: IF cur_item_tl%ROWCOUNT = 1 THEN
2345: hr_utility.set_location('At:'|| l_proc, 45);
2346:
2347: hr_ipt_ins.ins_tl(p_language_code => cur_rec.source_lang
2348: ,p_item_property_id => l_item_property_id
2349: ,p_default_value => cur_rec.default_value
2350: ,p_information_prompt => cur_rec.information_prompt
2351: ,p_label => cur_rec.label

Line 2840: hr_ipt_ins.ins_tl(p_language_code => l_language_code

2836: AND ( p_tooltip_text <> hr_api.g_varchar2 ) THEN
2837:
2838: hr_utility.set_location('At:'|| l_proc, 40);
2839:
2840: hr_ipt_ins.ins_tl(p_language_code => l_language_code
2841: ,p_item_property_id => l_item_property_id
2842: ,p_default_value => p_default_value
2843: ,p_information_prompt => p_information_prompt
2844: ,p_label => p_label

Line 2855: hr_ipt_ins.ins_tl(p_language_code => cur_rec.source_lang

2851: FOR cur_rec in cur_item_tl LOOP
2852: IF cur_item_tl%ROWCOUNT = 1 THEN
2853: hr_utility.set_location('At:'|| l_proc, 50);
2854:
2855: hr_ipt_ins.ins_tl(p_language_code => cur_rec.source_lang
2856: ,p_item_property_id => l_item_property_id
2857: ,p_default_value => cur_rec.default_value
2858: ,p_information_prompt => cur_rec.information_prompt
2859: ,p_label => cur_rec.label