DBA Data[Home] [Help]

APPS.GHR_CMP_UPD dependencies on GHR_COMPLAINTS2

Line 68: -- Update the ghr_complaints2 Row

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

Line 70: update ghr_complaints2

66: --
67: --
68: -- Update the ghr_complaints2 Row
69: --
70: update ghr_complaints2
71: set
72: complaint_id = p_rec.complaint_id
73: ,complainant_person_id = p_rec.complainant_person_id
74: ,business_group_id = p_rec.business_group_id

Line 673: (p_module_name => 'GHR_COMPLAINTS2'

669: --
670: when hr_api.cannot_find_prog_unit then
671: --
672: hr_api.cannot_find_prog_unit_error
673: (p_module_name => 'GHR_COMPLAINTS2'
674: ,p_hook_type => 'AU');
675: --
676:
677: end;