DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEMS_API dependencies on HR_ITEM_PROPERTIES_TL

Line 162: FROM hr_item_properties_tl ipt

158: ,itp.information27
159: ,itp.information28
160: ,itp.information29
161: ,itp.information30
162: FROM hr_item_properties_tl ipt
163: ,hr_item_properties_b itp
164: ,hr_template_item_contexts_b tic
165: WHERE ipt.language = p_language_code
166: AND ipt.item_property_id = itp.item_property_id

Line 246: FROM hr_item_properties_tl ipt

242: ,itp.information27
243: ,itp.information28
244: ,itp.information29
245: ,itp.information30
246: FROM hr_item_properties_tl ipt
247: ,hr_item_properties_b itp
248: WHERE ipt.language = p_language_code
249: AND ipt.item_property_id = itp.item_property_id
250: AND itp.template_item_id = p_template_item_id;