DBA Data[Home] [Help]

APPS.PQP_EXR_DEL dependencies on PQP_EXCEPTION_REPORTS

Line 96: -- Delete the pqp_exception_reports row.

92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: pqp_exr_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the pqp_exception_reports row.
97: --
98: delete from pqp_exception_reports
99: where exception_report_id = p_rec.exception_report_id;
100: --

Line 98: delete from pqp_exception_reports

94: pqp_exr_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the pqp_exception_reports row.
97: --
98: delete from pqp_exception_reports
99: where exception_report_id = p_rec.exception_report_id;
100: --
101: pqp_exr_shd.g_api_dml := false; -- Unset the api dml status
102: --

Line 221: (p_module_name => 'PQP_EXCEPTION_REPORTS'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'PQP_EXCEPTION_REPORTS'
222: ,p_hook_type => 'AD');
223: --
224: end;
225: --