DBA Data[Home] [Help]

APPS.HR_TAB_PAGE_PROPERTIES_PKG dependencies on HR_TEMPLATE_CANVASES_B

Line 57: ,HR_TEMPLATE_CANVASES_B tcn

53: cursor csr_copies is
54: select tpp.tab_page_property_id
55: from HR_TAB_PAGE_PROPERTIES_B tpp
56: ,HR_TEMPLATE_TAB_PAGES_B ttp
57: ,HR_TEMPLATE_CANVASES_B tcn
58: ,HR_TEMPLATE_WINDOWS_B twn
59: ,HR_TEMPLATE_TAB_PAGES_B tto
60: where tpp.TEMPLATE_TAB_PAGE_ID = ttp.TEMPLATE_TAB_PAGE_ID
61: and ttp.TEMPLATE_CANVAS_ID = tcn.TEMPLATE_CANVAS_ID

Line 67: ,HR_TEMPLATE_CANVASES_B tc1

63: and twn.FORM_TEMPLATE_ID in (select sft.FORM_TEMPLATE_ID_TO
64: from HR_SOURCE_FORM_TEMPLATES sft
65: start with sft.FORM_TEMPLATE_ID_FROM = (select tw1.FORM_TEMPLATE_ID
66: from HR_TEMPLATE_WINDOWS_B tw1
67: ,HR_TEMPLATE_CANVASES_B tc1
68: where tw1.TEMPLATE_WINDOW_ID = tc1.TEMPLATE_WINDOW_ID
69: and tc1.TEMPLATE_CANVAS_ID = tto.TEMPLATE_CANVAS_ID)
70: connect by sft.FORM_TEMPLATE_ID_FROM = prior sft.FORM_TEMPLATE_ID_TO)
71: and ttp.FORM_TAB_PAGE_ID = tto.FORM_TAB_PAGE_ID

Line 775: from hr_template_canvases_b htc

771: if ltrim(rtrim(x_template_name)) is not null then
772:
773: select htc.template_canvas_id
774: into x_template_canvas_id
775: from hr_template_canvases_b htc
776: ,hr_template_windows_b htw
777: , hr_form_templates hft
778: where htc.form_canvas_id = x_form_canvas_id
779: and htc.template_window_id = htw.template_window_id

Line 948: from hr_template_canvases_b htc

944: if ltrim(rtrim(x_template_name)) is not null then
945:
946: select htc.template_canvas_id
947: into x_template_canvas_id
948: from hr_template_canvases_b htc
949: ,hr_template_windows_b htw
950: , hr_form_templates hft
951: where htc.form_canvas_id = x_form_canvas_id
952: and htc.template_window_id = htw.template_window_id