DBA Data[Home] [Help]

APPS.GHR_CST_UPD dependencies on GHR_COMPL_AGENCY_COSTS

Line 68: -- Update the ghr_compl_agency_costs Row

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

Line 70: update ghr_compl_agency_costs

66: --
67: --
68: -- Update the ghr_compl_agency_costs Row
69: --
70: update ghr_compl_agency_costs
71: set
72: compl_agency_cost_id = p_rec.compl_agency_cost_id
73: ,complaint_id = p_rec.complaint_id
74: ,phase = p_rec.phase

Line 221: (p_module_name => 'GHR_COMPL_AGENCY_COSTS'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'GHR_COMPL_AGENCY_COSTS'
222: ,p_hook_type => 'AU');
223: --
224: end;
225: --