DBA Data[Home] [Help]

APPS.HR_TCN_DEL dependencies on HR_TEMPLATE_CANVASES_B

Line 65: p_entity_name=>'HR_TEMPLATE_CANVASES_B',

61: -- Added the following code as a part of Zero Downtime Patching Project.
62: -- Code Starts Here.
63: --
64: PER_RIC_PKG.chk_integrity (
65: p_entity_name=>'HR_TEMPLATE_CANVASES_B',
66: p_ref_entity_info=>PER_RIC_PKG.ref_entity_tbl(
67: PER_RIC_PKG.ref_info_rec('HR_CANVAS_PROPERTIES',PER_RIC_PKG.column_info_tbl(
68: PER_RIC_PKG.col_info_rec('TEMPLATE_CANVAS_ID',NULL,p_rec.template_canvas_id,NULL))),
69: PER_RIC_PKG.ref_info_rec('HR_TEMPLATE_TAB_PAGES_B', PER_RIC_PKG.column_info_tbl(

Line 76: -- Delete the hr_template_canvases_b row.

72: --
73: -- Code Ends Here
74: --
75: --
76: -- Delete the hr_template_canvases_b row.
77: --
78: delete from hr_template_canvases_b
79: where template_canvas_id = p_rec.template_canvas_id;
80: --

Line 78: delete from hr_template_canvases_b

74: --
75: --
76: -- Delete the hr_template_canvases_b row.
77: --
78: delete from hr_template_canvases_b
79: where template_canvas_id = p_rec.template_canvas_id;
80: --
81: --
82: --

Line 194: (p_module_name => 'HR_TEMPLATE_CANVASES_B'

190: --
191: when hr_api.cannot_find_prog_unit then
192: --
193: hr_api.cannot_find_prog_unit_error
194: (p_module_name => 'HR_TEMPLATE_CANVASES_B'
195: ,p_hook_type => 'AD');
196: --
197: end;
198: --