DBA Data[Home] [Help]

APPS.PQP_PCV_DEL dependencies on PQP_CONFIGURATION_VALUES

Line 96: -- Delete the pqp_configuration_values row.

92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: --
95: --
96: -- Delete the pqp_configuration_values row.
97: --
98: delete from pqp_configuration_values
99: where configuration_value_id = p_rec.configuration_value_id;
100: --

Line 98: delete from pqp_configuration_values

94: --
95: --
96: -- Delete the pqp_configuration_values row.
97: --
98: delete from pqp_configuration_values
99: where configuration_value_id = p_rec.configuration_value_id;
100: --
101: --
102: --

Line 306: (p_module_name => 'PQP_CONFIGURATION_VALUES'

302: --
303: when hr_api.cannot_find_prog_unit then
304: --
305: hr_api.cannot_find_prog_unit_error
306: (p_module_name => 'PQP_CONFIGURATION_VALUES'
307: ,p_hook_type => 'AD');
308: --
309: end;
310: --