DBA Data[Home] [Help]

APPS.PQH_RFT_INS dependencies on PQH_REF_TEMPLATES

Line 56: -- Insert the row into: pqh_ref_templates

52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: --
56: -- Insert the row into: pqh_ref_templates
57: --
58: insert into pqh_ref_templates
59: ( ref_template_id,
60: base_template_id,

Line 58: insert into pqh_ref_templates

54: --
55: --
56: -- Insert the row into: pqh_ref_templates
57: --
58: insert into pqh_ref_templates
59: ( ref_template_id,
60: base_template_id,
61: parent_template_id,
62: reference_type_cd,

Line 133: Cursor C_Sel1 is select pqh_ref_templates_s.nextval from sys.dual;

129: Procedure pre_insert(p_rec in out nocopy pqh_rft_shd.g_rec_type) is
130: --
131: l_proc varchar2(72) := g_package||'pre_insert';
132: --
133: Cursor C_Sel1 is select pqh_ref_templates_s.nextval from sys.dual;
134: --
135: Begin
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: --

Line 207: (p_module_name => 'pqh_ref_templates'

203: --
204: when hr_api.cannot_find_prog_unit then
205: --
206: hr_api.cannot_find_prog_unit_error
207: (p_module_name => 'pqh_ref_templates'
208: ,p_hook_type => 'AI');
209: --
210: end;
211: --