DBA Data[Home] [Help]

APPS.GHR_CCL_UPD dependencies on GHR_COMPL_CLAIMS

Line 68: -- Update the ghr_compl_claims Row

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

Line 70: update ghr_compl_claims

66: --
67: --
68: -- Update the ghr_compl_claims Row
69: --
70: update ghr_compl_claims
71: set
72: compl_claim_id = p_rec.compl_claim_id
73: ,complaint_id = p_rec.complaint_id
74: ,claim = p_rec.claim

Line 225: (p_module_name => 'GHR_COMPL_CLAIMS'

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