DBA Data[Home] [Help]

APPS.HR_TAB_PAGE_PROPERTIES_BSI dependencies on HR_TPP_INS

Line 86: hr_tpp_ins.ins(p_effective_date => TRUNC(p_effective_date)

82: --
83: --
84: -- Process Logic
85: --
86: hr_tpp_ins.ins(p_effective_date => TRUNC(p_effective_date)
87: ,p_form_tab_page_id => p_form_tab_page_id
88: ,p_template_tab_page_id => p_template_tab_page_id
89: ,p_navigation_direction => p_navigation_direction
90: ,p_visible => p_visible

Line 691: hr_tpp_ins.ins(p_effective_date => TRUNC(p_effective_date)

687: OPEN cur_tab_prop;
688: FETCH cur_tab_prop INTO l_rec;
689: CLOSE cur_tab_prop;
690:
691: hr_tpp_ins.ins(p_effective_date => TRUNC(p_effective_date)
692: ,p_template_tab_page_id => p_template_tab_page_id
693: ,p_navigation_direction => l_rec.navigation_direction
694: ,p_visible => l_rec.visible
695: ,p_information_category => l_rec.information_category

Line 981: hr_tpp_ins.ins(p_effective_date => TRUNC(p_effective_date)

977: OPEN cur_tab_prop;
978: FETCH cur_tab_prop INTO l_rec;
979: CLOSE cur_tab_prop;
980:
981: hr_tpp_ins.ins(p_effective_date => TRUNC(p_effective_date)
982: ,p_template_tab_page_id => p_template_tab_page_id_to
983: ,p_navigation_direction => l_rec.navigation_direction
984: ,p_visible => l_rec.visible
985: ,p_information_category => l_rec.information_category