DBA Data[Home] [Help]

APPS.PQH_RFT_DEL dependencies on PQH_REF_TEMPLATES

Line 53: -- Delete the pqh_ref_templates row.

49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: --
53: -- Delete the pqh_ref_templates row.
54: --
55: delete from pqh_ref_templates
56: where ref_template_id = p_rec.ref_template_id;
57: --

Line 55: delete from pqh_ref_templates

51: --
52: --
53: -- Delete the pqh_ref_templates row.
54: --
55: delete from pqh_ref_templates
56: where ref_template_id = p_rec.ref_template_id;
57: --
58: --
59: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 171: (p_module_name => 'pqh_ref_templates'

167: --
168: when hr_api.cannot_find_prog_unit then
169: --
170: hr_api.cannot_find_prog_unit_error
171: (p_module_name => 'pqh_ref_templates'
172: ,p_hook_type => 'AD');
173: --
174: end;
175: --