DBA Data[Home] [Help]

APPS.HR_TPP_INS dependencies on HR_TAB_PAGE_PROPERTIES_B

Line 65: -- Insert the row into: hr_tab_page_properties_b

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: hr_tab_page_properties_b
66: --
67:
68: --
69: -- Added the following code as a part of Zero Downtime Patching Project.

Line 75: p_entity_name => 'HR_TAB_PAGE_PROPERTIES_B',

71: --
72:
73: BEGIN
74: PER_RIC_PKG.chk_integrity (
75: p_entity_name => 'HR_TAB_PAGE_PROPERTIES_B',
76: p_ref_entity_info => PER_RIC_PKG.ref_entity_tbl(
77: PER_RIC_PKG.ref_info_rec('HR_FORM_TAB_PAGES_B', PER_RIC_PKG.column_info_tbl(
78: PER_RIC_PKG.col_info_rec('FORM_TAB_PAGE_ID',NULL,P_REC.FORM_TAB_PAGE_ID,NULL))),
79: PER_RIC_PKG.ref_info_rec('HR_TEMPLATE_TAB_PAGES_B', PER_RIC_PKG.column_info_tbl(

Line 89: insert into hr_tab_page_properties_b

85: --
86: -- Code Ends Here.
87: --
88:
89: insert into hr_tab_page_properties_b
90: (tab_page_property_id
91: ,object_version_number
92: ,form_tab_page_id
93: ,template_tab_page_id

Line 235: Cursor C_Sel1 is select hr_tab_page_properties_b_s.nextval from sys.dual;

231: ) is
232: --
233: l_proc varchar2(72) := g_package||'pre_insert';
234: --
235: Cursor C_Sel1 is select hr_tab_page_properties_b_s.nextval from sys.dual;
236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --

Line 376: (p_module_name => 'HR_TAB_PAGE_PROPERTIES_B'

372: --
373: when hr_api.cannot_find_prog_unit then
374: --
375: hr_api.cannot_find_prog_unit_error
376: (p_module_name => 'HR_TAB_PAGE_PROPERTIES_B'
377: ,p_hook_type => 'AI');
378: --
379: end;
380: --