DBA Data[Home] [Help]

APPS.HR_IPT_BUS dependencies on HR_ITEM_PROPERTIES_B

Line 227: from hr_item_properties_b itp

223: ) is
224: --
225: cursor csr_item_property is
226: select itp.information_formula_id
227: from hr_item_properties_b itp
228: where itp.item_property_id = p_item_property_id;
229: --
230: l_proc varchar2(72) := g_package || 'chk_information_prompt';
231: l_api_updating boolean;

Line 294: from hr_item_properties_b itp

290: cursor csr_item_property is
291: select itp.form_item_id
292: ,itp.template_item_id
293: ,itp.template_item_context_id
294: from hr_item_properties_b itp
295: where itp.item_property_id = p_item_property_id_actual;
296: --
297: l_proc varchar2(72) := g_package || 'chk_label';
298: l_api_updating boolean;

Line 370: from hr_item_properties_b itp

366: cursor csr_item_property is
367: select itp.form_item_id
368: ,itp.template_item_id
369: ,itp.template_item_context_id
370: from hr_item_properties_b itp
371: where itp.item_property_id = p_item_property_id_actual;
372: --
373: l_proc varchar2(72) := g_package || 'chk_prompt_text';
374: l_api_updating boolean;

Line 446: from hr_item_properties_b itp

442: cursor csr_item_property is
443: select itp.form_item_id
444: ,itp.template_item_id
445: ,itp.template_item_context_id
446: from hr_item_properties_b itp
447: where itp.item_property_id = p_item_property_id_actual;
448: --
449: l_proc varchar2(72) := g_package || 'chk_tooltip_text';
450: l_api_updating boolean;