DBA Data[Home] [Help]

APPS.PQH_RMV_DEL dependencies on PQH_RT_MATRIX_NODE_VALUES

Line 96: -- Delete the pqh_rt_matrix_node_values row.

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

Line 98: delete from pqh_rt_matrix_node_values

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

Line 247: (p_module_name => 'PQH_RT_MATRIX_NODE_VALUES'

243: --
244: when hr_api.cannot_find_prog_unit then
245: --
246: hr_api.cannot_find_prog_unit_error
247: (p_module_name => 'PQH_RT_MATRIX_NODE_VALUES'
248: ,p_hook_type => 'AD');
249: --
250: end;
251: --