DBA Data[Home] [Help]

APPS.HR_CNP_INS dependencies on HR_CANVAS_PROPERTIES

Line 69: p_entity_name=>'HR_CANVAS_PROPERTIES',

65: -- Code Starts Here.
66: --
67:
68: PER_RIC_PKG.chk_integrity(
69: p_entity_name=>'HR_CANVAS_PROPERTIES',
70: p_ref_entity_info=>
71: PER_RIC_PKG.ref_entity_tbl(
72: PER_RIC_PKG.ref_info_rec('HR_FORM_CANVASES_B',PER_RIC_PKG.column_info_tbl(
73: PER_RIC_PKG.col_info_rec('FORM_CANVAS_ID',NULL,p_rec.form_canvas_id,NULL))),

Line 82: -- Insert the row into: hr_canvas_properties

78: --
79: -- Code Ends Here
80: --
81: --
82: -- Insert the row into: hr_canvas_properties
83: --
84: insert into hr_canvas_properties
85: (canvas_property_id
86: ,object_version_number

Line 84: insert into hr_canvas_properties

80: --
81: --
82: -- Insert the row into: hr_canvas_properties
83: --
84: insert into hr_canvas_properties
85: (canvas_property_id
86: ,object_version_number
87: ,form_canvas_id
88: ,template_canvas_id

Line 236: Cursor C_Sel1 is select hr_canvas_properties_s.nextval from sys.dual;

232: ) is
233: --
234: l_proc varchar2(72) := g_package||'pre_insert';
235: --
236: Cursor C_Sel1 is select hr_canvas_properties_s.nextval from sys.dual;
237: --
238: Begin
239: hr_utility.set_location('Entering:'||l_proc, 5);
240: --

Line 343: (p_module_name => 'HR_CANVAS_PROPERTIES'

339: --
340: when hr_api.cannot_find_prog_unit then
341: --
342: hr_api.cannot_find_prog_unit_error
343: (p_module_name => 'HR_CANVAS_PROPERTIES'
344: ,p_hook_type => 'AI');
345: --
346: end;
347: --