DBA Data[Home] [Help]

APPS.PQH_RMV_UPD dependencies on PQH_RT_MATRIX_NODE_VALUES

Line 68: -- Update the pqh_rt_matrix_node_values Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the pqh_rt_matrix_node_values Row
69: --
70: update pqh_rt_matrix_node_values
71: set
72: node_value_id = p_rec.node_value_id

Line 70: update pqh_rt_matrix_node_values

66: --
67: --
68: -- Update the pqh_rt_matrix_node_values Row
69: --
70: update pqh_rt_matrix_node_values
71: set
72: node_value_id = p_rec.node_value_id
73: ,rate_matrix_node_id = p_rec.rate_matrix_node_id
74: ,short_code = p_rec.short_code

Line 281: (p_module_name => 'PQH_RT_MATRIX_NODE_VALUES'

277: --
278: when hr_api.cannot_find_prog_unit then
279: --
280: hr_api.cannot_find_prog_unit_error
281: (p_module_name => 'PQH_RT_MATRIX_NODE_VALUES'
282: ,p_hook_type => 'AU');
283: --
284: end;
285: --