DBA Data[Home] [Help]

APPS.PSP_PRT_DEL dependencies on PSP_REPORT_TEMPLATES

Line 62: -- Delete the psp_report_templates row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: psp_prt_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the psp_report_templates row.
63: --
64: delete from psp_report_templates
65: where template_id = p_rec.template_id;
66: --

Line 64: delete from psp_report_templates

60: psp_prt_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the psp_report_templates row.
63: --
64: delete from psp_report_templates
65: where template_id = p_rec.template_id;
66: --
67: psp_prt_shd.g_api_dml := false; -- Unset the api dml status
68: --

Line 214: (p_module_name => 'PSP_REPORT_TEMPLATES'

210: --
211: when hr_api.cannot_find_prog_unit then
212: --
213: hr_api.cannot_find_prog_unit_error
214: (p_module_name => 'PSP_REPORT_TEMPLATES'
215: ,p_hook_type => 'AD');
216: --
217: end;
218: --