DBA Data[Home] [Help]

APPS.GHR_CIN_UPD dependencies on GHR_COMPL_INCIDENTS

Line 68: -- Update the ghr_compl_incidents Row

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

Line 70: update ghr_compl_incidents

66: --
67: --
68: -- Update the ghr_compl_incidents Row
69: --
70: update ghr_compl_incidents
71: set
72: compl_incident_id = p_rec.compl_incident_id
73: ,compl_claim_id = p_rec.compl_claim_id
74: ,incident_date = p_rec.incident_date

Line 215: (p_module_name => 'GHR_COMPL_INCIDENTS'

211: --
212: when hr_api.cannot_find_prog_unit then
213: --
214: hr_api.cannot_find_prog_unit_error
215: (p_module_name => 'GHR_COMPL_INCIDENTS'
216: ,p_hook_type => 'AU');
217: --
218: end;
219: --