DBA Data[Home] [Help]

APPS.HR_TIM_INS dependencies on HR_TEMPLATE_ITEMS_B

Line 65: -- Insert the row into: hr_template_items_b

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

Line 75: p_entity_name => 'HR_TEMPLATE_ITEMS_B',

71: --
72:
73: BEGIN
74: PER_RIC_PKG.chk_integrity (
75: p_entity_name => 'HR_TEMPLATE_ITEMS_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_ITEMS_B', PER_RIC_PKG.column_info_tbl(

Line 89: insert into hr_template_items_b

85: --
86: -- Code Ends Here.
87: --
88:
89: insert into hr_template_items_b
90: (template_item_id
91: ,object_version_number
92: ,form_template_id
93: ,form_item_id

Line 169: Cursor C_Sel1 is select hr_template_items_b_s.nextval from sys.dual;

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

Line 248: (p_module_name => 'HR_TEMPLATE_ITEMS_B'

244: --
245: when hr_api.cannot_find_prog_unit then
246: --
247: hr_api.cannot_find_prog_unit_error
248: (p_module_name => 'HR_TEMPLATE_ITEMS_B'
249: ,p_hook_type => 'AI');
250: --
251: end;
252: --