DBA Data[Home] [Help]

APPS.HR_TCP_API dependencies on HR_SOURCE_FORM_TEMPLATES

Line 32: FROM hr_source_form_templates hsf

28:
29: CURSOR cur_api_val
30: IS
31: SELECT source_form_template_id
32: FROM hr_source_form_templates hsf
33: ,hr_template_windows_b htw
34: ,hr_template_canvases_b htb
35: ,hr_template_tab_pages_b htt
36: WHERE htt.template_tab_page_id = p_template_tab_page_id

Line 174: FROM hr_source_form_templates hsf

170:
171: CURSOR cur_api_val
172: IS
173: SELECT source_form_template_id
174: FROM hr_source_form_templates hsf
175: ,hr_template_windows_b htw
176: ,hr_template_canvases_b htb
177: ,hr_template_tab_pages_b htt
178: ,hr_template_item_context_pages tcp