DBA Data[Home] [Help]

APPS.HR_TIC_INS dependencies on HR_TEMPLATE_ITEM_CONTEXTS_B

Line 68: p_entity_name=>'HR_TEMPLATE_ITEM_CONTEXTS_B',

64: -- Added the following code as a part of Zero Downtime Patching Project.
65: -- Code Starts Here.
66: --
67: PER_RIC_PKG.chk_integrity (
68: p_entity_name=>'HR_TEMPLATE_ITEM_CONTEXTS_B',
69: p_ref_entity_info=>
70: PER_RIC_PKG.ref_entity_tbl(
71: PER_RIC_PKG.ref_info_rec('HR_TEMPLATE_ITEMS_B',PER_RIC_PKG.column_info_tbl(
72: PER_RIC_PKG.col_info_rec('TEMPLATE_ITEM_ID',NULL,p_rec.template_item_id,NULL))),

Line 80: -- Insert the row into: hr_template_item_contexts_b

76: --
77: -- Code Ends Here
78: --
79: --
80: -- Insert the row into: hr_template_item_contexts_b
81: --
82: insert into hr_template_item_contexts_b
83: (template_item_context_id
84: ,object_version_number

Line 82: insert into hr_template_item_contexts_b

78: --
79: --
80: -- Insert the row into: hr_template_item_contexts_b
81: --
82: insert into hr_template_item_contexts_b
83: (template_item_context_id
84: ,object_version_number
85: ,template_item_id
86: ,context_type

Line 164: Cursor C_Sel1 is select hr_template_item_contexts_b_s.nextval from sys.dual;

160: ) is
161: --
162: l_proc varchar2(72) := g_package||'pre_insert';
163: --
164: Cursor C_Sel1 is select hr_template_item_contexts_b_s.nextval from sys.dual;
165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --

Line 239: (p_module_name => 'HR_TEMPLATE_ITEM_CONTEXTS_B'

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