DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEM_CONTEXTS_API dependencies on HR_TEMPLATE_ITEM_CONTEXT_PAGES

Line 107: ,hr_template_item_context_pages tcp

103: ,hr_template_canvases tcn
104: ,hr_template_windows twn
105: ,hr_template_items tit
106: ,hr_template_tab_pages ttp1
107: ,hr_template_item_context_pages tcp
108: WHERE ttp2.form_tab_page_id = ttp1.form_tab_page_id
109: AND ttp2.template_canvas_id = tcn.template_canvas_id
110: AND tcn.template_window_id = twn.template_window_id
111: AND twn.form_template_id = tit.form_template_id

Line 1003: FROM hr_template_item_context_pages

999: CURSOR cur_tmplt_item
1000: IS
1001: SELECT template_item_context_page_id
1002: ,object_version_number
1003: FROM hr_template_item_context_pages
1004: WHERE template_item_context_id = p_template_item_context_id;
1005:
1006: l_temp number;
1007: