DBA Data[Home] [Help]

APPS.HR_TCN_INS dependencies on HR_TEMPLATE_CANVASES_B

Line 68: p_entity_name=>'HR_TEMPLATE_CANVASES_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_CANVASES_B',
69: p_ref_entity_info =>
70: PER_RIC_PKG.ref_entity_tbl(
71: PER_RIC_PKG.ref_info_rec('HR_TEMPLATE_WINDOWS_B',PER_RIC_PKG.column_info_tbl(
72: PER_RIC_PKG.col_info_rec('TEMPLATE_WINDOW_ID',NULL,p_rec.template_window_id ,NULL))),

Line 80: -- Insert the row into: hr_template_canvases_b

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

Line 82: insert into hr_template_canvases_b

78: --
79: --
80: -- Insert the row into: hr_template_canvases_b
81: --
82: insert into hr_template_canvases_b
83: (template_canvas_id
84: ,object_version_number
85: ,template_window_id
86: ,form_canvas_id

Line 162: Cursor C_Sel1 is select hr_template_canvases_b_s.nextval from sys.dual;

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

Line 235: (p_module_name => 'HR_TEMPLATE_CANVASES_B'

231: --
232: when hr_api.cannot_find_prog_unit then
233: --
234: hr_api.cannot_find_prog_unit_error
235: (p_module_name => 'HR_TEMPLATE_CANVASES_B'
236: ,p_hook_type => 'AI');
237: --
238: end;
239: --