DBA Data[Home] [Help]

APPS.PQP_ERG_DEL dependencies on PQP_EXCEPTION_REPORT_GROUPS

Line 97: -- Delete the pqp_exception_report_groups row.

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

Line 99: delete from pqp_exception_report_groups

95: pqp_erg_shd.g_api_dml := true; -- Set the api dml status
96: --
97: -- Delete the pqp_exception_report_groups row.
98: --
99: delete from pqp_exception_report_groups
100: where exception_group_id = p_rec.exception_group_id;
101: --
102: pqp_erg_shd.g_api_dml := false; -- Unset the api dml status
103: --

Line 223: (p_module_name => 'PQP_EXCEPTION_REPORT_GROUPS'

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