DBA Data[Home] [Help]

APPS.PQH_CRF_UPD dependencies on PQH_CRITERIA_RATE_FACTORS

Line 68: -- Update the pqh_criteria_rate_factors Row

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

Line 70: update pqh_criteria_rate_factors

66: --
67: --
68: -- Update the pqh_criteria_rate_factors Row
69: --
70: update pqh_criteria_rate_factors
71: set
72: criteria_rate_factor_id = p_rec.criteria_rate_factor_id
73: ,criteria_rate_defn_id = p_rec.criteria_rate_defn_id
74: ,parent_rate_matrix_id = p_rec.parent_rate_matrix_id

Line 226: (p_module_name => 'PQH_CRITERIA_RATE_FACTORS'

222: --
223: when hr_api.cannot_find_prog_unit then
224: --
225: hr_api.cannot_find_prog_unit_error
226: (p_module_name => 'PQH_CRITERIA_RATE_FACTORS'
227: ,p_hook_type => 'AU');
228: --
229: end;
230: --