DBA Data[Home] [Help]

APPS.HR_TWN_INS dependencies on HR_TEMPLATE_WINDOWS_B

Line 65: -- Insert the row into: hr_template_windows_b

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

Line 75: p_entity_name => 'HR_TEMPLATE_WINDOWS_B',

71: --
72:
73: BEGIN
74: PER_RIC_PKG.chk_integrity (
75: p_entity_name => 'HR_TEMPLATE_WINDOWS_B',
76: p_ref_entity_info => PER_RIC_PKG.ref_entity_tbl(
77: PER_RIC_PKG.ref_info_rec('HR_FORM_TEMPLATES_B', PER_RIC_PKG.column_info_tbl(
78: PER_RIC_PKG.col_info_rec('FORM_TEMPLATE_ID',NULL,p_rec.form_template_id ,NULL))),
79: PER_RIC_PKG.ref_info_rec('HR_FORM_WINDOWS_B', PER_RIC_PKG.column_info_tbl(

Line 88: insert into hr_template_windows_b

84: END;
85: --
86: -- Code Ends Here.
87: --
88: insert into hr_template_windows_b
89: (template_window_id
90: ,object_version_number
91: ,form_template_id
92: ,form_window_id

Line 168: Cursor C_Sel1 is select hr_template_windows_b_s.nextval from sys.dual;

164: ) is
165: --
166: l_proc varchar2(72) := g_package||'pre_insert';
167: --
168: Cursor C_Sel1 is select hr_template_windows_b_s.nextval from sys.dual;
169: --
170: Begin
171: hr_utility.set_location('Entering:'||l_proc, 5);
172: --

Line 241: (p_module_name => 'HR_TEMPLATE_WINDOWS_B'

237: --
238: when hr_api.cannot_find_prog_unit then
239: --
240: hr_api.cannot_find_prog_unit_error
241: (p_module_name => 'HR_TEMPLATE_WINDOWS_B'
242: ,p_hook_type => 'AI');
243: --
244: end;
245: --