DBA Data[Home] [Help]

APPS.GHR_CMP_DEL dependencies on GHR_CMP_SHD

Line 52: (p_rec in ghr_cmp_shd.g_rec_type

48: --
49: -- {End Of Comments}
50: -- ----------------------------------------------------------------------------
51: Procedure delete_dml
52: (p_rec in ghr_cmp_shd.g_rec_type
53: ) is
54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --

Line 75: ghr_cmp_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: --
75: ghr_cmp_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: --
79: Raise;

Line 114: Procedure pre_delete(p_rec in ghr_cmp_shd.g_rec_type) is

110: -- Internal Row Handler Use Only.
111: --
112: -- {End Of Comments}
113: -- ----------------------------------------------------------------------------
114: Procedure pre_delete(p_rec in ghr_cmp_shd.g_rec_type) is
115: --
116: l_proc varchar2(72) := g_package||'pre_delete';
117: --
118: Begin

Line 156: Procedure post_delete(p_rec in ghr_cmp_shd.g_rec_type) is

152: -- Internal Row Handler Use Only.
153: --
154: -- {End Of Comments}
155: -- -----------------------------------------------------------------------------
156: Procedure post_delete(p_rec in ghr_cmp_shd.g_rec_type) is
157: --
158: l_proc varchar2(72) := g_package||'post_delete';
159: --
160: Begin

Line 167: ,p_complainant_person_id_o => ghr_cmp_shd.g_old_rec.complainant_person_id

163: begin
164: --
165: ghr_cmp_rkd.after_delete
166: (p_complaint_id => p_rec.complaint_id
167: ,p_complainant_person_id_o => ghr_cmp_shd.g_old_rec.complainant_person_id
168: ,p_business_group_id_o => ghr_cmp_shd.g_old_rec.business_group_id
169: ,p_docket_number_o => ghr_cmp_shd.g_old_rec.docket_number
170: ,p_stage_o => ghr_cmp_shd.g_old_rec.stage
171: ,p_class_flag_o => ghr_cmp_shd.g_old_rec.class_flag

Line 168: ,p_business_group_id_o => ghr_cmp_shd.g_old_rec.business_group_id

164: --
165: ghr_cmp_rkd.after_delete
166: (p_complaint_id => p_rec.complaint_id
167: ,p_complainant_person_id_o => ghr_cmp_shd.g_old_rec.complainant_person_id
168: ,p_business_group_id_o => ghr_cmp_shd.g_old_rec.business_group_id
169: ,p_docket_number_o => ghr_cmp_shd.g_old_rec.docket_number
170: ,p_stage_o => ghr_cmp_shd.g_old_rec.stage
171: ,p_class_flag_o => ghr_cmp_shd.g_old_rec.class_flag
172: ,p_mixed_flag_o => ghr_cmp_shd.g_old_rec.mixed_flag

Line 169: ,p_docket_number_o => ghr_cmp_shd.g_old_rec.docket_number

165: ghr_cmp_rkd.after_delete
166: (p_complaint_id => p_rec.complaint_id
167: ,p_complainant_person_id_o => ghr_cmp_shd.g_old_rec.complainant_person_id
168: ,p_business_group_id_o => ghr_cmp_shd.g_old_rec.business_group_id
169: ,p_docket_number_o => ghr_cmp_shd.g_old_rec.docket_number
170: ,p_stage_o => ghr_cmp_shd.g_old_rec.stage
171: ,p_class_flag_o => ghr_cmp_shd.g_old_rec.class_flag
172: ,p_mixed_flag_o => ghr_cmp_shd.g_old_rec.mixed_flag
173: ,p_consolidated_flag_o => ghr_cmp_shd.g_old_rec.consolidated_flag

Line 170: ,p_stage_o => ghr_cmp_shd.g_old_rec.stage

166: (p_complaint_id => p_rec.complaint_id
167: ,p_complainant_person_id_o => ghr_cmp_shd.g_old_rec.complainant_person_id
168: ,p_business_group_id_o => ghr_cmp_shd.g_old_rec.business_group_id
169: ,p_docket_number_o => ghr_cmp_shd.g_old_rec.docket_number
170: ,p_stage_o => ghr_cmp_shd.g_old_rec.stage
171: ,p_class_flag_o => ghr_cmp_shd.g_old_rec.class_flag
172: ,p_mixed_flag_o => ghr_cmp_shd.g_old_rec.mixed_flag
173: ,p_consolidated_flag_o => ghr_cmp_shd.g_old_rec.consolidated_flag
174: ,p_remand_flag_o => ghr_cmp_shd.g_old_rec.remand_flag

Line 171: ,p_class_flag_o => ghr_cmp_shd.g_old_rec.class_flag

167: ,p_complainant_person_id_o => ghr_cmp_shd.g_old_rec.complainant_person_id
168: ,p_business_group_id_o => ghr_cmp_shd.g_old_rec.business_group_id
169: ,p_docket_number_o => ghr_cmp_shd.g_old_rec.docket_number
170: ,p_stage_o => ghr_cmp_shd.g_old_rec.stage
171: ,p_class_flag_o => ghr_cmp_shd.g_old_rec.class_flag
172: ,p_mixed_flag_o => ghr_cmp_shd.g_old_rec.mixed_flag
173: ,p_consolidated_flag_o => ghr_cmp_shd.g_old_rec.consolidated_flag
174: ,p_remand_flag_o => ghr_cmp_shd.g_old_rec.remand_flag
175: ,p_active_flag_o => ghr_cmp_shd.g_old_rec.active_flag

Line 172: ,p_mixed_flag_o => ghr_cmp_shd.g_old_rec.mixed_flag

168: ,p_business_group_id_o => ghr_cmp_shd.g_old_rec.business_group_id
169: ,p_docket_number_o => ghr_cmp_shd.g_old_rec.docket_number
170: ,p_stage_o => ghr_cmp_shd.g_old_rec.stage
171: ,p_class_flag_o => ghr_cmp_shd.g_old_rec.class_flag
172: ,p_mixed_flag_o => ghr_cmp_shd.g_old_rec.mixed_flag
173: ,p_consolidated_flag_o => ghr_cmp_shd.g_old_rec.consolidated_flag
174: ,p_remand_flag_o => ghr_cmp_shd.g_old_rec.remand_flag
175: ,p_active_flag_o => ghr_cmp_shd.g_old_rec.active_flag
176: ,p_information_inquiry_o => ghr_cmp_shd.g_old_rec.information_inquiry

Line 173: ,p_consolidated_flag_o => ghr_cmp_shd.g_old_rec.consolidated_flag

169: ,p_docket_number_o => ghr_cmp_shd.g_old_rec.docket_number
170: ,p_stage_o => ghr_cmp_shd.g_old_rec.stage
171: ,p_class_flag_o => ghr_cmp_shd.g_old_rec.class_flag
172: ,p_mixed_flag_o => ghr_cmp_shd.g_old_rec.mixed_flag
173: ,p_consolidated_flag_o => ghr_cmp_shd.g_old_rec.consolidated_flag
174: ,p_remand_flag_o => ghr_cmp_shd.g_old_rec.remand_flag
175: ,p_active_flag_o => ghr_cmp_shd.g_old_rec.active_flag
176: ,p_information_inquiry_o => ghr_cmp_shd.g_old_rec.information_inquiry
177: ,p_pcom_init_o => ghr_cmp_shd.g_old_rec.pcom_init

Line 174: ,p_remand_flag_o => ghr_cmp_shd.g_old_rec.remand_flag

170: ,p_stage_o => ghr_cmp_shd.g_old_rec.stage
171: ,p_class_flag_o => ghr_cmp_shd.g_old_rec.class_flag
172: ,p_mixed_flag_o => ghr_cmp_shd.g_old_rec.mixed_flag
173: ,p_consolidated_flag_o => ghr_cmp_shd.g_old_rec.consolidated_flag
174: ,p_remand_flag_o => ghr_cmp_shd.g_old_rec.remand_flag
175: ,p_active_flag_o => ghr_cmp_shd.g_old_rec.active_flag
176: ,p_information_inquiry_o => ghr_cmp_shd.g_old_rec.information_inquiry
177: ,p_pcom_init_o => ghr_cmp_shd.g_old_rec.pcom_init
178: ,p_alleg_incident_o => ghr_cmp_shd.g_old_rec.alleg_incident

Line 175: ,p_active_flag_o => ghr_cmp_shd.g_old_rec.active_flag

171: ,p_class_flag_o => ghr_cmp_shd.g_old_rec.class_flag
172: ,p_mixed_flag_o => ghr_cmp_shd.g_old_rec.mixed_flag
173: ,p_consolidated_flag_o => ghr_cmp_shd.g_old_rec.consolidated_flag
174: ,p_remand_flag_o => ghr_cmp_shd.g_old_rec.remand_flag
175: ,p_active_flag_o => ghr_cmp_shd.g_old_rec.active_flag
176: ,p_information_inquiry_o => ghr_cmp_shd.g_old_rec.information_inquiry
177: ,p_pcom_init_o => ghr_cmp_shd.g_old_rec.pcom_init
178: ,p_alleg_incident_o => ghr_cmp_shd.g_old_rec.alleg_incident
179: ,p_alleg_discrim_org_id_o => ghr_cmp_shd.g_old_rec.alleg_discrim_org_id

Line 176: ,p_information_inquiry_o => ghr_cmp_shd.g_old_rec.information_inquiry

172: ,p_mixed_flag_o => ghr_cmp_shd.g_old_rec.mixed_flag
173: ,p_consolidated_flag_o => ghr_cmp_shd.g_old_rec.consolidated_flag
174: ,p_remand_flag_o => ghr_cmp_shd.g_old_rec.remand_flag
175: ,p_active_flag_o => ghr_cmp_shd.g_old_rec.active_flag
176: ,p_information_inquiry_o => ghr_cmp_shd.g_old_rec.information_inquiry
177: ,p_pcom_init_o => ghr_cmp_shd.g_old_rec.pcom_init
178: ,p_alleg_incident_o => ghr_cmp_shd.g_old_rec.alleg_incident
179: ,p_alleg_discrim_org_id_o => ghr_cmp_shd.g_old_rec.alleg_discrim_org_id
180: ,p_rr_ltr_date_o => ghr_cmp_shd.g_old_rec.rr_ltr_date

Line 177: ,p_pcom_init_o => ghr_cmp_shd.g_old_rec.pcom_init

173: ,p_consolidated_flag_o => ghr_cmp_shd.g_old_rec.consolidated_flag
174: ,p_remand_flag_o => ghr_cmp_shd.g_old_rec.remand_flag
175: ,p_active_flag_o => ghr_cmp_shd.g_old_rec.active_flag
176: ,p_information_inquiry_o => ghr_cmp_shd.g_old_rec.information_inquiry
177: ,p_pcom_init_o => ghr_cmp_shd.g_old_rec.pcom_init
178: ,p_alleg_incident_o => ghr_cmp_shd.g_old_rec.alleg_incident
179: ,p_alleg_discrim_org_id_o => ghr_cmp_shd.g_old_rec.alleg_discrim_org_id
180: ,p_rr_ltr_date_o => ghr_cmp_shd.g_old_rec.rr_ltr_date
181: ,p_rr_ltr_recvd_o => ghr_cmp_shd.g_old_rec.rr_ltr_recvd

Line 178: ,p_alleg_incident_o => ghr_cmp_shd.g_old_rec.alleg_incident

174: ,p_remand_flag_o => ghr_cmp_shd.g_old_rec.remand_flag
175: ,p_active_flag_o => ghr_cmp_shd.g_old_rec.active_flag
176: ,p_information_inquiry_o => ghr_cmp_shd.g_old_rec.information_inquiry
177: ,p_pcom_init_o => ghr_cmp_shd.g_old_rec.pcom_init
178: ,p_alleg_incident_o => ghr_cmp_shd.g_old_rec.alleg_incident
179: ,p_alleg_discrim_org_id_o => ghr_cmp_shd.g_old_rec.alleg_discrim_org_id
180: ,p_rr_ltr_date_o => ghr_cmp_shd.g_old_rec.rr_ltr_date
181: ,p_rr_ltr_recvd_o => ghr_cmp_shd.g_old_rec.rr_ltr_recvd
182: ,p_pre_com_elec_o => ghr_cmp_shd.g_old_rec.pre_com_elec

Line 179: ,p_alleg_discrim_org_id_o => ghr_cmp_shd.g_old_rec.alleg_discrim_org_id

175: ,p_active_flag_o => ghr_cmp_shd.g_old_rec.active_flag
176: ,p_information_inquiry_o => ghr_cmp_shd.g_old_rec.information_inquiry
177: ,p_pcom_init_o => ghr_cmp_shd.g_old_rec.pcom_init
178: ,p_alleg_incident_o => ghr_cmp_shd.g_old_rec.alleg_incident
179: ,p_alleg_discrim_org_id_o => ghr_cmp_shd.g_old_rec.alleg_discrim_org_id
180: ,p_rr_ltr_date_o => ghr_cmp_shd.g_old_rec.rr_ltr_date
181: ,p_rr_ltr_recvd_o => ghr_cmp_shd.g_old_rec.rr_ltr_recvd
182: ,p_pre_com_elec_o => ghr_cmp_shd.g_old_rec.pre_com_elec
183: --,p_adr_offered_o => ghr_cmp_shd.g_old_rec.adr_offered

Line 180: ,p_rr_ltr_date_o => ghr_cmp_shd.g_old_rec.rr_ltr_date

176: ,p_information_inquiry_o => ghr_cmp_shd.g_old_rec.information_inquiry
177: ,p_pcom_init_o => ghr_cmp_shd.g_old_rec.pcom_init
178: ,p_alleg_incident_o => ghr_cmp_shd.g_old_rec.alleg_incident
179: ,p_alleg_discrim_org_id_o => ghr_cmp_shd.g_old_rec.alleg_discrim_org_id
180: ,p_rr_ltr_date_o => ghr_cmp_shd.g_old_rec.rr_ltr_date
181: ,p_rr_ltr_recvd_o => ghr_cmp_shd.g_old_rec.rr_ltr_recvd
182: ,p_pre_com_elec_o => ghr_cmp_shd.g_old_rec.pre_com_elec
183: --,p_adr_offered_o => ghr_cmp_shd.g_old_rec.adr_offered
184: ,p_class_agent_flag_o => ghr_cmp_shd.g_old_rec.class_agent_flag

Line 181: ,p_rr_ltr_recvd_o => ghr_cmp_shd.g_old_rec.rr_ltr_recvd

177: ,p_pcom_init_o => ghr_cmp_shd.g_old_rec.pcom_init
178: ,p_alleg_incident_o => ghr_cmp_shd.g_old_rec.alleg_incident
179: ,p_alleg_discrim_org_id_o => ghr_cmp_shd.g_old_rec.alleg_discrim_org_id
180: ,p_rr_ltr_date_o => ghr_cmp_shd.g_old_rec.rr_ltr_date
181: ,p_rr_ltr_recvd_o => ghr_cmp_shd.g_old_rec.rr_ltr_recvd
182: ,p_pre_com_elec_o => ghr_cmp_shd.g_old_rec.pre_com_elec
183: --,p_adr_offered_o => ghr_cmp_shd.g_old_rec.adr_offered
184: ,p_class_agent_flag_o => ghr_cmp_shd.g_old_rec.class_agent_flag
185: ,p_pre_com_desc_o => ghr_cmp_shd.g_old_rec.pre_com_desc

Line 182: ,p_pre_com_elec_o => ghr_cmp_shd.g_old_rec.pre_com_elec

178: ,p_alleg_incident_o => ghr_cmp_shd.g_old_rec.alleg_incident
179: ,p_alleg_discrim_org_id_o => ghr_cmp_shd.g_old_rec.alleg_discrim_org_id
180: ,p_rr_ltr_date_o => ghr_cmp_shd.g_old_rec.rr_ltr_date
181: ,p_rr_ltr_recvd_o => ghr_cmp_shd.g_old_rec.rr_ltr_recvd
182: ,p_pre_com_elec_o => ghr_cmp_shd.g_old_rec.pre_com_elec
183: --,p_adr_offered_o => ghr_cmp_shd.g_old_rec.adr_offered
184: ,p_class_agent_flag_o => ghr_cmp_shd.g_old_rec.class_agent_flag
185: ,p_pre_com_desc_o => ghr_cmp_shd.g_old_rec.pre_com_desc
186: ,p_counselor_asg_o => ghr_cmp_shd.g_old_rec.counselor_asg

Line 183: --,p_adr_offered_o => ghr_cmp_shd.g_old_rec.adr_offered

179: ,p_alleg_discrim_org_id_o => ghr_cmp_shd.g_old_rec.alleg_discrim_org_id
180: ,p_rr_ltr_date_o => ghr_cmp_shd.g_old_rec.rr_ltr_date
181: ,p_rr_ltr_recvd_o => ghr_cmp_shd.g_old_rec.rr_ltr_recvd
182: ,p_pre_com_elec_o => ghr_cmp_shd.g_old_rec.pre_com_elec
183: --,p_adr_offered_o => ghr_cmp_shd.g_old_rec.adr_offered
184: ,p_class_agent_flag_o => ghr_cmp_shd.g_old_rec.class_agent_flag
185: ,p_pre_com_desc_o => ghr_cmp_shd.g_old_rec.pre_com_desc
186: ,p_counselor_asg_o => ghr_cmp_shd.g_old_rec.counselor_asg
187: ,p_init_counselor_interview_o => ghr_cmp_shd.g_old_rec.init_counselor_interview

Line 184: ,p_class_agent_flag_o => ghr_cmp_shd.g_old_rec.class_agent_flag

180: ,p_rr_ltr_date_o => ghr_cmp_shd.g_old_rec.rr_ltr_date
181: ,p_rr_ltr_recvd_o => ghr_cmp_shd.g_old_rec.rr_ltr_recvd
182: ,p_pre_com_elec_o => ghr_cmp_shd.g_old_rec.pre_com_elec
183: --,p_adr_offered_o => ghr_cmp_shd.g_old_rec.adr_offered
184: ,p_class_agent_flag_o => ghr_cmp_shd.g_old_rec.class_agent_flag
185: ,p_pre_com_desc_o => ghr_cmp_shd.g_old_rec.pre_com_desc
186: ,p_counselor_asg_o => ghr_cmp_shd.g_old_rec.counselor_asg
187: ,p_init_counselor_interview_o => ghr_cmp_shd.g_old_rec.init_counselor_interview
188: ,p_anonymity_requested_o => ghr_cmp_shd.g_old_rec.anonymity_requested

Line 185: ,p_pre_com_desc_o => ghr_cmp_shd.g_old_rec.pre_com_desc

181: ,p_rr_ltr_recvd_o => ghr_cmp_shd.g_old_rec.rr_ltr_recvd
182: ,p_pre_com_elec_o => ghr_cmp_shd.g_old_rec.pre_com_elec
183: --,p_adr_offered_o => ghr_cmp_shd.g_old_rec.adr_offered
184: ,p_class_agent_flag_o => ghr_cmp_shd.g_old_rec.class_agent_flag
185: ,p_pre_com_desc_o => ghr_cmp_shd.g_old_rec.pre_com_desc
186: ,p_counselor_asg_o => ghr_cmp_shd.g_old_rec.counselor_asg
187: ,p_init_counselor_interview_o => ghr_cmp_shd.g_old_rec.init_counselor_interview
188: ,p_anonymity_requested_o => ghr_cmp_shd.g_old_rec.anonymity_requested
189: ,p_counsel_ext_ltr_o => ghr_cmp_shd.g_old_rec.counsel_ext_ltr

Line 186: ,p_counselor_asg_o => ghr_cmp_shd.g_old_rec.counselor_asg

182: ,p_pre_com_elec_o => ghr_cmp_shd.g_old_rec.pre_com_elec
183: --,p_adr_offered_o => ghr_cmp_shd.g_old_rec.adr_offered
184: ,p_class_agent_flag_o => ghr_cmp_shd.g_old_rec.class_agent_flag
185: ,p_pre_com_desc_o => ghr_cmp_shd.g_old_rec.pre_com_desc
186: ,p_counselor_asg_o => ghr_cmp_shd.g_old_rec.counselor_asg
187: ,p_init_counselor_interview_o => ghr_cmp_shd.g_old_rec.init_counselor_interview
188: ,p_anonymity_requested_o => ghr_cmp_shd.g_old_rec.anonymity_requested
189: ,p_counsel_ext_ltr_o => ghr_cmp_shd.g_old_rec.counsel_ext_ltr
190: ,p_traditional_counsel_outcom_o => ghr_cmp_shd.g_old_rec.traditional_counsel_outcome

Line 187: ,p_init_counselor_interview_o => ghr_cmp_shd.g_old_rec.init_counselor_interview

183: --,p_adr_offered_o => ghr_cmp_shd.g_old_rec.adr_offered
184: ,p_class_agent_flag_o => ghr_cmp_shd.g_old_rec.class_agent_flag
185: ,p_pre_com_desc_o => ghr_cmp_shd.g_old_rec.pre_com_desc
186: ,p_counselor_asg_o => ghr_cmp_shd.g_old_rec.counselor_asg
187: ,p_init_counselor_interview_o => ghr_cmp_shd.g_old_rec.init_counselor_interview
188: ,p_anonymity_requested_o => ghr_cmp_shd.g_old_rec.anonymity_requested
189: ,p_counsel_ext_ltr_o => ghr_cmp_shd.g_old_rec.counsel_ext_ltr
190: ,p_traditional_counsel_outcom_o => ghr_cmp_shd.g_old_rec.traditional_counsel_outcome
191: ,p_final_interview_o => ghr_cmp_shd.g_old_rec.final_interview

Line 188: ,p_anonymity_requested_o => ghr_cmp_shd.g_old_rec.anonymity_requested

184: ,p_class_agent_flag_o => ghr_cmp_shd.g_old_rec.class_agent_flag
185: ,p_pre_com_desc_o => ghr_cmp_shd.g_old_rec.pre_com_desc
186: ,p_counselor_asg_o => ghr_cmp_shd.g_old_rec.counselor_asg
187: ,p_init_counselor_interview_o => ghr_cmp_shd.g_old_rec.init_counselor_interview
188: ,p_anonymity_requested_o => ghr_cmp_shd.g_old_rec.anonymity_requested
189: ,p_counsel_ext_ltr_o => ghr_cmp_shd.g_old_rec.counsel_ext_ltr
190: ,p_traditional_counsel_outcom_o => ghr_cmp_shd.g_old_rec.traditional_counsel_outcome
191: ,p_final_interview_o => ghr_cmp_shd.g_old_rec.final_interview
192: ,p_notice_rtf_recvd_o => ghr_cmp_shd.g_old_rec.notice_rtf_recvd

Line 189: ,p_counsel_ext_ltr_o => ghr_cmp_shd.g_old_rec.counsel_ext_ltr

185: ,p_pre_com_desc_o => ghr_cmp_shd.g_old_rec.pre_com_desc
186: ,p_counselor_asg_o => ghr_cmp_shd.g_old_rec.counselor_asg
187: ,p_init_counselor_interview_o => ghr_cmp_shd.g_old_rec.init_counselor_interview
188: ,p_anonymity_requested_o => ghr_cmp_shd.g_old_rec.anonymity_requested
189: ,p_counsel_ext_ltr_o => ghr_cmp_shd.g_old_rec.counsel_ext_ltr
190: ,p_traditional_counsel_outcom_o => ghr_cmp_shd.g_old_rec.traditional_counsel_outcome
191: ,p_final_interview_o => ghr_cmp_shd.g_old_rec.final_interview
192: ,p_notice_rtf_recvd_o => ghr_cmp_shd.g_old_rec.notice_rtf_recvd
193: ,p_precom_closed_o => ghr_cmp_shd.g_old_rec.precom_closed

Line 190: ,p_traditional_counsel_outcom_o => ghr_cmp_shd.g_old_rec.traditional_counsel_outcome

186: ,p_counselor_asg_o => ghr_cmp_shd.g_old_rec.counselor_asg
187: ,p_init_counselor_interview_o => ghr_cmp_shd.g_old_rec.init_counselor_interview
188: ,p_anonymity_requested_o => ghr_cmp_shd.g_old_rec.anonymity_requested
189: ,p_counsel_ext_ltr_o => ghr_cmp_shd.g_old_rec.counsel_ext_ltr
190: ,p_traditional_counsel_outcom_o => ghr_cmp_shd.g_old_rec.traditional_counsel_outcome
191: ,p_final_interview_o => ghr_cmp_shd.g_old_rec.final_interview
192: ,p_notice_rtf_recvd_o => ghr_cmp_shd.g_old_rec.notice_rtf_recvd
193: ,p_precom_closed_o => ghr_cmp_shd.g_old_rec.precom_closed
194: ,p_precom_closure_nature_o => ghr_cmp_shd.g_old_rec.precom_closure_nature

Line 191: ,p_final_interview_o => ghr_cmp_shd.g_old_rec.final_interview

187: ,p_init_counselor_interview_o => ghr_cmp_shd.g_old_rec.init_counselor_interview
188: ,p_anonymity_requested_o => ghr_cmp_shd.g_old_rec.anonymity_requested
189: ,p_counsel_ext_ltr_o => ghr_cmp_shd.g_old_rec.counsel_ext_ltr
190: ,p_traditional_counsel_outcom_o => ghr_cmp_shd.g_old_rec.traditional_counsel_outcome
191: ,p_final_interview_o => ghr_cmp_shd.g_old_rec.final_interview
192: ,p_notice_rtf_recvd_o => ghr_cmp_shd.g_old_rec.notice_rtf_recvd
193: ,p_precom_closed_o => ghr_cmp_shd.g_old_rec.precom_closed
194: ,p_precom_closure_nature_o => ghr_cmp_shd.g_old_rec.precom_closure_nature
195: ,p_counselor_rpt_sub_o => ghr_cmp_shd.g_old_rec.counselor_rpt_sub

Line 192: ,p_notice_rtf_recvd_o => ghr_cmp_shd.g_old_rec.notice_rtf_recvd

188: ,p_anonymity_requested_o => ghr_cmp_shd.g_old_rec.anonymity_requested
189: ,p_counsel_ext_ltr_o => ghr_cmp_shd.g_old_rec.counsel_ext_ltr
190: ,p_traditional_counsel_outcom_o => ghr_cmp_shd.g_old_rec.traditional_counsel_outcome
191: ,p_final_interview_o => ghr_cmp_shd.g_old_rec.final_interview
192: ,p_notice_rtf_recvd_o => ghr_cmp_shd.g_old_rec.notice_rtf_recvd
193: ,p_precom_closed_o => ghr_cmp_shd.g_old_rec.precom_closed
194: ,p_precom_closure_nature_o => ghr_cmp_shd.g_old_rec.precom_closure_nature
195: ,p_counselor_rpt_sub_o => ghr_cmp_shd.g_old_rec.counselor_rpt_sub
196: ,p_hr_office_org_id_o => ghr_cmp_shd.g_old_rec.hr_office_org_id

Line 193: ,p_precom_closed_o => ghr_cmp_shd.g_old_rec.precom_closed

189: ,p_counsel_ext_ltr_o => ghr_cmp_shd.g_old_rec.counsel_ext_ltr
190: ,p_traditional_counsel_outcom_o => ghr_cmp_shd.g_old_rec.traditional_counsel_outcome
191: ,p_final_interview_o => ghr_cmp_shd.g_old_rec.final_interview
192: ,p_notice_rtf_recvd_o => ghr_cmp_shd.g_old_rec.notice_rtf_recvd
193: ,p_precom_closed_o => ghr_cmp_shd.g_old_rec.precom_closed
194: ,p_precom_closure_nature_o => ghr_cmp_shd.g_old_rec.precom_closure_nature
195: ,p_counselor_rpt_sub_o => ghr_cmp_shd.g_old_rec.counselor_rpt_sub
196: ,p_hr_office_org_id_o => ghr_cmp_shd.g_old_rec.hr_office_org_id
197: ,p_eeo_office_org_id_o => ghr_cmp_shd.g_old_rec.eeo_office_org_id

Line 194: ,p_precom_closure_nature_o => ghr_cmp_shd.g_old_rec.precom_closure_nature

190: ,p_traditional_counsel_outcom_o => ghr_cmp_shd.g_old_rec.traditional_counsel_outcome
191: ,p_final_interview_o => ghr_cmp_shd.g_old_rec.final_interview
192: ,p_notice_rtf_recvd_o => ghr_cmp_shd.g_old_rec.notice_rtf_recvd
193: ,p_precom_closed_o => ghr_cmp_shd.g_old_rec.precom_closed
194: ,p_precom_closure_nature_o => ghr_cmp_shd.g_old_rec.precom_closure_nature
195: ,p_counselor_rpt_sub_o => ghr_cmp_shd.g_old_rec.counselor_rpt_sub
196: ,p_hr_office_org_id_o => ghr_cmp_shd.g_old_rec.hr_office_org_id
197: ,p_eeo_office_org_id_o => ghr_cmp_shd.g_old_rec.eeo_office_org_id
198: ,p_serviced_org_id_o => ghr_cmp_shd.g_old_rec.serviced_org_id

Line 195: ,p_counselor_rpt_sub_o => ghr_cmp_shd.g_old_rec.counselor_rpt_sub

191: ,p_final_interview_o => ghr_cmp_shd.g_old_rec.final_interview
192: ,p_notice_rtf_recvd_o => ghr_cmp_shd.g_old_rec.notice_rtf_recvd
193: ,p_precom_closed_o => ghr_cmp_shd.g_old_rec.precom_closed
194: ,p_precom_closure_nature_o => ghr_cmp_shd.g_old_rec.precom_closure_nature
195: ,p_counselor_rpt_sub_o => ghr_cmp_shd.g_old_rec.counselor_rpt_sub
196: ,p_hr_office_org_id_o => ghr_cmp_shd.g_old_rec.hr_office_org_id
197: ,p_eeo_office_org_id_o => ghr_cmp_shd.g_old_rec.eeo_office_org_id
198: ,p_serviced_org_id_o => ghr_cmp_shd.g_old_rec.serviced_org_id
199: ,p_formal_com_filed_o => ghr_cmp_shd.g_old_rec.formal_com_filed

Line 196: ,p_hr_office_org_id_o => ghr_cmp_shd.g_old_rec.hr_office_org_id

192: ,p_notice_rtf_recvd_o => ghr_cmp_shd.g_old_rec.notice_rtf_recvd
193: ,p_precom_closed_o => ghr_cmp_shd.g_old_rec.precom_closed
194: ,p_precom_closure_nature_o => ghr_cmp_shd.g_old_rec.precom_closure_nature
195: ,p_counselor_rpt_sub_o => ghr_cmp_shd.g_old_rec.counselor_rpt_sub
196: ,p_hr_office_org_id_o => ghr_cmp_shd.g_old_rec.hr_office_org_id
197: ,p_eeo_office_org_id_o => ghr_cmp_shd.g_old_rec.eeo_office_org_id
198: ,p_serviced_org_id_o => ghr_cmp_shd.g_old_rec.serviced_org_id
199: ,p_formal_com_filed_o => ghr_cmp_shd.g_old_rec.formal_com_filed
200: ,p_ack_ltr_o => ghr_cmp_shd.g_old_rec.ack_ltr

Line 197: ,p_eeo_office_org_id_o => ghr_cmp_shd.g_old_rec.eeo_office_org_id

193: ,p_precom_closed_o => ghr_cmp_shd.g_old_rec.precom_closed
194: ,p_precom_closure_nature_o => ghr_cmp_shd.g_old_rec.precom_closure_nature
195: ,p_counselor_rpt_sub_o => ghr_cmp_shd.g_old_rec.counselor_rpt_sub
196: ,p_hr_office_org_id_o => ghr_cmp_shd.g_old_rec.hr_office_org_id
197: ,p_eeo_office_org_id_o => ghr_cmp_shd.g_old_rec.eeo_office_org_id
198: ,p_serviced_org_id_o => ghr_cmp_shd.g_old_rec.serviced_org_id
199: ,p_formal_com_filed_o => ghr_cmp_shd.g_old_rec.formal_com_filed
200: ,p_ack_ltr_o => ghr_cmp_shd.g_old_rec.ack_ltr
201: ,p_clarification_ltr_date_o => ghr_cmp_shd.g_old_rec.clarification_ltr_date

Line 198: ,p_serviced_org_id_o => ghr_cmp_shd.g_old_rec.serviced_org_id

194: ,p_precom_closure_nature_o => ghr_cmp_shd.g_old_rec.precom_closure_nature
195: ,p_counselor_rpt_sub_o => ghr_cmp_shd.g_old_rec.counselor_rpt_sub
196: ,p_hr_office_org_id_o => ghr_cmp_shd.g_old_rec.hr_office_org_id
197: ,p_eeo_office_org_id_o => ghr_cmp_shd.g_old_rec.eeo_office_org_id
198: ,p_serviced_org_id_o => ghr_cmp_shd.g_old_rec.serviced_org_id
199: ,p_formal_com_filed_o => ghr_cmp_shd.g_old_rec.formal_com_filed
200: ,p_ack_ltr_o => ghr_cmp_shd.g_old_rec.ack_ltr
201: ,p_clarification_ltr_date_o => ghr_cmp_shd.g_old_rec.clarification_ltr_date
202: ,p_clarification_response_rec_o => ghr_cmp_shd.g_old_rec.clarification_response_recvd

Line 199: ,p_formal_com_filed_o => ghr_cmp_shd.g_old_rec.formal_com_filed

195: ,p_counselor_rpt_sub_o => ghr_cmp_shd.g_old_rec.counselor_rpt_sub
196: ,p_hr_office_org_id_o => ghr_cmp_shd.g_old_rec.hr_office_org_id
197: ,p_eeo_office_org_id_o => ghr_cmp_shd.g_old_rec.eeo_office_org_id
198: ,p_serviced_org_id_o => ghr_cmp_shd.g_old_rec.serviced_org_id
199: ,p_formal_com_filed_o => ghr_cmp_shd.g_old_rec.formal_com_filed
200: ,p_ack_ltr_o => ghr_cmp_shd.g_old_rec.ack_ltr
201: ,p_clarification_ltr_date_o => ghr_cmp_shd.g_old_rec.clarification_ltr_date
202: ,p_clarification_response_rec_o => ghr_cmp_shd.g_old_rec.clarification_response_recvd
203: ,p_forwarded_legal_review_o => ghr_cmp_shd.g_old_rec.forwarded_legal_review

Line 200: ,p_ack_ltr_o => ghr_cmp_shd.g_old_rec.ack_ltr

196: ,p_hr_office_org_id_o => ghr_cmp_shd.g_old_rec.hr_office_org_id
197: ,p_eeo_office_org_id_o => ghr_cmp_shd.g_old_rec.eeo_office_org_id
198: ,p_serviced_org_id_o => ghr_cmp_shd.g_old_rec.serviced_org_id
199: ,p_formal_com_filed_o => ghr_cmp_shd.g_old_rec.formal_com_filed
200: ,p_ack_ltr_o => ghr_cmp_shd.g_old_rec.ack_ltr
201: ,p_clarification_ltr_date_o => ghr_cmp_shd.g_old_rec.clarification_ltr_date
202: ,p_clarification_response_rec_o => ghr_cmp_shd.g_old_rec.clarification_response_recvd
203: ,p_forwarded_legal_review_o => ghr_cmp_shd.g_old_rec.forwarded_legal_review
204: ,p_returned_from_legal_o => ghr_cmp_shd.g_old_rec.returned_from_legal

Line 201: ,p_clarification_ltr_date_o => ghr_cmp_shd.g_old_rec.clarification_ltr_date

197: ,p_eeo_office_org_id_o => ghr_cmp_shd.g_old_rec.eeo_office_org_id
198: ,p_serviced_org_id_o => ghr_cmp_shd.g_old_rec.serviced_org_id
199: ,p_formal_com_filed_o => ghr_cmp_shd.g_old_rec.formal_com_filed
200: ,p_ack_ltr_o => ghr_cmp_shd.g_old_rec.ack_ltr
201: ,p_clarification_ltr_date_o => ghr_cmp_shd.g_old_rec.clarification_ltr_date
202: ,p_clarification_response_rec_o => ghr_cmp_shd.g_old_rec.clarification_response_recvd
203: ,p_forwarded_legal_review_o => ghr_cmp_shd.g_old_rec.forwarded_legal_review
204: ,p_returned_from_legal_o => ghr_cmp_shd.g_old_rec.returned_from_legal
205: ,p_letter_type_o => ghr_cmp_shd.g_old_rec.letter_type

Line 202: ,p_clarification_response_rec_o => ghr_cmp_shd.g_old_rec.clarification_response_recvd

198: ,p_serviced_org_id_o => ghr_cmp_shd.g_old_rec.serviced_org_id
199: ,p_formal_com_filed_o => ghr_cmp_shd.g_old_rec.formal_com_filed
200: ,p_ack_ltr_o => ghr_cmp_shd.g_old_rec.ack_ltr
201: ,p_clarification_ltr_date_o => ghr_cmp_shd.g_old_rec.clarification_ltr_date
202: ,p_clarification_response_rec_o => ghr_cmp_shd.g_old_rec.clarification_response_recvd
203: ,p_forwarded_legal_review_o => ghr_cmp_shd.g_old_rec.forwarded_legal_review
204: ,p_returned_from_legal_o => ghr_cmp_shd.g_old_rec.returned_from_legal
205: ,p_letter_type_o => ghr_cmp_shd.g_old_rec.letter_type
206: ,p_letter_date_o => ghr_cmp_shd.g_old_rec.letter_date

Line 203: ,p_forwarded_legal_review_o => ghr_cmp_shd.g_old_rec.forwarded_legal_review

199: ,p_formal_com_filed_o => ghr_cmp_shd.g_old_rec.formal_com_filed
200: ,p_ack_ltr_o => ghr_cmp_shd.g_old_rec.ack_ltr
201: ,p_clarification_ltr_date_o => ghr_cmp_shd.g_old_rec.clarification_ltr_date
202: ,p_clarification_response_rec_o => ghr_cmp_shd.g_old_rec.clarification_response_recvd
203: ,p_forwarded_legal_review_o => ghr_cmp_shd.g_old_rec.forwarded_legal_review
204: ,p_returned_from_legal_o => ghr_cmp_shd.g_old_rec.returned_from_legal
205: ,p_letter_type_o => ghr_cmp_shd.g_old_rec.letter_type
206: ,p_letter_date_o => ghr_cmp_shd.g_old_rec.letter_date
207: ,p_letter_recvd_o => ghr_cmp_shd.g_old_rec.letter_recvd

Line 204: ,p_returned_from_legal_o => ghr_cmp_shd.g_old_rec.returned_from_legal

200: ,p_ack_ltr_o => ghr_cmp_shd.g_old_rec.ack_ltr
201: ,p_clarification_ltr_date_o => ghr_cmp_shd.g_old_rec.clarification_ltr_date
202: ,p_clarification_response_rec_o => ghr_cmp_shd.g_old_rec.clarification_response_recvd
203: ,p_forwarded_legal_review_o => ghr_cmp_shd.g_old_rec.forwarded_legal_review
204: ,p_returned_from_legal_o => ghr_cmp_shd.g_old_rec.returned_from_legal
205: ,p_letter_type_o => ghr_cmp_shd.g_old_rec.letter_type
206: ,p_letter_date_o => ghr_cmp_shd.g_old_rec.letter_date
207: ,p_letter_recvd_o => ghr_cmp_shd.g_old_rec.letter_recvd
208: ,p_investigation_source_o => ghr_cmp_shd.g_old_rec.investigation_source

Line 205: ,p_letter_type_o => ghr_cmp_shd.g_old_rec.letter_type

201: ,p_clarification_ltr_date_o => ghr_cmp_shd.g_old_rec.clarification_ltr_date
202: ,p_clarification_response_rec_o => ghr_cmp_shd.g_old_rec.clarification_response_recvd
203: ,p_forwarded_legal_review_o => ghr_cmp_shd.g_old_rec.forwarded_legal_review
204: ,p_returned_from_legal_o => ghr_cmp_shd.g_old_rec.returned_from_legal
205: ,p_letter_type_o => ghr_cmp_shd.g_old_rec.letter_type
206: ,p_letter_date_o => ghr_cmp_shd.g_old_rec.letter_date
207: ,p_letter_recvd_o => ghr_cmp_shd.g_old_rec.letter_recvd
208: ,p_investigation_source_o => ghr_cmp_shd.g_old_rec.investigation_source
209: ,p_investigator_recvd_req_o => ghr_cmp_shd.g_old_rec.investigator_recvd_req

Line 206: ,p_letter_date_o => ghr_cmp_shd.g_old_rec.letter_date

202: ,p_clarification_response_rec_o => ghr_cmp_shd.g_old_rec.clarification_response_recvd
203: ,p_forwarded_legal_review_o => ghr_cmp_shd.g_old_rec.forwarded_legal_review
204: ,p_returned_from_legal_o => ghr_cmp_shd.g_old_rec.returned_from_legal
205: ,p_letter_type_o => ghr_cmp_shd.g_old_rec.letter_type
206: ,p_letter_date_o => ghr_cmp_shd.g_old_rec.letter_date
207: ,p_letter_recvd_o => ghr_cmp_shd.g_old_rec.letter_recvd
208: ,p_investigation_source_o => ghr_cmp_shd.g_old_rec.investigation_source
209: ,p_investigator_recvd_req_o => ghr_cmp_shd.g_old_rec.investigator_recvd_req
210: ,p_agency_investigator_req_o => ghr_cmp_shd.g_old_rec.agency_investigator_req

Line 207: ,p_letter_recvd_o => ghr_cmp_shd.g_old_rec.letter_recvd

203: ,p_forwarded_legal_review_o => ghr_cmp_shd.g_old_rec.forwarded_legal_review
204: ,p_returned_from_legal_o => ghr_cmp_shd.g_old_rec.returned_from_legal
205: ,p_letter_type_o => ghr_cmp_shd.g_old_rec.letter_type
206: ,p_letter_date_o => ghr_cmp_shd.g_old_rec.letter_date
207: ,p_letter_recvd_o => ghr_cmp_shd.g_old_rec.letter_recvd
208: ,p_investigation_source_o => ghr_cmp_shd.g_old_rec.investigation_source
209: ,p_investigator_recvd_req_o => ghr_cmp_shd.g_old_rec.investigator_recvd_req
210: ,p_agency_investigator_req_o => ghr_cmp_shd.g_old_rec.agency_investigator_req
211: ,p_investigator_asg_o => ghr_cmp_shd.g_old_rec.investigator_asg

Line 208: ,p_investigation_source_o => ghr_cmp_shd.g_old_rec.investigation_source

204: ,p_returned_from_legal_o => ghr_cmp_shd.g_old_rec.returned_from_legal
205: ,p_letter_type_o => ghr_cmp_shd.g_old_rec.letter_type
206: ,p_letter_date_o => ghr_cmp_shd.g_old_rec.letter_date
207: ,p_letter_recvd_o => ghr_cmp_shd.g_old_rec.letter_recvd
208: ,p_investigation_source_o => ghr_cmp_shd.g_old_rec.investigation_source
209: ,p_investigator_recvd_req_o => ghr_cmp_shd.g_old_rec.investigator_recvd_req
210: ,p_agency_investigator_req_o => ghr_cmp_shd.g_old_rec.agency_investigator_req
211: ,p_investigator_asg_o => ghr_cmp_shd.g_old_rec.investigator_asg
212: ,p_investigation_start_o => ghr_cmp_shd.g_old_rec.investigation_start

Line 209: ,p_investigator_recvd_req_o => ghr_cmp_shd.g_old_rec.investigator_recvd_req

205: ,p_letter_type_o => ghr_cmp_shd.g_old_rec.letter_type
206: ,p_letter_date_o => ghr_cmp_shd.g_old_rec.letter_date
207: ,p_letter_recvd_o => ghr_cmp_shd.g_old_rec.letter_recvd
208: ,p_investigation_source_o => ghr_cmp_shd.g_old_rec.investigation_source
209: ,p_investigator_recvd_req_o => ghr_cmp_shd.g_old_rec.investigator_recvd_req
210: ,p_agency_investigator_req_o => ghr_cmp_shd.g_old_rec.agency_investigator_req
211: ,p_investigator_asg_o => ghr_cmp_shd.g_old_rec.investigator_asg
212: ,p_investigation_start_o => ghr_cmp_shd.g_old_rec.investigation_start
213: ,p_investigation_end_o => ghr_cmp_shd.g_old_rec.investigation_end

Line 210: ,p_agency_investigator_req_o => ghr_cmp_shd.g_old_rec.agency_investigator_req

206: ,p_letter_date_o => ghr_cmp_shd.g_old_rec.letter_date
207: ,p_letter_recvd_o => ghr_cmp_shd.g_old_rec.letter_recvd
208: ,p_investigation_source_o => ghr_cmp_shd.g_old_rec.investigation_source
209: ,p_investigator_recvd_req_o => ghr_cmp_shd.g_old_rec.investigator_recvd_req
210: ,p_agency_investigator_req_o => ghr_cmp_shd.g_old_rec.agency_investigator_req
211: ,p_investigator_asg_o => ghr_cmp_shd.g_old_rec.investigator_asg
212: ,p_investigation_start_o => ghr_cmp_shd.g_old_rec.investigation_start
213: ,p_investigation_end_o => ghr_cmp_shd.g_old_rec.investigation_end
214: ,p_investigation_extended_o => ghr_cmp_shd.g_old_rec.investigation_extended

Line 211: ,p_investigator_asg_o => ghr_cmp_shd.g_old_rec.investigator_asg

207: ,p_letter_recvd_o => ghr_cmp_shd.g_old_rec.letter_recvd
208: ,p_investigation_source_o => ghr_cmp_shd.g_old_rec.investigation_source
209: ,p_investigator_recvd_req_o => ghr_cmp_shd.g_old_rec.investigator_recvd_req
210: ,p_agency_investigator_req_o => ghr_cmp_shd.g_old_rec.agency_investigator_req
211: ,p_investigator_asg_o => ghr_cmp_shd.g_old_rec.investigator_asg
212: ,p_investigation_start_o => ghr_cmp_shd.g_old_rec.investigation_start
213: ,p_investigation_end_o => ghr_cmp_shd.g_old_rec.investigation_end
214: ,p_investigation_extended_o => ghr_cmp_shd.g_old_rec.investigation_extended
215: ,p_invest_extension_desc_o => ghr_cmp_shd.g_old_rec.invest_extension_desc

Line 212: ,p_investigation_start_o => ghr_cmp_shd.g_old_rec.investigation_start

208: ,p_investigation_source_o => ghr_cmp_shd.g_old_rec.investigation_source
209: ,p_investigator_recvd_req_o => ghr_cmp_shd.g_old_rec.investigator_recvd_req
210: ,p_agency_investigator_req_o => ghr_cmp_shd.g_old_rec.agency_investigator_req
211: ,p_investigator_asg_o => ghr_cmp_shd.g_old_rec.investigator_asg
212: ,p_investigation_start_o => ghr_cmp_shd.g_old_rec.investigation_start
213: ,p_investigation_end_o => ghr_cmp_shd.g_old_rec.investigation_end
214: ,p_investigation_extended_o => ghr_cmp_shd.g_old_rec.investigation_extended
215: ,p_invest_extension_desc_o => ghr_cmp_shd.g_old_rec.invest_extension_desc
216: ,p_agency_recvd_roi_o => ghr_cmp_shd.g_old_rec.agency_recvd_roi

Line 213: ,p_investigation_end_o => ghr_cmp_shd.g_old_rec.investigation_end

209: ,p_investigator_recvd_req_o => ghr_cmp_shd.g_old_rec.investigator_recvd_req
210: ,p_agency_investigator_req_o => ghr_cmp_shd.g_old_rec.agency_investigator_req
211: ,p_investigator_asg_o => ghr_cmp_shd.g_old_rec.investigator_asg
212: ,p_investigation_start_o => ghr_cmp_shd.g_old_rec.investigation_start
213: ,p_investigation_end_o => ghr_cmp_shd.g_old_rec.investigation_end
214: ,p_investigation_extended_o => ghr_cmp_shd.g_old_rec.investigation_extended
215: ,p_invest_extension_desc_o => ghr_cmp_shd.g_old_rec.invest_extension_desc
216: ,p_agency_recvd_roi_o => ghr_cmp_shd.g_old_rec.agency_recvd_roi
217: ,p_comrep_recvd_roi_o => ghr_cmp_shd.g_old_rec.comrep_recvd_roi

Line 214: ,p_investigation_extended_o => ghr_cmp_shd.g_old_rec.investigation_extended

210: ,p_agency_investigator_req_o => ghr_cmp_shd.g_old_rec.agency_investigator_req
211: ,p_investigator_asg_o => ghr_cmp_shd.g_old_rec.investigator_asg
212: ,p_investigation_start_o => ghr_cmp_shd.g_old_rec.investigation_start
213: ,p_investigation_end_o => ghr_cmp_shd.g_old_rec.investigation_end
214: ,p_investigation_extended_o => ghr_cmp_shd.g_old_rec.investigation_extended
215: ,p_invest_extension_desc_o => ghr_cmp_shd.g_old_rec.invest_extension_desc
216: ,p_agency_recvd_roi_o => ghr_cmp_shd.g_old_rec.agency_recvd_roi
217: ,p_comrep_recvd_roi_o => ghr_cmp_shd.g_old_rec.comrep_recvd_roi
218: ,p_options_ltr_date_o => ghr_cmp_shd.g_old_rec.options_ltr_date

Line 215: ,p_invest_extension_desc_o => ghr_cmp_shd.g_old_rec.invest_extension_desc

211: ,p_investigator_asg_o => ghr_cmp_shd.g_old_rec.investigator_asg
212: ,p_investigation_start_o => ghr_cmp_shd.g_old_rec.investigation_start
213: ,p_investigation_end_o => ghr_cmp_shd.g_old_rec.investigation_end
214: ,p_investigation_extended_o => ghr_cmp_shd.g_old_rec.investigation_extended
215: ,p_invest_extension_desc_o => ghr_cmp_shd.g_old_rec.invest_extension_desc
216: ,p_agency_recvd_roi_o => ghr_cmp_shd.g_old_rec.agency_recvd_roi
217: ,p_comrep_recvd_roi_o => ghr_cmp_shd.g_old_rec.comrep_recvd_roi
218: ,p_options_ltr_date_o => ghr_cmp_shd.g_old_rec.options_ltr_date
219: ,p_comrep_recvd_opt_ltr_o => ghr_cmp_shd.g_old_rec.comrep_recvd_opt_ltr

Line 216: ,p_agency_recvd_roi_o => ghr_cmp_shd.g_old_rec.agency_recvd_roi

212: ,p_investigation_start_o => ghr_cmp_shd.g_old_rec.investigation_start
213: ,p_investigation_end_o => ghr_cmp_shd.g_old_rec.investigation_end
214: ,p_investigation_extended_o => ghr_cmp_shd.g_old_rec.investigation_extended
215: ,p_invest_extension_desc_o => ghr_cmp_shd.g_old_rec.invest_extension_desc
216: ,p_agency_recvd_roi_o => ghr_cmp_shd.g_old_rec.agency_recvd_roi
217: ,p_comrep_recvd_roi_o => ghr_cmp_shd.g_old_rec.comrep_recvd_roi
218: ,p_options_ltr_date_o => ghr_cmp_shd.g_old_rec.options_ltr_date
219: ,p_comrep_recvd_opt_ltr_o => ghr_cmp_shd.g_old_rec.comrep_recvd_opt_ltr
220: ,p_comrep_opt_ltr_response_o => ghr_cmp_shd.g_old_rec.comrep_opt_ltr_response

Line 217: ,p_comrep_recvd_roi_o => ghr_cmp_shd.g_old_rec.comrep_recvd_roi

213: ,p_investigation_end_o => ghr_cmp_shd.g_old_rec.investigation_end
214: ,p_investigation_extended_o => ghr_cmp_shd.g_old_rec.investigation_extended
215: ,p_invest_extension_desc_o => ghr_cmp_shd.g_old_rec.invest_extension_desc
216: ,p_agency_recvd_roi_o => ghr_cmp_shd.g_old_rec.agency_recvd_roi
217: ,p_comrep_recvd_roi_o => ghr_cmp_shd.g_old_rec.comrep_recvd_roi
218: ,p_options_ltr_date_o => ghr_cmp_shd.g_old_rec.options_ltr_date
219: ,p_comrep_recvd_opt_ltr_o => ghr_cmp_shd.g_old_rec.comrep_recvd_opt_ltr
220: ,p_comrep_opt_ltr_response_o => ghr_cmp_shd.g_old_rec.comrep_opt_ltr_response
221: ,p_resolution_offer_o => ghr_cmp_shd.g_old_rec.resolution_offer

Line 218: ,p_options_ltr_date_o => ghr_cmp_shd.g_old_rec.options_ltr_date

214: ,p_investigation_extended_o => ghr_cmp_shd.g_old_rec.investigation_extended
215: ,p_invest_extension_desc_o => ghr_cmp_shd.g_old_rec.invest_extension_desc
216: ,p_agency_recvd_roi_o => ghr_cmp_shd.g_old_rec.agency_recvd_roi
217: ,p_comrep_recvd_roi_o => ghr_cmp_shd.g_old_rec.comrep_recvd_roi
218: ,p_options_ltr_date_o => ghr_cmp_shd.g_old_rec.options_ltr_date
219: ,p_comrep_recvd_opt_ltr_o => ghr_cmp_shd.g_old_rec.comrep_recvd_opt_ltr
220: ,p_comrep_opt_ltr_response_o => ghr_cmp_shd.g_old_rec.comrep_opt_ltr_response
221: ,p_resolution_offer_o => ghr_cmp_shd.g_old_rec.resolution_offer
222: ,p_comrep_resol_offer_recvd_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_recvd

Line 219: ,p_comrep_recvd_opt_ltr_o => ghr_cmp_shd.g_old_rec.comrep_recvd_opt_ltr

215: ,p_invest_extension_desc_o => ghr_cmp_shd.g_old_rec.invest_extension_desc
216: ,p_agency_recvd_roi_o => ghr_cmp_shd.g_old_rec.agency_recvd_roi
217: ,p_comrep_recvd_roi_o => ghr_cmp_shd.g_old_rec.comrep_recvd_roi
218: ,p_options_ltr_date_o => ghr_cmp_shd.g_old_rec.options_ltr_date
219: ,p_comrep_recvd_opt_ltr_o => ghr_cmp_shd.g_old_rec.comrep_recvd_opt_ltr
220: ,p_comrep_opt_ltr_response_o => ghr_cmp_shd.g_old_rec.comrep_opt_ltr_response
221: ,p_resolution_offer_o => ghr_cmp_shd.g_old_rec.resolution_offer
222: ,p_comrep_resol_offer_recvd_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_recvd
223: ,p_comrep_resol_offer_respons_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_response

Line 220: ,p_comrep_opt_ltr_response_o => ghr_cmp_shd.g_old_rec.comrep_opt_ltr_response

216: ,p_agency_recvd_roi_o => ghr_cmp_shd.g_old_rec.agency_recvd_roi
217: ,p_comrep_recvd_roi_o => ghr_cmp_shd.g_old_rec.comrep_recvd_roi
218: ,p_options_ltr_date_o => ghr_cmp_shd.g_old_rec.options_ltr_date
219: ,p_comrep_recvd_opt_ltr_o => ghr_cmp_shd.g_old_rec.comrep_recvd_opt_ltr
220: ,p_comrep_opt_ltr_response_o => ghr_cmp_shd.g_old_rec.comrep_opt_ltr_response
221: ,p_resolution_offer_o => ghr_cmp_shd.g_old_rec.resolution_offer
222: ,p_comrep_resol_offer_recvd_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_recvd
223: ,p_comrep_resol_offer_respons_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_response
224: ,p_comrep_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_desc

Line 221: ,p_resolution_offer_o => ghr_cmp_shd.g_old_rec.resolution_offer

217: ,p_comrep_recvd_roi_o => ghr_cmp_shd.g_old_rec.comrep_recvd_roi
218: ,p_options_ltr_date_o => ghr_cmp_shd.g_old_rec.options_ltr_date
219: ,p_comrep_recvd_opt_ltr_o => ghr_cmp_shd.g_old_rec.comrep_recvd_opt_ltr
220: ,p_comrep_opt_ltr_response_o => ghr_cmp_shd.g_old_rec.comrep_opt_ltr_response
221: ,p_resolution_offer_o => ghr_cmp_shd.g_old_rec.resolution_offer
222: ,p_comrep_resol_offer_recvd_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_recvd
223: ,p_comrep_resol_offer_respons_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_response
224: ,p_comrep_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_desc
225: ,p_resol_offer_signed_o => ghr_cmp_shd.g_old_rec.resol_offer_signed

Line 222: ,p_comrep_resol_offer_recvd_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_recvd

218: ,p_options_ltr_date_o => ghr_cmp_shd.g_old_rec.options_ltr_date
219: ,p_comrep_recvd_opt_ltr_o => ghr_cmp_shd.g_old_rec.comrep_recvd_opt_ltr
220: ,p_comrep_opt_ltr_response_o => ghr_cmp_shd.g_old_rec.comrep_opt_ltr_response
221: ,p_resolution_offer_o => ghr_cmp_shd.g_old_rec.resolution_offer
222: ,p_comrep_resol_offer_recvd_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_recvd
223: ,p_comrep_resol_offer_respons_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_response
224: ,p_comrep_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_desc
225: ,p_resol_offer_signed_o => ghr_cmp_shd.g_old_rec.resol_offer_signed
226: ,p_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.resol_offer_desc

Line 223: ,p_comrep_resol_offer_respons_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_response

219: ,p_comrep_recvd_opt_ltr_o => ghr_cmp_shd.g_old_rec.comrep_recvd_opt_ltr
220: ,p_comrep_opt_ltr_response_o => ghr_cmp_shd.g_old_rec.comrep_opt_ltr_response
221: ,p_resolution_offer_o => ghr_cmp_shd.g_old_rec.resolution_offer
222: ,p_comrep_resol_offer_recvd_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_recvd
223: ,p_comrep_resol_offer_respons_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_response
224: ,p_comrep_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_desc
225: ,p_resol_offer_signed_o => ghr_cmp_shd.g_old_rec.resol_offer_signed
226: ,p_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.resol_offer_desc
227: ,p_hearing_source_o => ghr_cmp_shd.g_old_rec.hearing_source

Line 224: ,p_comrep_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_desc

220: ,p_comrep_opt_ltr_response_o => ghr_cmp_shd.g_old_rec.comrep_opt_ltr_response
221: ,p_resolution_offer_o => ghr_cmp_shd.g_old_rec.resolution_offer
222: ,p_comrep_resol_offer_recvd_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_recvd
223: ,p_comrep_resol_offer_respons_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_response
224: ,p_comrep_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_desc
225: ,p_resol_offer_signed_o => ghr_cmp_shd.g_old_rec.resol_offer_signed
226: ,p_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.resol_offer_desc
227: ,p_hearing_source_o => ghr_cmp_shd.g_old_rec.hearing_source
228: ,p_agency_notified_hearing_o => ghr_cmp_shd.g_old_rec.agency_notified_hearing

Line 225: ,p_resol_offer_signed_o => ghr_cmp_shd.g_old_rec.resol_offer_signed

221: ,p_resolution_offer_o => ghr_cmp_shd.g_old_rec.resolution_offer
222: ,p_comrep_resol_offer_recvd_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_recvd
223: ,p_comrep_resol_offer_respons_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_response
224: ,p_comrep_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_desc
225: ,p_resol_offer_signed_o => ghr_cmp_shd.g_old_rec.resol_offer_signed
226: ,p_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.resol_offer_desc
227: ,p_hearing_source_o => ghr_cmp_shd.g_old_rec.hearing_source
228: ,p_agency_notified_hearing_o => ghr_cmp_shd.g_old_rec.agency_notified_hearing
229: ,p_eeoc_hearing_docket_num_o => ghr_cmp_shd.g_old_rec.eeoc_hearing_docket_num

Line 226: ,p_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.resol_offer_desc

222: ,p_comrep_resol_offer_recvd_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_recvd
223: ,p_comrep_resol_offer_respons_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_response
224: ,p_comrep_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_desc
225: ,p_resol_offer_signed_o => ghr_cmp_shd.g_old_rec.resol_offer_signed
226: ,p_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.resol_offer_desc
227: ,p_hearing_source_o => ghr_cmp_shd.g_old_rec.hearing_source
228: ,p_agency_notified_hearing_o => ghr_cmp_shd.g_old_rec.agency_notified_hearing
229: ,p_eeoc_hearing_docket_num_o => ghr_cmp_shd.g_old_rec.eeoc_hearing_docket_num
230: ,p_hearing_complete_o => ghr_cmp_shd.g_old_rec.hearing_complete

Line 227: ,p_hearing_source_o => ghr_cmp_shd.g_old_rec.hearing_source

223: ,p_comrep_resol_offer_respons_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_response
224: ,p_comrep_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_desc
225: ,p_resol_offer_signed_o => ghr_cmp_shd.g_old_rec.resol_offer_signed
226: ,p_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.resol_offer_desc
227: ,p_hearing_source_o => ghr_cmp_shd.g_old_rec.hearing_source
228: ,p_agency_notified_hearing_o => ghr_cmp_shd.g_old_rec.agency_notified_hearing
229: ,p_eeoc_hearing_docket_num_o => ghr_cmp_shd.g_old_rec.eeoc_hearing_docket_num
230: ,p_hearing_complete_o => ghr_cmp_shd.g_old_rec.hearing_complete
231: ,p_aj_merit_decision_date_o => ghr_cmp_shd.g_old_rec.aj_merit_decision_date

Line 228: ,p_agency_notified_hearing_o => ghr_cmp_shd.g_old_rec.agency_notified_hearing

224: ,p_comrep_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.comrep_resol_offer_desc
225: ,p_resol_offer_signed_o => ghr_cmp_shd.g_old_rec.resol_offer_signed
226: ,p_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.resol_offer_desc
227: ,p_hearing_source_o => ghr_cmp_shd.g_old_rec.hearing_source
228: ,p_agency_notified_hearing_o => ghr_cmp_shd.g_old_rec.agency_notified_hearing
229: ,p_eeoc_hearing_docket_num_o => ghr_cmp_shd.g_old_rec.eeoc_hearing_docket_num
230: ,p_hearing_complete_o => ghr_cmp_shd.g_old_rec.hearing_complete
231: ,p_aj_merit_decision_date_o => ghr_cmp_shd.g_old_rec.aj_merit_decision_date
232: ,p_agency_recvd_aj_merit_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_merit_dec

Line 229: ,p_eeoc_hearing_docket_num_o => ghr_cmp_shd.g_old_rec.eeoc_hearing_docket_num

225: ,p_resol_offer_signed_o => ghr_cmp_shd.g_old_rec.resol_offer_signed
226: ,p_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.resol_offer_desc
227: ,p_hearing_source_o => ghr_cmp_shd.g_old_rec.hearing_source
228: ,p_agency_notified_hearing_o => ghr_cmp_shd.g_old_rec.agency_notified_hearing
229: ,p_eeoc_hearing_docket_num_o => ghr_cmp_shd.g_old_rec.eeoc_hearing_docket_num
230: ,p_hearing_complete_o => ghr_cmp_shd.g_old_rec.hearing_complete
231: ,p_aj_merit_decision_date_o => ghr_cmp_shd.g_old_rec.aj_merit_decision_date
232: ,p_agency_recvd_aj_merit_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_merit_dec
233: ,p_aj_merit_decision_o => ghr_cmp_shd.g_old_rec.aj_merit_decision

Line 230: ,p_hearing_complete_o => ghr_cmp_shd.g_old_rec.hearing_complete

226: ,p_resol_offer_desc_o => ghr_cmp_shd.g_old_rec.resol_offer_desc
227: ,p_hearing_source_o => ghr_cmp_shd.g_old_rec.hearing_source
228: ,p_agency_notified_hearing_o => ghr_cmp_shd.g_old_rec.agency_notified_hearing
229: ,p_eeoc_hearing_docket_num_o => ghr_cmp_shd.g_old_rec.eeoc_hearing_docket_num
230: ,p_hearing_complete_o => ghr_cmp_shd.g_old_rec.hearing_complete
231: ,p_aj_merit_decision_date_o => ghr_cmp_shd.g_old_rec.aj_merit_decision_date
232: ,p_agency_recvd_aj_merit_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_merit_dec
233: ,p_aj_merit_decision_o => ghr_cmp_shd.g_old_rec.aj_merit_decision
234: ,p_aj_ca_decision_date_o => ghr_cmp_shd.g_old_rec.aj_ca_decision_date

Line 231: ,p_aj_merit_decision_date_o => ghr_cmp_shd.g_old_rec.aj_merit_decision_date

227: ,p_hearing_source_o => ghr_cmp_shd.g_old_rec.hearing_source
228: ,p_agency_notified_hearing_o => ghr_cmp_shd.g_old_rec.agency_notified_hearing
229: ,p_eeoc_hearing_docket_num_o => ghr_cmp_shd.g_old_rec.eeoc_hearing_docket_num
230: ,p_hearing_complete_o => ghr_cmp_shd.g_old_rec.hearing_complete
231: ,p_aj_merit_decision_date_o => ghr_cmp_shd.g_old_rec.aj_merit_decision_date
232: ,p_agency_recvd_aj_merit_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_merit_dec
233: ,p_aj_merit_decision_o => ghr_cmp_shd.g_old_rec.aj_merit_decision
234: ,p_aj_ca_decision_date_o => ghr_cmp_shd.g_old_rec.aj_ca_decision_date
235: ,p_agency_recvd_aj_ca_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_ca_dec

Line 232: ,p_agency_recvd_aj_merit_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_merit_dec

228: ,p_agency_notified_hearing_o => ghr_cmp_shd.g_old_rec.agency_notified_hearing
229: ,p_eeoc_hearing_docket_num_o => ghr_cmp_shd.g_old_rec.eeoc_hearing_docket_num
230: ,p_hearing_complete_o => ghr_cmp_shd.g_old_rec.hearing_complete
231: ,p_aj_merit_decision_date_o => ghr_cmp_shd.g_old_rec.aj_merit_decision_date
232: ,p_agency_recvd_aj_merit_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_merit_dec
233: ,p_aj_merit_decision_o => ghr_cmp_shd.g_old_rec.aj_merit_decision
234: ,p_aj_ca_decision_date_o => ghr_cmp_shd.g_old_rec.aj_ca_decision_date
235: ,p_agency_recvd_aj_ca_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_ca_dec
236: ,p_aj_ca_decision_o => ghr_cmp_shd.g_old_rec.aj_ca_decision

Line 233: ,p_aj_merit_decision_o => ghr_cmp_shd.g_old_rec.aj_merit_decision

229: ,p_eeoc_hearing_docket_num_o => ghr_cmp_shd.g_old_rec.eeoc_hearing_docket_num
230: ,p_hearing_complete_o => ghr_cmp_shd.g_old_rec.hearing_complete
231: ,p_aj_merit_decision_date_o => ghr_cmp_shd.g_old_rec.aj_merit_decision_date
232: ,p_agency_recvd_aj_merit_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_merit_dec
233: ,p_aj_merit_decision_o => ghr_cmp_shd.g_old_rec.aj_merit_decision
234: ,p_aj_ca_decision_date_o => ghr_cmp_shd.g_old_rec.aj_ca_decision_date
235: ,p_agency_recvd_aj_ca_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_ca_dec
236: ,p_aj_ca_decision_o => ghr_cmp_shd.g_old_rec.aj_ca_decision
237: ,p_fad_requested_o => ghr_cmp_shd.g_old_rec.fad_requested

Line 234: ,p_aj_ca_decision_date_o => ghr_cmp_shd.g_old_rec.aj_ca_decision_date

230: ,p_hearing_complete_o => ghr_cmp_shd.g_old_rec.hearing_complete
231: ,p_aj_merit_decision_date_o => ghr_cmp_shd.g_old_rec.aj_merit_decision_date
232: ,p_agency_recvd_aj_merit_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_merit_dec
233: ,p_aj_merit_decision_o => ghr_cmp_shd.g_old_rec.aj_merit_decision
234: ,p_aj_ca_decision_date_o => ghr_cmp_shd.g_old_rec.aj_ca_decision_date
235: ,p_agency_recvd_aj_ca_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_ca_dec
236: ,p_aj_ca_decision_o => ghr_cmp_shd.g_old_rec.aj_ca_decision
237: ,p_fad_requested_o => ghr_cmp_shd.g_old_rec.fad_requested
238: ,p_merit_fad_o => ghr_cmp_shd.g_old_rec.merit_fad

Line 235: ,p_agency_recvd_aj_ca_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_ca_dec

231: ,p_aj_merit_decision_date_o => ghr_cmp_shd.g_old_rec.aj_merit_decision_date
232: ,p_agency_recvd_aj_merit_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_merit_dec
233: ,p_aj_merit_decision_o => ghr_cmp_shd.g_old_rec.aj_merit_decision
234: ,p_aj_ca_decision_date_o => ghr_cmp_shd.g_old_rec.aj_ca_decision_date
235: ,p_agency_recvd_aj_ca_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_ca_dec
236: ,p_aj_ca_decision_o => ghr_cmp_shd.g_old_rec.aj_ca_decision
237: ,p_fad_requested_o => ghr_cmp_shd.g_old_rec.fad_requested
238: ,p_merit_fad_o => ghr_cmp_shd.g_old_rec.merit_fad
239: ,p_attorney_fees_fad_o => ghr_cmp_shd.g_old_rec.attorney_fees_fad

Line 236: ,p_aj_ca_decision_o => ghr_cmp_shd.g_old_rec.aj_ca_decision

232: ,p_agency_recvd_aj_merit_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_merit_dec
233: ,p_aj_merit_decision_o => ghr_cmp_shd.g_old_rec.aj_merit_decision
234: ,p_aj_ca_decision_date_o => ghr_cmp_shd.g_old_rec.aj_ca_decision_date
235: ,p_agency_recvd_aj_ca_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_ca_dec
236: ,p_aj_ca_decision_o => ghr_cmp_shd.g_old_rec.aj_ca_decision
237: ,p_fad_requested_o => ghr_cmp_shd.g_old_rec.fad_requested
238: ,p_merit_fad_o => ghr_cmp_shd.g_old_rec.merit_fad
239: ,p_attorney_fees_fad_o => ghr_cmp_shd.g_old_rec.attorney_fees_fad
240: ,p_comp_damages_fad_o => ghr_cmp_shd.g_old_rec.comp_damages_fad

Line 237: ,p_fad_requested_o => ghr_cmp_shd.g_old_rec.fad_requested

233: ,p_aj_merit_decision_o => ghr_cmp_shd.g_old_rec.aj_merit_decision
234: ,p_aj_ca_decision_date_o => ghr_cmp_shd.g_old_rec.aj_ca_decision_date
235: ,p_agency_recvd_aj_ca_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_ca_dec
236: ,p_aj_ca_decision_o => ghr_cmp_shd.g_old_rec.aj_ca_decision
237: ,p_fad_requested_o => ghr_cmp_shd.g_old_rec.fad_requested
238: ,p_merit_fad_o => ghr_cmp_shd.g_old_rec.merit_fad
239: ,p_attorney_fees_fad_o => ghr_cmp_shd.g_old_rec.attorney_fees_fad
240: ,p_comp_damages_fad_o => ghr_cmp_shd.g_old_rec.comp_damages_fad
241: ,p_non_compliance_fad_o => ghr_cmp_shd.g_old_rec.non_compliance_fad

Line 238: ,p_merit_fad_o => ghr_cmp_shd.g_old_rec.merit_fad

234: ,p_aj_ca_decision_date_o => ghr_cmp_shd.g_old_rec.aj_ca_decision_date
235: ,p_agency_recvd_aj_ca_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_ca_dec
236: ,p_aj_ca_decision_o => ghr_cmp_shd.g_old_rec.aj_ca_decision
237: ,p_fad_requested_o => ghr_cmp_shd.g_old_rec.fad_requested
238: ,p_merit_fad_o => ghr_cmp_shd.g_old_rec.merit_fad
239: ,p_attorney_fees_fad_o => ghr_cmp_shd.g_old_rec.attorney_fees_fad
240: ,p_comp_damages_fad_o => ghr_cmp_shd.g_old_rec.comp_damages_fad
241: ,p_non_compliance_fad_o => ghr_cmp_shd.g_old_rec.non_compliance_fad
242: ,p_fad_req_recvd_eeo_office_o => ghr_cmp_shd.g_old_rec.fad_req_recvd_eeo_office

Line 239: ,p_attorney_fees_fad_o => ghr_cmp_shd.g_old_rec.attorney_fees_fad

235: ,p_agency_recvd_aj_ca_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_ca_dec
236: ,p_aj_ca_decision_o => ghr_cmp_shd.g_old_rec.aj_ca_decision
237: ,p_fad_requested_o => ghr_cmp_shd.g_old_rec.fad_requested
238: ,p_merit_fad_o => ghr_cmp_shd.g_old_rec.merit_fad
239: ,p_attorney_fees_fad_o => ghr_cmp_shd.g_old_rec.attorney_fees_fad
240: ,p_comp_damages_fad_o => ghr_cmp_shd.g_old_rec.comp_damages_fad
241: ,p_non_compliance_fad_o => ghr_cmp_shd.g_old_rec.non_compliance_fad
242: ,p_fad_req_recvd_eeo_office_o => ghr_cmp_shd.g_old_rec.fad_req_recvd_eeo_office
243: ,p_fad_req_forwd_to_agency_o => ghr_cmp_shd.g_old_rec.fad_req_forwd_to_agency

Line 240: ,p_comp_damages_fad_o => ghr_cmp_shd.g_old_rec.comp_damages_fad

236: ,p_aj_ca_decision_o => ghr_cmp_shd.g_old_rec.aj_ca_decision
237: ,p_fad_requested_o => ghr_cmp_shd.g_old_rec.fad_requested
238: ,p_merit_fad_o => ghr_cmp_shd.g_old_rec.merit_fad
239: ,p_attorney_fees_fad_o => ghr_cmp_shd.g_old_rec.attorney_fees_fad
240: ,p_comp_damages_fad_o => ghr_cmp_shd.g_old_rec.comp_damages_fad
241: ,p_non_compliance_fad_o => ghr_cmp_shd.g_old_rec.non_compliance_fad
242: ,p_fad_req_recvd_eeo_office_o => ghr_cmp_shd.g_old_rec.fad_req_recvd_eeo_office
243: ,p_fad_req_forwd_to_agency_o => ghr_cmp_shd.g_old_rec.fad_req_forwd_to_agency
244: ,p_agency_recvd_request_o => ghr_cmp_shd.g_old_rec.agency_recvd_request

Line 241: ,p_non_compliance_fad_o => ghr_cmp_shd.g_old_rec.non_compliance_fad

237: ,p_fad_requested_o => ghr_cmp_shd.g_old_rec.fad_requested
238: ,p_merit_fad_o => ghr_cmp_shd.g_old_rec.merit_fad
239: ,p_attorney_fees_fad_o => ghr_cmp_shd.g_old_rec.attorney_fees_fad
240: ,p_comp_damages_fad_o => ghr_cmp_shd.g_old_rec.comp_damages_fad
241: ,p_non_compliance_fad_o => ghr_cmp_shd.g_old_rec.non_compliance_fad
242: ,p_fad_req_recvd_eeo_office_o => ghr_cmp_shd.g_old_rec.fad_req_recvd_eeo_office
243: ,p_fad_req_forwd_to_agency_o => ghr_cmp_shd.g_old_rec.fad_req_forwd_to_agency
244: ,p_agency_recvd_request_o => ghr_cmp_shd.g_old_rec.agency_recvd_request
245: ,p_fad_due_o => ghr_cmp_shd.g_old_rec.fad_due

Line 242: ,p_fad_req_recvd_eeo_office_o => ghr_cmp_shd.g_old_rec.fad_req_recvd_eeo_office

238: ,p_merit_fad_o => ghr_cmp_shd.g_old_rec.merit_fad
239: ,p_attorney_fees_fad_o => ghr_cmp_shd.g_old_rec.attorney_fees_fad
240: ,p_comp_damages_fad_o => ghr_cmp_shd.g_old_rec.comp_damages_fad
241: ,p_non_compliance_fad_o => ghr_cmp_shd.g_old_rec.non_compliance_fad
242: ,p_fad_req_recvd_eeo_office_o => ghr_cmp_shd.g_old_rec.fad_req_recvd_eeo_office
243: ,p_fad_req_forwd_to_agency_o => ghr_cmp_shd.g_old_rec.fad_req_forwd_to_agency
244: ,p_agency_recvd_request_o => ghr_cmp_shd.g_old_rec.agency_recvd_request
245: ,p_fad_due_o => ghr_cmp_shd.g_old_rec.fad_due
246: ,p_fad_date_o => ghr_cmp_shd.g_old_rec.fad_date

Line 243: ,p_fad_req_forwd_to_agency_o => ghr_cmp_shd.g_old_rec.fad_req_forwd_to_agency

239: ,p_attorney_fees_fad_o => ghr_cmp_shd.g_old_rec.attorney_fees_fad
240: ,p_comp_damages_fad_o => ghr_cmp_shd.g_old_rec.comp_damages_fad
241: ,p_non_compliance_fad_o => ghr_cmp_shd.g_old_rec.non_compliance_fad
242: ,p_fad_req_recvd_eeo_office_o => ghr_cmp_shd.g_old_rec.fad_req_recvd_eeo_office
243: ,p_fad_req_forwd_to_agency_o => ghr_cmp_shd.g_old_rec.fad_req_forwd_to_agency
244: ,p_agency_recvd_request_o => ghr_cmp_shd.g_old_rec.agency_recvd_request
245: ,p_fad_due_o => ghr_cmp_shd.g_old_rec.fad_due
246: ,p_fad_date_o => ghr_cmp_shd.g_old_rec.fad_date
247: ,p_fad_decision_o => ghr_cmp_shd.g_old_rec.fad_decision

Line 244: ,p_agency_recvd_request_o => ghr_cmp_shd.g_old_rec.agency_recvd_request

240: ,p_comp_damages_fad_o => ghr_cmp_shd.g_old_rec.comp_damages_fad
241: ,p_non_compliance_fad_o => ghr_cmp_shd.g_old_rec.non_compliance_fad
242: ,p_fad_req_recvd_eeo_office_o => ghr_cmp_shd.g_old_rec.fad_req_recvd_eeo_office
243: ,p_fad_req_forwd_to_agency_o => ghr_cmp_shd.g_old_rec.fad_req_forwd_to_agency
244: ,p_agency_recvd_request_o => ghr_cmp_shd.g_old_rec.agency_recvd_request
245: ,p_fad_due_o => ghr_cmp_shd.g_old_rec.fad_due
246: ,p_fad_date_o => ghr_cmp_shd.g_old_rec.fad_date
247: ,p_fad_decision_o => ghr_cmp_shd.g_old_rec.fad_decision
248: --,p_fad_final_action_closure_o => ghr_cmp_shd.g_old_rec.fad_final_action_closure

Line 245: ,p_fad_due_o => ghr_cmp_shd.g_old_rec.fad_due

241: ,p_non_compliance_fad_o => ghr_cmp_shd.g_old_rec.non_compliance_fad
242: ,p_fad_req_recvd_eeo_office_o => ghr_cmp_shd.g_old_rec.fad_req_recvd_eeo_office
243: ,p_fad_req_forwd_to_agency_o => ghr_cmp_shd.g_old_rec.fad_req_forwd_to_agency
244: ,p_agency_recvd_request_o => ghr_cmp_shd.g_old_rec.agency_recvd_request
245: ,p_fad_due_o => ghr_cmp_shd.g_old_rec.fad_due
246: ,p_fad_date_o => ghr_cmp_shd.g_old_rec.fad_date
247: ,p_fad_decision_o => ghr_cmp_shd.g_old_rec.fad_decision
248: --,p_fad_final_action_closure_o => ghr_cmp_shd.g_old_rec.fad_final_action_closure
249: ,p_fad_forwd_to_comrep_o => ghr_cmp_shd.g_old_rec.fad_forwd_to_comrep

Line 246: ,p_fad_date_o => ghr_cmp_shd.g_old_rec.fad_date

242: ,p_fad_req_recvd_eeo_office_o => ghr_cmp_shd.g_old_rec.fad_req_recvd_eeo_office
243: ,p_fad_req_forwd_to_agency_o => ghr_cmp_shd.g_old_rec.fad_req_forwd_to_agency
244: ,p_agency_recvd_request_o => ghr_cmp_shd.g_old_rec.agency_recvd_request
245: ,p_fad_due_o => ghr_cmp_shd.g_old_rec.fad_due
246: ,p_fad_date_o => ghr_cmp_shd.g_old_rec.fad_date
247: ,p_fad_decision_o => ghr_cmp_shd.g_old_rec.fad_decision
248: --,p_fad_final_action_closure_o => ghr_cmp_shd.g_old_rec.fad_final_action_closure
249: ,p_fad_forwd_to_comrep_o => ghr_cmp_shd.g_old_rec.fad_forwd_to_comrep
250: ,p_fad_recvd_by_comrep_o => ghr_cmp_shd.g_old_rec.fad_recvd_by_comrep

Line 247: ,p_fad_decision_o => ghr_cmp_shd.g_old_rec.fad_decision

243: ,p_fad_req_forwd_to_agency_o => ghr_cmp_shd.g_old_rec.fad_req_forwd_to_agency
244: ,p_agency_recvd_request_o => ghr_cmp_shd.g_old_rec.agency_recvd_request
245: ,p_fad_due_o => ghr_cmp_shd.g_old_rec.fad_due
246: ,p_fad_date_o => ghr_cmp_shd.g_old_rec.fad_date
247: ,p_fad_decision_o => ghr_cmp_shd.g_old_rec.fad_decision
248: --,p_fad_final_action_closure_o => ghr_cmp_shd.g_old_rec.fad_final_action_closure
249: ,p_fad_forwd_to_comrep_o => ghr_cmp_shd.g_old_rec.fad_forwd_to_comrep
250: ,p_fad_recvd_by_comrep_o => ghr_cmp_shd.g_old_rec.fad_recvd_by_comrep
251: ,p_fad_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fad_imp_ltr_forwd_to_org

Line 248: --,p_fad_final_action_closure_o => ghr_cmp_shd.g_old_rec.fad_final_action_closure

244: ,p_agency_recvd_request_o => ghr_cmp_shd.g_old_rec.agency_recvd_request
245: ,p_fad_due_o => ghr_cmp_shd.g_old_rec.fad_due
246: ,p_fad_date_o => ghr_cmp_shd.g_old_rec.fad_date
247: ,p_fad_decision_o => ghr_cmp_shd.g_old_rec.fad_decision
248: --,p_fad_final_action_closure_o => ghr_cmp_shd.g_old_rec.fad_final_action_closure
249: ,p_fad_forwd_to_comrep_o => ghr_cmp_shd.g_old_rec.fad_forwd_to_comrep
250: ,p_fad_recvd_by_comrep_o => ghr_cmp_shd.g_old_rec.fad_recvd_by_comrep
251: ,p_fad_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fad_imp_ltr_forwd_to_org
252: ,p_fad_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_forwd_legal

Line 249: ,p_fad_forwd_to_comrep_o => ghr_cmp_shd.g_old_rec.fad_forwd_to_comrep

245: ,p_fad_due_o => ghr_cmp_shd.g_old_rec.fad_due
246: ,p_fad_date_o => ghr_cmp_shd.g_old_rec.fad_date
247: ,p_fad_decision_o => ghr_cmp_shd.g_old_rec.fad_decision
248: --,p_fad_final_action_closure_o => ghr_cmp_shd.g_old_rec.fad_final_action_closure
249: ,p_fad_forwd_to_comrep_o => ghr_cmp_shd.g_old_rec.fad_forwd_to_comrep
250: ,p_fad_recvd_by_comrep_o => ghr_cmp_shd.g_old_rec.fad_recvd_by_comrep
251: ,p_fad_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fad_imp_ltr_forwd_to_org
252: ,p_fad_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_forwd_legal
253: ,p_fad_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_recvd_legal

Line 250: ,p_fad_recvd_by_comrep_o => ghr_cmp_shd.g_old_rec.fad_recvd_by_comrep

246: ,p_fad_date_o => ghr_cmp_shd.g_old_rec.fad_date
247: ,p_fad_decision_o => ghr_cmp_shd.g_old_rec.fad_decision
248: --,p_fad_final_action_closure_o => ghr_cmp_shd.g_old_rec.fad_final_action_closure
249: ,p_fad_forwd_to_comrep_o => ghr_cmp_shd.g_old_rec.fad_forwd_to_comrep
250: ,p_fad_recvd_by_comrep_o => ghr_cmp_shd.g_old_rec.fad_recvd_by_comrep
251: ,p_fad_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fad_imp_ltr_forwd_to_org
252: ,p_fad_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_forwd_legal
253: ,p_fad_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_recvd_legal
254: ,p_fa_source_o => ghr_cmp_shd.g_old_rec.fa_source

Line 251: ,p_fad_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fad_imp_ltr_forwd_to_org

247: ,p_fad_decision_o => ghr_cmp_shd.g_old_rec.fad_decision
248: --,p_fad_final_action_closure_o => ghr_cmp_shd.g_old_rec.fad_final_action_closure
249: ,p_fad_forwd_to_comrep_o => ghr_cmp_shd.g_old_rec.fad_forwd_to_comrep
250: ,p_fad_recvd_by_comrep_o => ghr_cmp_shd.g_old_rec.fad_recvd_by_comrep
251: ,p_fad_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fad_imp_ltr_forwd_to_org
252: ,p_fad_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_forwd_legal
253: ,p_fad_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_recvd_legal
254: ,p_fa_source_o => ghr_cmp_shd.g_old_rec.fa_source
255: ,p_final_action_due_o => ghr_cmp_shd.g_old_rec.final_action_due

Line 252: ,p_fad_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_forwd_legal

248: --,p_fad_final_action_closure_o => ghr_cmp_shd.g_old_rec.fad_final_action_closure
249: ,p_fad_forwd_to_comrep_o => ghr_cmp_shd.g_old_rec.fad_forwd_to_comrep
250: ,p_fad_recvd_by_comrep_o => ghr_cmp_shd.g_old_rec.fad_recvd_by_comrep
251: ,p_fad_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fad_imp_ltr_forwd_to_org
252: ,p_fad_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_forwd_legal
253: ,p_fad_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_recvd_legal
254: ,p_fa_source_o => ghr_cmp_shd.g_old_rec.fa_source
255: ,p_final_action_due_o => ghr_cmp_shd.g_old_rec.final_action_due
256: --,p_final_action_nature_of_clo_o => ghr_cmp_shd.g_old_rec.final_action_nature_of_closure

Line 253: ,p_fad_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_recvd_legal

249: ,p_fad_forwd_to_comrep_o => ghr_cmp_shd.g_old_rec.fad_forwd_to_comrep
250: ,p_fad_recvd_by_comrep_o => ghr_cmp_shd.g_old_rec.fad_recvd_by_comrep
251: ,p_fad_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fad_imp_ltr_forwd_to_org
252: ,p_fad_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_forwd_legal
253: ,p_fad_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_recvd_legal
254: ,p_fa_source_o => ghr_cmp_shd.g_old_rec.fa_source
255: ,p_final_action_due_o => ghr_cmp_shd.g_old_rec.final_action_due
256: --,p_final_action_nature_of_clo_o => ghr_cmp_shd.g_old_rec.final_action_nature_of_closure
257: ,p_final_act_forwd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_forwd_comrep

Line 254: ,p_fa_source_o => ghr_cmp_shd.g_old_rec.fa_source

250: ,p_fad_recvd_by_comrep_o => ghr_cmp_shd.g_old_rec.fad_recvd_by_comrep
251: ,p_fad_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fad_imp_ltr_forwd_to_org
252: ,p_fad_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_forwd_legal
253: ,p_fad_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_recvd_legal
254: ,p_fa_source_o => ghr_cmp_shd.g_old_rec.fa_source
255: ,p_final_action_due_o => ghr_cmp_shd.g_old_rec.final_action_due
256: --,p_final_action_nature_of_clo_o => ghr_cmp_shd.g_old_rec.final_action_nature_of_closure
257: ,p_final_act_forwd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_forwd_comrep
258: ,p_final_act_recvd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_recvd_comrep

Line 255: ,p_final_action_due_o => ghr_cmp_shd.g_old_rec.final_action_due

251: ,p_fad_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fad_imp_ltr_forwd_to_org
252: ,p_fad_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_forwd_legal
253: ,p_fad_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_recvd_legal
254: ,p_fa_source_o => ghr_cmp_shd.g_old_rec.fa_source
255: ,p_final_action_due_o => ghr_cmp_shd.g_old_rec.final_action_due
256: --,p_final_action_nature_of_clo_o => ghr_cmp_shd.g_old_rec.final_action_nature_of_closure
257: ,p_final_act_forwd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_forwd_comrep
258: ,p_final_act_recvd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_recvd_comrep
259: ,p_final_action_decision_date_o => ghr_cmp_shd.g_old_rec.final_action_decision_date

Line 256: --,p_final_action_nature_of_clo_o => ghr_cmp_shd.g_old_rec.final_action_nature_of_closure

252: ,p_fad_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_forwd_legal
253: ,p_fad_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_recvd_legal
254: ,p_fa_source_o => ghr_cmp_shd.g_old_rec.fa_source
255: ,p_final_action_due_o => ghr_cmp_shd.g_old_rec.final_action_due
256: --,p_final_action_nature_of_clo_o => ghr_cmp_shd.g_old_rec.final_action_nature_of_closure
257: ,p_final_act_forwd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_forwd_comrep
258: ,p_final_act_recvd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_recvd_comrep
259: ,p_final_action_decision_date_o => ghr_cmp_shd.g_old_rec.final_action_decision_date
260: ,p_final_action_decision_o => ghr_cmp_shd.g_old_rec.final_action_decision

Line 257: ,p_final_act_forwd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_forwd_comrep

253: ,p_fad_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fad_decision_recvd_legal
254: ,p_fa_source_o => ghr_cmp_shd.g_old_rec.fa_source
255: ,p_final_action_due_o => ghr_cmp_shd.g_old_rec.final_action_due
256: --,p_final_action_nature_of_clo_o => ghr_cmp_shd.g_old_rec.final_action_nature_of_closure
257: ,p_final_act_forwd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_forwd_comrep
258: ,p_final_act_recvd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_recvd_comrep
259: ,p_final_action_decision_date_o => ghr_cmp_shd.g_old_rec.final_action_decision_date
260: ,p_final_action_decision_o => ghr_cmp_shd.g_old_rec.final_action_decision
261: ,p_fa_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fa_imp_ltr_forwd_to_org

Line 258: ,p_final_act_recvd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_recvd_comrep

254: ,p_fa_source_o => ghr_cmp_shd.g_old_rec.fa_source
255: ,p_final_action_due_o => ghr_cmp_shd.g_old_rec.final_action_due
256: --,p_final_action_nature_of_clo_o => ghr_cmp_shd.g_old_rec.final_action_nature_of_closure
257: ,p_final_act_forwd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_forwd_comrep
258: ,p_final_act_recvd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_recvd_comrep
259: ,p_final_action_decision_date_o => ghr_cmp_shd.g_old_rec.final_action_decision_date
260: ,p_final_action_decision_o => ghr_cmp_shd.g_old_rec.final_action_decision
261: ,p_fa_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fa_imp_ltr_forwd_to_org
262: ,p_fa_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_forwd_legal

Line 259: ,p_final_action_decision_date_o => ghr_cmp_shd.g_old_rec.final_action_decision_date

255: ,p_final_action_due_o => ghr_cmp_shd.g_old_rec.final_action_due
256: --,p_final_action_nature_of_clo_o => ghr_cmp_shd.g_old_rec.final_action_nature_of_closure
257: ,p_final_act_forwd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_forwd_comrep
258: ,p_final_act_recvd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_recvd_comrep
259: ,p_final_action_decision_date_o => ghr_cmp_shd.g_old_rec.final_action_decision_date
260: ,p_final_action_decision_o => ghr_cmp_shd.g_old_rec.final_action_decision
261: ,p_fa_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fa_imp_ltr_forwd_to_org
262: ,p_fa_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_forwd_legal
263: ,p_fa_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_recvd_legal

Line 260: ,p_final_action_decision_o => ghr_cmp_shd.g_old_rec.final_action_decision

256: --,p_final_action_nature_of_clo_o => ghr_cmp_shd.g_old_rec.final_action_nature_of_closure
257: ,p_final_act_forwd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_forwd_comrep
258: ,p_final_act_recvd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_recvd_comrep
259: ,p_final_action_decision_date_o => ghr_cmp_shd.g_old_rec.final_action_decision_date
260: ,p_final_action_decision_o => ghr_cmp_shd.g_old_rec.final_action_decision
261: ,p_fa_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fa_imp_ltr_forwd_to_org
262: ,p_fa_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_forwd_legal
263: ,p_fa_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_recvd_legal
264: ,p_civil_action_filed_o => ghr_cmp_shd.g_old_rec.civil_action_filed

Line 261: ,p_fa_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fa_imp_ltr_forwd_to_org

257: ,p_final_act_forwd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_forwd_comrep
258: ,p_final_act_recvd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_recvd_comrep
259: ,p_final_action_decision_date_o => ghr_cmp_shd.g_old_rec.final_action_decision_date
260: ,p_final_action_decision_o => ghr_cmp_shd.g_old_rec.final_action_decision
261: ,p_fa_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fa_imp_ltr_forwd_to_org
262: ,p_fa_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_forwd_legal
263: ,p_fa_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_recvd_legal
264: ,p_civil_action_filed_o => ghr_cmp_shd.g_old_rec.civil_action_filed
265: ,p_agency_closure_confirmed_o => ghr_cmp_shd.g_old_rec.agency_closure_confirmed

Line 262: ,p_fa_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_forwd_legal

258: ,p_final_act_recvd_comrep_o => ghr_cmp_shd.g_old_rec.final_act_recvd_comrep
259: ,p_final_action_decision_date_o => ghr_cmp_shd.g_old_rec.final_action_decision_date
260: ,p_final_action_decision_o => ghr_cmp_shd.g_old_rec.final_action_decision
261: ,p_fa_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fa_imp_ltr_forwd_to_org
262: ,p_fa_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_forwd_legal
263: ,p_fa_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_recvd_legal
264: ,p_civil_action_filed_o => ghr_cmp_shd.g_old_rec.civil_action_filed
265: ,p_agency_closure_confirmed_o => ghr_cmp_shd.g_old_rec.agency_closure_confirmed
266: ,p_consolidated_complaint_id_o => ghr_cmp_shd.g_old_rec.consolidated_complaint_id

Line 263: ,p_fa_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_recvd_legal

259: ,p_final_action_decision_date_o => ghr_cmp_shd.g_old_rec.final_action_decision_date
260: ,p_final_action_decision_o => ghr_cmp_shd.g_old_rec.final_action_decision
261: ,p_fa_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fa_imp_ltr_forwd_to_org
262: ,p_fa_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_forwd_legal
263: ,p_fa_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_recvd_legal
264: ,p_civil_action_filed_o => ghr_cmp_shd.g_old_rec.civil_action_filed
265: ,p_agency_closure_confirmed_o => ghr_cmp_shd.g_old_rec.agency_closure_confirmed
266: ,p_consolidated_complaint_id_o => ghr_cmp_shd.g_old_rec.consolidated_complaint_id
267: ,p_consolidated_o => ghr_cmp_shd.g_old_rec.consolidated

Line 264: ,p_civil_action_filed_o => ghr_cmp_shd.g_old_rec.civil_action_filed

260: ,p_final_action_decision_o => ghr_cmp_shd.g_old_rec.final_action_decision
261: ,p_fa_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fa_imp_ltr_forwd_to_org
262: ,p_fa_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_forwd_legal
263: ,p_fa_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_recvd_legal
264: ,p_civil_action_filed_o => ghr_cmp_shd.g_old_rec.civil_action_filed
265: ,p_agency_closure_confirmed_o => ghr_cmp_shd.g_old_rec.agency_closure_confirmed
266: ,p_consolidated_complaint_id_o => ghr_cmp_shd.g_old_rec.consolidated_complaint_id
267: ,p_consolidated_o => ghr_cmp_shd.g_old_rec.consolidated
268: ,p_stage_of_consolidation_o => ghr_cmp_shd.g_old_rec.stage_of_consolidation

Line 265: ,p_agency_closure_confirmed_o => ghr_cmp_shd.g_old_rec.agency_closure_confirmed

261: ,p_fa_imp_ltr_forwd_to_org_o => ghr_cmp_shd.g_old_rec.fa_imp_ltr_forwd_to_org
262: ,p_fa_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_forwd_legal
263: ,p_fa_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_recvd_legal
264: ,p_civil_action_filed_o => ghr_cmp_shd.g_old_rec.civil_action_filed
265: ,p_agency_closure_confirmed_o => ghr_cmp_shd.g_old_rec.agency_closure_confirmed
266: ,p_consolidated_complaint_id_o => ghr_cmp_shd.g_old_rec.consolidated_complaint_id
267: ,p_consolidated_o => ghr_cmp_shd.g_old_rec.consolidated
268: ,p_stage_of_consolidation_o => ghr_cmp_shd.g_old_rec.stage_of_consolidation
269: ,p_comrep_notif_consolidation_o => ghr_cmp_shd.g_old_rec.comrep_notif_consolidation

Line 266: ,p_consolidated_complaint_id_o => ghr_cmp_shd.g_old_rec.consolidated_complaint_id

262: ,p_fa_decision_forwd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_forwd_legal
263: ,p_fa_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_recvd_legal
264: ,p_civil_action_filed_o => ghr_cmp_shd.g_old_rec.civil_action_filed
265: ,p_agency_closure_confirmed_o => ghr_cmp_shd.g_old_rec.agency_closure_confirmed
266: ,p_consolidated_complaint_id_o => ghr_cmp_shd.g_old_rec.consolidated_complaint_id
267: ,p_consolidated_o => ghr_cmp_shd.g_old_rec.consolidated
268: ,p_stage_of_consolidation_o => ghr_cmp_shd.g_old_rec.stage_of_consolidation
269: ,p_comrep_notif_consolidation_o => ghr_cmp_shd.g_old_rec.comrep_notif_consolidation
270: ,p_consolidation_desc_o => ghr_cmp_shd.g_old_rec.consolidation_desc

Line 267: ,p_consolidated_o => ghr_cmp_shd.g_old_rec.consolidated

263: ,p_fa_decision_recvd_legal_o => ghr_cmp_shd.g_old_rec.fa_decision_recvd_legal
264: ,p_civil_action_filed_o => ghr_cmp_shd.g_old_rec.civil_action_filed
265: ,p_agency_closure_confirmed_o => ghr_cmp_shd.g_old_rec.agency_closure_confirmed
266: ,p_consolidated_complaint_id_o => ghr_cmp_shd.g_old_rec.consolidated_complaint_id
267: ,p_consolidated_o => ghr_cmp_shd.g_old_rec.consolidated
268: ,p_stage_of_consolidation_o => ghr_cmp_shd.g_old_rec.stage_of_consolidation
269: ,p_comrep_notif_consolidation_o => ghr_cmp_shd.g_old_rec.comrep_notif_consolidation
270: ,p_consolidation_desc_o => ghr_cmp_shd.g_old_rec.consolidation_desc
271: ,p_complaint_closed_o => ghr_cmp_shd.g_old_rec.complaint_closed

Line 268: ,p_stage_of_consolidation_o => ghr_cmp_shd.g_old_rec.stage_of_consolidation

264: ,p_civil_action_filed_o => ghr_cmp_shd.g_old_rec.civil_action_filed
265: ,p_agency_closure_confirmed_o => ghr_cmp_shd.g_old_rec.agency_closure_confirmed
266: ,p_consolidated_complaint_id_o => ghr_cmp_shd.g_old_rec.consolidated_complaint_id
267: ,p_consolidated_o => ghr_cmp_shd.g_old_rec.consolidated
268: ,p_stage_of_consolidation_o => ghr_cmp_shd.g_old_rec.stage_of_consolidation
269: ,p_comrep_notif_consolidation_o => ghr_cmp_shd.g_old_rec.comrep_notif_consolidation
270: ,p_consolidation_desc_o => ghr_cmp_shd.g_old_rec.consolidation_desc
271: ,p_complaint_closed_o => ghr_cmp_shd.g_old_rec.complaint_closed
272: ,p_nature_of_closure_o => ghr_cmp_shd.g_old_rec.nature_of_closure

Line 269: ,p_comrep_notif_consolidation_o => ghr_cmp_shd.g_old_rec.comrep_notif_consolidation

265: ,p_agency_closure_confirmed_o => ghr_cmp_shd.g_old_rec.agency_closure_confirmed
266: ,p_consolidated_complaint_id_o => ghr_cmp_shd.g_old_rec.consolidated_complaint_id
267: ,p_consolidated_o => ghr_cmp_shd.g_old_rec.consolidated
268: ,p_stage_of_consolidation_o => ghr_cmp_shd.g_old_rec.stage_of_consolidation
269: ,p_comrep_notif_consolidation_o => ghr_cmp_shd.g_old_rec.comrep_notif_consolidation
270: ,p_consolidation_desc_o => ghr_cmp_shd.g_old_rec.consolidation_desc
271: ,p_complaint_closed_o => ghr_cmp_shd.g_old_rec.complaint_closed
272: ,p_nature_of_closure_o => ghr_cmp_shd.g_old_rec.nature_of_closure
273: ,p_complaint_closed_desc_o => ghr_cmp_shd.g_old_rec.complaint_closed_desc

Line 270: ,p_consolidation_desc_o => ghr_cmp_shd.g_old_rec.consolidation_desc

266: ,p_consolidated_complaint_id_o => ghr_cmp_shd.g_old_rec.consolidated_complaint_id
267: ,p_consolidated_o => ghr_cmp_shd.g_old_rec.consolidated
268: ,p_stage_of_consolidation_o => ghr_cmp_shd.g_old_rec.stage_of_consolidation
269: ,p_comrep_notif_consolidation_o => ghr_cmp_shd.g_old_rec.comrep_notif_consolidation
270: ,p_consolidation_desc_o => ghr_cmp_shd.g_old_rec.consolidation_desc
271: ,p_complaint_closed_o => ghr_cmp_shd.g_old_rec.complaint_closed
272: ,p_nature_of_closure_o => ghr_cmp_shd.g_old_rec.nature_of_closure
273: ,p_complaint_closed_desc_o => ghr_cmp_shd.g_old_rec.complaint_closed_desc
274: ,p_filed_formal_class_o => ghr_cmp_shd.g_old_rec.filed_formal_class

Line 271: ,p_complaint_closed_o => ghr_cmp_shd.g_old_rec.complaint_closed

267: ,p_consolidated_o => ghr_cmp_shd.g_old_rec.consolidated
268: ,p_stage_of_consolidation_o => ghr_cmp_shd.g_old_rec.stage_of_consolidation
269: ,p_comrep_notif_consolidation_o => ghr_cmp_shd.g_old_rec.comrep_notif_consolidation
270: ,p_consolidation_desc_o => ghr_cmp_shd.g_old_rec.consolidation_desc
271: ,p_complaint_closed_o => ghr_cmp_shd.g_old_rec.complaint_closed
272: ,p_nature_of_closure_o => ghr_cmp_shd.g_old_rec.nature_of_closure
273: ,p_complaint_closed_desc_o => ghr_cmp_shd.g_old_rec.complaint_closed_desc
274: ,p_filed_formal_class_o => ghr_cmp_shd.g_old_rec.filed_formal_class
275: ,p_forwd_eeoc_o => ghr_cmp_shd.g_old_rec.forwd_eeoc

Line 272: ,p_nature_of_closure_o => ghr_cmp_shd.g_old_rec.nature_of_closure

268: ,p_stage_of_consolidation_o => ghr_cmp_shd.g_old_rec.stage_of_consolidation
269: ,p_comrep_notif_consolidation_o => ghr_cmp_shd.g_old_rec.comrep_notif_consolidation
270: ,p_consolidation_desc_o => ghr_cmp_shd.g_old_rec.consolidation_desc
271: ,p_complaint_closed_o => ghr_cmp_shd.g_old_rec.complaint_closed
272: ,p_nature_of_closure_o => ghr_cmp_shd.g_old_rec.nature_of_closure
273: ,p_complaint_closed_desc_o => ghr_cmp_shd.g_old_rec.complaint_closed_desc
274: ,p_filed_formal_class_o => ghr_cmp_shd.g_old_rec.filed_formal_class
275: ,p_forwd_eeoc_o => ghr_cmp_shd.g_old_rec.forwd_eeoc
276: ,p_aj_cert_decision_date_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_date

Line 273: ,p_complaint_closed_desc_o => ghr_cmp_shd.g_old_rec.complaint_closed_desc

269: ,p_comrep_notif_consolidation_o => ghr_cmp_shd.g_old_rec.comrep_notif_consolidation
270: ,p_consolidation_desc_o => ghr_cmp_shd.g_old_rec.consolidation_desc
271: ,p_complaint_closed_o => ghr_cmp_shd.g_old_rec.complaint_closed
272: ,p_nature_of_closure_o => ghr_cmp_shd.g_old_rec.nature_of_closure
273: ,p_complaint_closed_desc_o => ghr_cmp_shd.g_old_rec.complaint_closed_desc
274: ,p_filed_formal_class_o => ghr_cmp_shd.g_old_rec.filed_formal_class
275: ,p_forwd_eeoc_o => ghr_cmp_shd.g_old_rec.forwd_eeoc
276: ,p_aj_cert_decision_date_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_date
277: ,p_aj_cert_decision_recvd_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_recvd

Line 274: ,p_filed_formal_class_o => ghr_cmp_shd.g_old_rec.filed_formal_class

270: ,p_consolidation_desc_o => ghr_cmp_shd.g_old_rec.consolidation_desc
271: ,p_complaint_closed_o => ghr_cmp_shd.g_old_rec.complaint_closed
272: ,p_nature_of_closure_o => ghr_cmp_shd.g_old_rec.nature_of_closure
273: ,p_complaint_closed_desc_o => ghr_cmp_shd.g_old_rec.complaint_closed_desc
274: ,p_filed_formal_class_o => ghr_cmp_shd.g_old_rec.filed_formal_class
275: ,p_forwd_eeoc_o => ghr_cmp_shd.g_old_rec.forwd_eeoc
276: ,p_aj_cert_decision_date_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_date
277: ,p_aj_cert_decision_recvd_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_recvd
278: ,p_aj_cert_decision_o => ghr_cmp_shd.g_old_rec.aj_cert_decision

Line 275: ,p_forwd_eeoc_o => ghr_cmp_shd.g_old_rec.forwd_eeoc

271: ,p_complaint_closed_o => ghr_cmp_shd.g_old_rec.complaint_closed
272: ,p_nature_of_closure_o => ghr_cmp_shd.g_old_rec.nature_of_closure
273: ,p_complaint_closed_desc_o => ghr_cmp_shd.g_old_rec.complaint_closed_desc
274: ,p_filed_formal_class_o => ghr_cmp_shd.g_old_rec.filed_formal_class
275: ,p_forwd_eeoc_o => ghr_cmp_shd.g_old_rec.forwd_eeoc
276: ,p_aj_cert_decision_date_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_date
277: ,p_aj_cert_decision_recvd_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_recvd
278: ,p_aj_cert_decision_o => ghr_cmp_shd.g_old_rec.aj_cert_decision
279: ,p_class_members_notified_o => ghr_cmp_shd.g_old_rec.class_members_notified

Line 276: ,p_aj_cert_decision_date_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_date

272: ,p_nature_of_closure_o => ghr_cmp_shd.g_old_rec.nature_of_closure
273: ,p_complaint_closed_desc_o => ghr_cmp_shd.g_old_rec.complaint_closed_desc
274: ,p_filed_formal_class_o => ghr_cmp_shd.g_old_rec.filed_formal_class
275: ,p_forwd_eeoc_o => ghr_cmp_shd.g_old_rec.forwd_eeoc
276: ,p_aj_cert_decision_date_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_date
277: ,p_aj_cert_decision_recvd_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_recvd
278: ,p_aj_cert_decision_o => ghr_cmp_shd.g_old_rec.aj_cert_decision
279: ,p_class_members_notified_o => ghr_cmp_shd.g_old_rec.class_members_notified
280: ,p_number_of_complaintants_o => ghr_cmp_shd.g_old_rec.number_of_complaintants

Line 277: ,p_aj_cert_decision_recvd_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_recvd

273: ,p_complaint_closed_desc_o => ghr_cmp_shd.g_old_rec.complaint_closed_desc
274: ,p_filed_formal_class_o => ghr_cmp_shd.g_old_rec.filed_formal_class
275: ,p_forwd_eeoc_o => ghr_cmp_shd.g_old_rec.forwd_eeoc
276: ,p_aj_cert_decision_date_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_date
277: ,p_aj_cert_decision_recvd_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_recvd
278: ,p_aj_cert_decision_o => ghr_cmp_shd.g_old_rec.aj_cert_decision
279: ,p_class_members_notified_o => ghr_cmp_shd.g_old_rec.class_members_notified
280: ,p_number_of_complaintants_o => ghr_cmp_shd.g_old_rec.number_of_complaintants
281: ,p_class_hearing_o => ghr_cmp_shd.g_old_rec.class_hearing

Line 278: ,p_aj_cert_decision_o => ghr_cmp_shd.g_old_rec.aj_cert_decision

274: ,p_filed_formal_class_o => ghr_cmp_shd.g_old_rec.filed_formal_class
275: ,p_forwd_eeoc_o => ghr_cmp_shd.g_old_rec.forwd_eeoc
276: ,p_aj_cert_decision_date_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_date
277: ,p_aj_cert_decision_recvd_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_recvd
278: ,p_aj_cert_decision_o => ghr_cmp_shd.g_old_rec.aj_cert_decision
279: ,p_class_members_notified_o => ghr_cmp_shd.g_old_rec.class_members_notified
280: ,p_number_of_complaintants_o => ghr_cmp_shd.g_old_rec.number_of_complaintants
281: ,p_class_hearing_o => ghr_cmp_shd.g_old_rec.class_hearing
282: ,p_aj_dec_o => ghr_cmp_shd.g_old_rec.aj_dec

Line 279: ,p_class_members_notified_o => ghr_cmp_shd.g_old_rec.class_members_notified

275: ,p_forwd_eeoc_o => ghr_cmp_shd.g_old_rec.forwd_eeoc
276: ,p_aj_cert_decision_date_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_date
277: ,p_aj_cert_decision_recvd_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_recvd
278: ,p_aj_cert_decision_o => ghr_cmp_shd.g_old_rec.aj_cert_decision
279: ,p_class_members_notified_o => ghr_cmp_shd.g_old_rec.class_members_notified
280: ,p_number_of_complaintants_o => ghr_cmp_shd.g_old_rec.number_of_complaintants
281: ,p_class_hearing_o => ghr_cmp_shd.g_old_rec.class_hearing
282: ,p_aj_dec_o => ghr_cmp_shd.g_old_rec.aj_dec
283: ,p_agency_recvd_aj_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_dec

Line 280: ,p_number_of_complaintants_o => ghr_cmp_shd.g_old_rec.number_of_complaintants

276: ,p_aj_cert_decision_date_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_date
277: ,p_aj_cert_decision_recvd_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_recvd
278: ,p_aj_cert_decision_o => ghr_cmp_shd.g_old_rec.aj_cert_decision
279: ,p_class_members_notified_o => ghr_cmp_shd.g_old_rec.class_members_notified
280: ,p_number_of_complaintants_o => ghr_cmp_shd.g_old_rec.number_of_complaintants
281: ,p_class_hearing_o => ghr_cmp_shd.g_old_rec.class_hearing
282: ,p_aj_dec_o => ghr_cmp_shd.g_old_rec.aj_dec
283: ,p_agency_recvd_aj_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_dec
284: ,p_aj_decision_o => ghr_cmp_shd.g_old_rec.aj_decision

Line 281: ,p_class_hearing_o => ghr_cmp_shd.g_old_rec.class_hearing

277: ,p_aj_cert_decision_recvd_o => ghr_cmp_shd.g_old_rec.aj_cert_decision_recvd
278: ,p_aj_cert_decision_o => ghr_cmp_shd.g_old_rec.aj_cert_decision
279: ,p_class_members_notified_o => ghr_cmp_shd.g_old_rec.class_members_notified
280: ,p_number_of_complaintants_o => ghr_cmp_shd.g_old_rec.number_of_complaintants
281: ,p_class_hearing_o => ghr_cmp_shd.g_old_rec.class_hearing
282: ,p_aj_dec_o => ghr_cmp_shd.g_old_rec.aj_dec
283: ,p_agency_recvd_aj_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_dec
284: ,p_aj_decision_o => ghr_cmp_shd.g_old_rec.aj_decision
285: ,p_object_version_number_o => ghr_cmp_shd.g_old_rec.object_version_number

Line 282: ,p_aj_dec_o => ghr_cmp_shd.g_old_rec.aj_dec

278: ,p_aj_cert_decision_o => ghr_cmp_shd.g_old_rec.aj_cert_decision
279: ,p_class_members_notified_o => ghr_cmp_shd.g_old_rec.class_members_notified
280: ,p_number_of_complaintants_o => ghr_cmp_shd.g_old_rec.number_of_complaintants
281: ,p_class_hearing_o => ghr_cmp_shd.g_old_rec.class_hearing
282: ,p_aj_dec_o => ghr_cmp_shd.g_old_rec.aj_dec
283: ,p_agency_recvd_aj_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_dec
284: ,p_aj_decision_o => ghr_cmp_shd.g_old_rec.aj_decision
285: ,p_object_version_number_o => ghr_cmp_shd.g_old_rec.object_version_number
286: ,p_agency_brief_eeoc_o => ghr_cmp_shd.g_old_rec.agency_brief_eeoc

Line 283: ,p_agency_recvd_aj_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_dec

279: ,p_class_members_notified_o => ghr_cmp_shd.g_old_rec.class_members_notified
280: ,p_number_of_complaintants_o => ghr_cmp_shd.g_old_rec.number_of_complaintants
281: ,p_class_hearing_o => ghr_cmp_shd.g_old_rec.class_hearing
282: ,p_aj_dec_o => ghr_cmp_shd.g_old_rec.aj_dec
283: ,p_agency_recvd_aj_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_dec
284: ,p_aj_decision_o => ghr_cmp_shd.g_old_rec.aj_decision
285: ,p_object_version_number_o => ghr_cmp_shd.g_old_rec.object_version_number
286: ,p_agency_brief_eeoc_o => ghr_cmp_shd.g_old_rec.agency_brief_eeoc
287: ,p_agency_notif_of_civil_acti_o => ghr_cmp_shd.g_old_rec.agency_notif_of_civil_action

Line 284: ,p_aj_decision_o => ghr_cmp_shd.g_old_rec.aj_decision

280: ,p_number_of_complaintants_o => ghr_cmp_shd.g_old_rec.number_of_complaintants
281: ,p_class_hearing_o => ghr_cmp_shd.g_old_rec.class_hearing
282: ,p_aj_dec_o => ghr_cmp_shd.g_old_rec.aj_dec
283: ,p_agency_recvd_aj_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_dec
284: ,p_aj_decision_o => ghr_cmp_shd.g_old_rec.aj_decision
285: ,p_object_version_number_o => ghr_cmp_shd.g_old_rec.object_version_number
286: ,p_agency_brief_eeoc_o => ghr_cmp_shd.g_old_rec.agency_brief_eeoc
287: ,p_agency_notif_of_civil_acti_o => ghr_cmp_shd.g_old_rec.agency_notif_of_civil_action
288: ,p_fad_source_o => ghr_cmp_shd.g_old_rec.fad_source

Line 285: ,p_object_version_number_o => ghr_cmp_shd.g_old_rec.object_version_number

281: ,p_class_hearing_o => ghr_cmp_shd.g_old_rec.class_hearing
282: ,p_aj_dec_o => ghr_cmp_shd.g_old_rec.aj_dec
283: ,p_agency_recvd_aj_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_dec
284: ,p_aj_decision_o => ghr_cmp_shd.g_old_rec.aj_decision
285: ,p_object_version_number_o => ghr_cmp_shd.g_old_rec.object_version_number
286: ,p_agency_brief_eeoc_o => ghr_cmp_shd.g_old_rec.agency_brief_eeoc
287: ,p_agency_notif_of_civil_acti_o => ghr_cmp_shd.g_old_rec.agency_notif_of_civil_action
288: ,p_fad_source_o => ghr_cmp_shd.g_old_rec.fad_source
289: ,p_agency_files_forwarded_eeo_o => ghr_cmp_shd.g_old_rec.agency_files_forwarded_eeoc

Line 286: ,p_agency_brief_eeoc_o => ghr_cmp_shd.g_old_rec.agency_brief_eeoc

282: ,p_aj_dec_o => ghr_cmp_shd.g_old_rec.aj_dec
283: ,p_agency_recvd_aj_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_dec
284: ,p_aj_decision_o => ghr_cmp_shd.g_old_rec.aj_decision
285: ,p_object_version_number_o => ghr_cmp_shd.g_old_rec.object_version_number
286: ,p_agency_brief_eeoc_o => ghr_cmp_shd.g_old_rec.agency_brief_eeoc
287: ,p_agency_notif_of_civil_acti_o => ghr_cmp_shd.g_old_rec.agency_notif_of_civil_action
288: ,p_fad_source_o => ghr_cmp_shd.g_old_rec.fad_source
289: ,p_agency_files_forwarded_eeo_o => ghr_cmp_shd.g_old_rec.agency_files_forwarded_eeoc
290: ,p_hearing_req_o => ghr_cmp_shd.g_old_rec.hearing_req

Line 287: ,p_agency_notif_of_civil_acti_o => ghr_cmp_shd.g_old_rec.agency_notif_of_civil_action

283: ,p_agency_recvd_aj_dec_o => ghr_cmp_shd.g_old_rec.agency_recvd_aj_dec
284: ,p_aj_decision_o => ghr_cmp_shd.g_old_rec.aj_decision
285: ,p_object_version_number_o => ghr_cmp_shd.g_old_rec.object_version_number
286: ,p_agency_brief_eeoc_o => ghr_cmp_shd.g_old_rec.agency_brief_eeoc
287: ,p_agency_notif_of_civil_acti_o => ghr_cmp_shd.g_old_rec.agency_notif_of_civil_action
288: ,p_fad_source_o => ghr_cmp_shd.g_old_rec.fad_source
289: ,p_agency_files_forwarded_eeo_o => ghr_cmp_shd.g_old_rec.agency_files_forwarded_eeoc
290: ,p_hearing_req_o => ghr_cmp_shd.g_old_rec.hearing_req
291: ,p_agency_code_o => ghr_cmp_shd.g_old_rec.agency_code

Line 288: ,p_fad_source_o => ghr_cmp_shd.g_old_rec.fad_source

284: ,p_aj_decision_o => ghr_cmp_shd.g_old_rec.aj_decision
285: ,p_object_version_number_o => ghr_cmp_shd.g_old_rec.object_version_number
286: ,p_agency_brief_eeoc_o => ghr_cmp_shd.g_old_rec.agency_brief_eeoc
287: ,p_agency_notif_of_civil_acti_o => ghr_cmp_shd.g_old_rec.agency_notif_of_civil_action
288: ,p_fad_source_o => ghr_cmp_shd.g_old_rec.fad_source
289: ,p_agency_files_forwarded_eeo_o => ghr_cmp_shd.g_old_rec.agency_files_forwarded_eeoc
290: ,p_hearing_req_o => ghr_cmp_shd.g_old_rec.hearing_req
291: ,p_agency_code_o => ghr_cmp_shd.g_old_rec.agency_code
292: ,p_audited_by_o => ghr_cmp_shd.g_old_rec.audited_by

Line 289: ,p_agency_files_forwarded_eeo_o => ghr_cmp_shd.g_old_rec.agency_files_forwarded_eeoc

285: ,p_object_version_number_o => ghr_cmp_shd.g_old_rec.object_version_number
286: ,p_agency_brief_eeoc_o => ghr_cmp_shd.g_old_rec.agency_brief_eeoc
287: ,p_agency_notif_of_civil_acti_o => ghr_cmp_shd.g_old_rec.agency_notif_of_civil_action
288: ,p_fad_source_o => ghr_cmp_shd.g_old_rec.fad_source
289: ,p_agency_files_forwarded_eeo_o => ghr_cmp_shd.g_old_rec.agency_files_forwarded_eeoc
290: ,p_hearing_req_o => ghr_cmp_shd.g_old_rec.hearing_req
291: ,p_agency_code_o => ghr_cmp_shd.g_old_rec.agency_code
292: ,p_audited_by_o => ghr_cmp_shd.g_old_rec.audited_by
293: ,p_record_received_o => ghr_cmp_shd.g_old_rec.record_received

Line 290: ,p_hearing_req_o => ghr_cmp_shd.g_old_rec.hearing_req

286: ,p_agency_brief_eeoc_o => ghr_cmp_shd.g_old_rec.agency_brief_eeoc
287: ,p_agency_notif_of_civil_acti_o => ghr_cmp_shd.g_old_rec.agency_notif_of_civil_action
288: ,p_fad_source_o => ghr_cmp_shd.g_old_rec.fad_source
289: ,p_agency_files_forwarded_eeo_o => ghr_cmp_shd.g_old_rec.agency_files_forwarded_eeoc
290: ,p_hearing_req_o => ghr_cmp_shd.g_old_rec.hearing_req
291: ,p_agency_code_o => ghr_cmp_shd.g_old_rec.agency_code
292: ,p_audited_by_o => ghr_cmp_shd.g_old_rec.audited_by
293: ,p_record_received_o => ghr_cmp_shd.g_old_rec.record_received
294: ,p_attribute_category_o => ghr_cmp_shd.g_old_rec.attribute_category

Line 291: ,p_agency_code_o => ghr_cmp_shd.g_old_rec.agency_code

287: ,p_agency_notif_of_civil_acti_o => ghr_cmp_shd.g_old_rec.agency_notif_of_civil_action
288: ,p_fad_source_o => ghr_cmp_shd.g_old_rec.fad_source
289: ,p_agency_files_forwarded_eeo_o => ghr_cmp_shd.g_old_rec.agency_files_forwarded_eeoc
290: ,p_hearing_req_o => ghr_cmp_shd.g_old_rec.hearing_req
291: ,p_agency_code_o => ghr_cmp_shd.g_old_rec.agency_code
292: ,p_audited_by_o => ghr_cmp_shd.g_old_rec.audited_by
293: ,p_record_received_o => ghr_cmp_shd.g_old_rec.record_received
294: ,p_attribute_category_o => ghr_cmp_shd.g_old_rec.attribute_category
295: ,p_attribute1_o => ghr_cmp_shd.g_old_rec.attribute1

Line 292: ,p_audited_by_o => ghr_cmp_shd.g_old_rec.audited_by

288: ,p_fad_source_o => ghr_cmp_shd.g_old_rec.fad_source
289: ,p_agency_files_forwarded_eeo_o => ghr_cmp_shd.g_old_rec.agency_files_forwarded_eeoc
290: ,p_hearing_req_o => ghr_cmp_shd.g_old_rec.hearing_req
291: ,p_agency_code_o => ghr_cmp_shd.g_old_rec.agency_code
292: ,p_audited_by_o => ghr_cmp_shd.g_old_rec.audited_by
293: ,p_record_received_o => ghr_cmp_shd.g_old_rec.record_received
294: ,p_attribute_category_o => ghr_cmp_shd.g_old_rec.attribute_category
295: ,p_attribute1_o => ghr_cmp_shd.g_old_rec.attribute1
296: ,p_attribute2_o => ghr_cmp_shd.g_old_rec.attribute2

Line 293: ,p_record_received_o => ghr_cmp_shd.g_old_rec.record_received

289: ,p_agency_files_forwarded_eeo_o => ghr_cmp_shd.g_old_rec.agency_files_forwarded_eeoc
290: ,p_hearing_req_o => ghr_cmp_shd.g_old_rec.hearing_req
291: ,p_agency_code_o => ghr_cmp_shd.g_old_rec.agency_code
292: ,p_audited_by_o => ghr_cmp_shd.g_old_rec.audited_by
293: ,p_record_received_o => ghr_cmp_shd.g_old_rec.record_received
294: ,p_attribute_category_o => ghr_cmp_shd.g_old_rec.attribute_category
295: ,p_attribute1_o => ghr_cmp_shd.g_old_rec.attribute1
296: ,p_attribute2_o => ghr_cmp_shd.g_old_rec.attribute2
297: ,p_attribute3_o => ghr_cmp_shd.g_old_rec.attribute3

Line 294: ,p_attribute_category_o => ghr_cmp_shd.g_old_rec.attribute_category

290: ,p_hearing_req_o => ghr_cmp_shd.g_old_rec.hearing_req
291: ,p_agency_code_o => ghr_cmp_shd.g_old_rec.agency_code
292: ,p_audited_by_o => ghr_cmp_shd.g_old_rec.audited_by
293: ,p_record_received_o => ghr_cmp_shd.g_old_rec.record_received
294: ,p_attribute_category_o => ghr_cmp_shd.g_old_rec.attribute_category
295: ,p_attribute1_o => ghr_cmp_shd.g_old_rec.attribute1
296: ,p_attribute2_o => ghr_cmp_shd.g_old_rec.attribute2
297: ,p_attribute3_o => ghr_cmp_shd.g_old_rec.attribute3
298: ,p_attribute4_o => ghr_cmp_shd.g_old_rec.attribute4

Line 295: ,p_attribute1_o => ghr_cmp_shd.g_old_rec.attribute1

291: ,p_agency_code_o => ghr_cmp_shd.g_old_rec.agency_code
292: ,p_audited_by_o => ghr_cmp_shd.g_old_rec.audited_by
293: ,p_record_received_o => ghr_cmp_shd.g_old_rec.record_received
294: ,p_attribute_category_o => ghr_cmp_shd.g_old_rec.attribute_category
295: ,p_attribute1_o => ghr_cmp_shd.g_old_rec.attribute1
296: ,p_attribute2_o => ghr_cmp_shd.g_old_rec.attribute2
297: ,p_attribute3_o => ghr_cmp_shd.g_old_rec.attribute3
298: ,p_attribute4_o => ghr_cmp_shd.g_old_rec.attribute4
299: ,p_attribute5_o => ghr_cmp_shd.g_old_rec.attribute5

Line 296: ,p_attribute2_o => ghr_cmp_shd.g_old_rec.attribute2

292: ,p_audited_by_o => ghr_cmp_shd.g_old_rec.audited_by
293: ,p_record_received_o => ghr_cmp_shd.g_old_rec.record_received
294: ,p_attribute_category_o => ghr_cmp_shd.g_old_rec.attribute_category
295: ,p_attribute1_o => ghr_cmp_shd.g_old_rec.attribute1
296: ,p_attribute2_o => ghr_cmp_shd.g_old_rec.attribute2
297: ,p_attribute3_o => ghr_cmp_shd.g_old_rec.attribute3
298: ,p_attribute4_o => ghr_cmp_shd.g_old_rec.attribute4
299: ,p_attribute5_o => ghr_cmp_shd.g_old_rec.attribute5
300: ,p_attribute6_o => ghr_cmp_shd.g_old_rec.attribute6

Line 297: ,p_attribute3_o => ghr_cmp_shd.g_old_rec.attribute3

293: ,p_record_received_o => ghr_cmp_shd.g_old_rec.record_received
294: ,p_attribute_category_o => ghr_cmp_shd.g_old_rec.attribute_category
295: ,p_attribute1_o => ghr_cmp_shd.g_old_rec.attribute1
296: ,p_attribute2_o => ghr_cmp_shd.g_old_rec.attribute2
297: ,p_attribute3_o => ghr_cmp_shd.g_old_rec.attribute3
298: ,p_attribute4_o => ghr_cmp_shd.g_old_rec.attribute4
299: ,p_attribute5_o => ghr_cmp_shd.g_old_rec.attribute5
300: ,p_attribute6_o => ghr_cmp_shd.g_old_rec.attribute6
301: ,p_attribute7_o => ghr_cmp_shd.g_old_rec.attribute7

Line 298: ,p_attribute4_o => ghr_cmp_shd.g_old_rec.attribute4

294: ,p_attribute_category_o => ghr_cmp_shd.g_old_rec.attribute_category
295: ,p_attribute1_o => ghr_cmp_shd.g_old_rec.attribute1
296: ,p_attribute2_o => ghr_cmp_shd.g_old_rec.attribute2
297: ,p_attribute3_o => ghr_cmp_shd.g_old_rec.attribute3
298: ,p_attribute4_o => ghr_cmp_shd.g_old_rec.attribute4
299: ,p_attribute5_o => ghr_cmp_shd.g_old_rec.attribute5
300: ,p_attribute6_o => ghr_cmp_shd.g_old_rec.attribute6
301: ,p_attribute7_o => ghr_cmp_shd.g_old_rec.attribute7
302: ,p_attribute8_o => ghr_cmp_shd.g_old_rec.attribute8

Line 299: ,p_attribute5_o => ghr_cmp_shd.g_old_rec.attribute5

295: ,p_attribute1_o => ghr_cmp_shd.g_old_rec.attribute1
296: ,p_attribute2_o => ghr_cmp_shd.g_old_rec.attribute2
297: ,p_attribute3_o => ghr_cmp_shd.g_old_rec.attribute3
298: ,p_attribute4_o => ghr_cmp_shd.g_old_rec.attribute4
299: ,p_attribute5_o => ghr_cmp_shd.g_old_rec.attribute5
300: ,p_attribute6_o => ghr_cmp_shd.g_old_rec.attribute6
301: ,p_attribute7_o => ghr_cmp_shd.g_old_rec.attribute7
302: ,p_attribute8_o => ghr_cmp_shd.g_old_rec.attribute8
303: ,p_attribute9_o => ghr_cmp_shd.g_old_rec.attribute9

Line 300: ,p_attribute6_o => ghr_cmp_shd.g_old_rec.attribute6

296: ,p_attribute2_o => ghr_cmp_shd.g_old_rec.attribute2
297: ,p_attribute3_o => ghr_cmp_shd.g_old_rec.attribute3
298: ,p_attribute4_o => ghr_cmp_shd.g_old_rec.attribute4
299: ,p_attribute5_o => ghr_cmp_shd.g_old_rec.attribute5
300: ,p_attribute6_o => ghr_cmp_shd.g_old_rec.attribute6
301: ,p_attribute7_o => ghr_cmp_shd.g_old_rec.attribute7
302: ,p_attribute8_o => ghr_cmp_shd.g_old_rec.attribute8
303: ,p_attribute9_o => ghr_cmp_shd.g_old_rec.attribute9
304: ,p_attribute10_o => ghr_cmp_shd.g_old_rec.attribute10

Line 301: ,p_attribute7_o => ghr_cmp_shd.g_old_rec.attribute7

297: ,p_attribute3_o => ghr_cmp_shd.g_old_rec.attribute3
298: ,p_attribute4_o => ghr_cmp_shd.g_old_rec.attribute4
299: ,p_attribute5_o => ghr_cmp_shd.g_old_rec.attribute5
300: ,p_attribute6_o => ghr_cmp_shd.g_old_rec.attribute6
301: ,p_attribute7_o => ghr_cmp_shd.g_old_rec.attribute7
302: ,p_attribute8_o => ghr_cmp_shd.g_old_rec.attribute8
303: ,p_attribute9_o => ghr_cmp_shd.g_old_rec.attribute9
304: ,p_attribute10_o => ghr_cmp_shd.g_old_rec.attribute10
305: ,p_attribute11_o => ghr_cmp_shd.g_old_rec.attribute11

Line 302: ,p_attribute8_o => ghr_cmp_shd.g_old_rec.attribute8

298: ,p_attribute4_o => ghr_cmp_shd.g_old_rec.attribute4
299: ,p_attribute5_o => ghr_cmp_shd.g_old_rec.attribute5
300: ,p_attribute6_o => ghr_cmp_shd.g_old_rec.attribute6
301: ,p_attribute7_o => ghr_cmp_shd.g_old_rec.attribute7
302: ,p_attribute8_o => ghr_cmp_shd.g_old_rec.attribute8
303: ,p_attribute9_o => ghr_cmp_shd.g_old_rec.attribute9
304: ,p_attribute10_o => ghr_cmp_shd.g_old_rec.attribute10
305: ,p_attribute11_o => ghr_cmp_shd.g_old_rec.attribute11
306: ,p_attribute12_o => ghr_cmp_shd.g_old_rec.attribute12

Line 303: ,p_attribute9_o => ghr_cmp_shd.g_old_rec.attribute9

299: ,p_attribute5_o => ghr_cmp_shd.g_old_rec.attribute5
300: ,p_attribute6_o => ghr_cmp_shd.g_old_rec.attribute6
301: ,p_attribute7_o => ghr_cmp_shd.g_old_rec.attribute7
302: ,p_attribute8_o => ghr_cmp_shd.g_old_rec.attribute8
303: ,p_attribute9_o => ghr_cmp_shd.g_old_rec.attribute9
304: ,p_attribute10_o => ghr_cmp_shd.g_old_rec.attribute10
305: ,p_attribute11_o => ghr_cmp_shd.g_old_rec.attribute11
306: ,p_attribute12_o => ghr_cmp_shd.g_old_rec.attribute12
307: ,p_attribute13_o => ghr_cmp_shd.g_old_rec.attribute13

Line 304: ,p_attribute10_o => ghr_cmp_shd.g_old_rec.attribute10

300: ,p_attribute6_o => ghr_cmp_shd.g_old_rec.attribute6
301: ,p_attribute7_o => ghr_cmp_shd.g_old_rec.attribute7
302: ,p_attribute8_o => ghr_cmp_shd.g_old_rec.attribute8
303: ,p_attribute9_o => ghr_cmp_shd.g_old_rec.attribute9
304: ,p_attribute10_o => ghr_cmp_shd.g_old_rec.attribute10
305: ,p_attribute11_o => ghr_cmp_shd.g_old_rec.attribute11
306: ,p_attribute12_o => ghr_cmp_shd.g_old_rec.attribute12
307: ,p_attribute13_o => ghr_cmp_shd.g_old_rec.attribute13
308: ,p_attribute14_o => ghr_cmp_shd.g_old_rec.attribute14

Line 305: ,p_attribute11_o => ghr_cmp_shd.g_old_rec.attribute11

301: ,p_attribute7_o => ghr_cmp_shd.g_old_rec.attribute7
302: ,p_attribute8_o => ghr_cmp_shd.g_old_rec.attribute8
303: ,p_attribute9_o => ghr_cmp_shd.g_old_rec.attribute9
304: ,p_attribute10_o => ghr_cmp_shd.g_old_rec.attribute10
305: ,p_attribute11_o => ghr_cmp_shd.g_old_rec.attribute11
306: ,p_attribute12_o => ghr_cmp_shd.g_old_rec.attribute12
307: ,p_attribute13_o => ghr_cmp_shd.g_old_rec.attribute13
308: ,p_attribute14_o => ghr_cmp_shd.g_old_rec.attribute14
309: ,p_attribute15_o => ghr_cmp_shd.g_old_rec.attribute15

Line 306: ,p_attribute12_o => ghr_cmp_shd.g_old_rec.attribute12

302: ,p_attribute8_o => ghr_cmp_shd.g_old_rec.attribute8
303: ,p_attribute9_o => ghr_cmp_shd.g_old_rec.attribute9
304: ,p_attribute10_o => ghr_cmp_shd.g_old_rec.attribute10
305: ,p_attribute11_o => ghr_cmp_shd.g_old_rec.attribute11
306: ,p_attribute12_o => ghr_cmp_shd.g_old_rec.attribute12
307: ,p_attribute13_o => ghr_cmp_shd.g_old_rec.attribute13
308: ,p_attribute14_o => ghr_cmp_shd.g_old_rec.attribute14
309: ,p_attribute15_o => ghr_cmp_shd.g_old_rec.attribute15
310: ,p_attribute16_o => ghr_cmp_shd.g_old_rec.attribute16

Line 307: ,p_attribute13_o => ghr_cmp_shd.g_old_rec.attribute13

303: ,p_attribute9_o => ghr_cmp_shd.g_old_rec.attribute9
304: ,p_attribute10_o => ghr_cmp_shd.g_old_rec.attribute10
305: ,p_attribute11_o => ghr_cmp_shd.g_old_rec.attribute11
306: ,p_attribute12_o => ghr_cmp_shd.g_old_rec.attribute12
307: ,p_attribute13_o => ghr_cmp_shd.g_old_rec.attribute13
308: ,p_attribute14_o => ghr_cmp_shd.g_old_rec.attribute14
309: ,p_attribute15_o => ghr_cmp_shd.g_old_rec.attribute15
310: ,p_attribute16_o => ghr_cmp_shd.g_old_rec.attribute16
311: ,p_attribute17_o => ghr_cmp_shd.g_old_rec.attribute17

Line 308: ,p_attribute14_o => ghr_cmp_shd.g_old_rec.attribute14

304: ,p_attribute10_o => ghr_cmp_shd.g_old_rec.attribute10
305: ,p_attribute11_o => ghr_cmp_shd.g_old_rec.attribute11
306: ,p_attribute12_o => ghr_cmp_shd.g_old_rec.attribute12
307: ,p_attribute13_o => ghr_cmp_shd.g_old_rec.attribute13
308: ,p_attribute14_o => ghr_cmp_shd.g_old_rec.attribute14
309: ,p_attribute15_o => ghr_cmp_shd.g_old_rec.attribute15
310: ,p_attribute16_o => ghr_cmp_shd.g_old_rec.attribute16
311: ,p_attribute17_o => ghr_cmp_shd.g_old_rec.attribute17
312: ,p_attribute18_o => ghr_cmp_shd.g_old_rec.attribute18

Line 309: ,p_attribute15_o => ghr_cmp_shd.g_old_rec.attribute15

305: ,p_attribute11_o => ghr_cmp_shd.g_old_rec.attribute11
306: ,p_attribute12_o => ghr_cmp_shd.g_old_rec.attribute12
307: ,p_attribute13_o => ghr_cmp_shd.g_old_rec.attribute13
308: ,p_attribute14_o => ghr_cmp_shd.g_old_rec.attribute14
309: ,p_attribute15_o => ghr_cmp_shd.g_old_rec.attribute15
310: ,p_attribute16_o => ghr_cmp_shd.g_old_rec.attribute16
311: ,p_attribute17_o => ghr_cmp_shd.g_old_rec.attribute17
312: ,p_attribute18_o => ghr_cmp_shd.g_old_rec.attribute18
313: ,p_attribute19_o => ghr_cmp_shd.g_old_rec.attribute19

Line 310: ,p_attribute16_o => ghr_cmp_shd.g_old_rec.attribute16

306: ,p_attribute12_o => ghr_cmp_shd.g_old_rec.attribute12
307: ,p_attribute13_o => ghr_cmp_shd.g_old_rec.attribute13
308: ,p_attribute14_o => ghr_cmp_shd.g_old_rec.attribute14
309: ,p_attribute15_o => ghr_cmp_shd.g_old_rec.attribute15
310: ,p_attribute16_o => ghr_cmp_shd.g_old_rec.attribute16
311: ,p_attribute17_o => ghr_cmp_shd.g_old_rec.attribute17
312: ,p_attribute18_o => ghr_cmp_shd.g_old_rec.attribute18
313: ,p_attribute19_o => ghr_cmp_shd.g_old_rec.attribute19
314: ,p_attribute20_o => ghr_cmp_shd.g_old_rec.attribute20

Line 311: ,p_attribute17_o => ghr_cmp_shd.g_old_rec.attribute17

307: ,p_attribute13_o => ghr_cmp_shd.g_old_rec.attribute13
308: ,p_attribute14_o => ghr_cmp_shd.g_old_rec.attribute14
309: ,p_attribute15_o => ghr_cmp_shd.g_old_rec.attribute15
310: ,p_attribute16_o => ghr_cmp_shd.g_old_rec.attribute16
311: ,p_attribute17_o => ghr_cmp_shd.g_old_rec.attribute17
312: ,p_attribute18_o => ghr_cmp_shd.g_old_rec.attribute18
313: ,p_attribute19_o => ghr_cmp_shd.g_old_rec.attribute19
314: ,p_attribute20_o => ghr_cmp_shd.g_old_rec.attribute20
315: ,p_attribute21_o => ghr_cmp_shd.g_old_rec.attribute21

Line 312: ,p_attribute18_o => ghr_cmp_shd.g_old_rec.attribute18

308: ,p_attribute14_o => ghr_cmp_shd.g_old_rec.attribute14
309: ,p_attribute15_o => ghr_cmp_shd.g_old_rec.attribute15
310: ,p_attribute16_o => ghr_cmp_shd.g_old_rec.attribute16
311: ,p_attribute17_o => ghr_cmp_shd.g_old_rec.attribute17
312: ,p_attribute18_o => ghr_cmp_shd.g_old_rec.attribute18
313: ,p_attribute19_o => ghr_cmp_shd.g_old_rec.attribute19
314: ,p_attribute20_o => ghr_cmp_shd.g_old_rec.attribute20
315: ,p_attribute21_o => ghr_cmp_shd.g_old_rec.attribute21
316: ,p_attribute22_o => ghr_cmp_shd.g_old_rec.attribute22

Line 313: ,p_attribute19_o => ghr_cmp_shd.g_old_rec.attribute19

309: ,p_attribute15_o => ghr_cmp_shd.g_old_rec.attribute15
310: ,p_attribute16_o => ghr_cmp_shd.g_old_rec.attribute16
311: ,p_attribute17_o => ghr_cmp_shd.g_old_rec.attribute17
312: ,p_attribute18_o => ghr_cmp_shd.g_old_rec.attribute18
313: ,p_attribute19_o => ghr_cmp_shd.g_old_rec.attribute19
314: ,p_attribute20_o => ghr_cmp_shd.g_old_rec.attribute20
315: ,p_attribute21_o => ghr_cmp_shd.g_old_rec.attribute21
316: ,p_attribute22_o => ghr_cmp_shd.g_old_rec.attribute22
317: ,p_attribute23_o => ghr_cmp_shd.g_old_rec.attribute23

Line 314: ,p_attribute20_o => ghr_cmp_shd.g_old_rec.attribute20

310: ,p_attribute16_o => ghr_cmp_shd.g_old_rec.attribute16
311: ,p_attribute17_o => ghr_cmp_shd.g_old_rec.attribute17
312: ,p_attribute18_o => ghr_cmp_shd.g_old_rec.attribute18
313: ,p_attribute19_o => ghr_cmp_shd.g_old_rec.attribute19
314: ,p_attribute20_o => ghr_cmp_shd.g_old_rec.attribute20
315: ,p_attribute21_o => ghr_cmp_shd.g_old_rec.attribute21
316: ,p_attribute22_o => ghr_cmp_shd.g_old_rec.attribute22
317: ,p_attribute23_o => ghr_cmp_shd.g_old_rec.attribute23
318: ,p_attribute24_o => ghr_cmp_shd.g_old_rec.attribute24

Line 315: ,p_attribute21_o => ghr_cmp_shd.g_old_rec.attribute21

311: ,p_attribute17_o => ghr_cmp_shd.g_old_rec.attribute17
312: ,p_attribute18_o => ghr_cmp_shd.g_old_rec.attribute18
313: ,p_attribute19_o => ghr_cmp_shd.g_old_rec.attribute19
314: ,p_attribute20_o => ghr_cmp_shd.g_old_rec.attribute20
315: ,p_attribute21_o => ghr_cmp_shd.g_old_rec.attribute21
316: ,p_attribute22_o => ghr_cmp_shd.g_old_rec.attribute22
317: ,p_attribute23_o => ghr_cmp_shd.g_old_rec.attribute23
318: ,p_attribute24_o => ghr_cmp_shd.g_old_rec.attribute24
319: ,p_attribute25_o => ghr_cmp_shd.g_old_rec.attribute25

Line 316: ,p_attribute22_o => ghr_cmp_shd.g_old_rec.attribute22

312: ,p_attribute18_o => ghr_cmp_shd.g_old_rec.attribute18
313: ,p_attribute19_o => ghr_cmp_shd.g_old_rec.attribute19
314: ,p_attribute20_o => ghr_cmp_shd.g_old_rec.attribute20
315: ,p_attribute21_o => ghr_cmp_shd.g_old_rec.attribute21
316: ,p_attribute22_o => ghr_cmp_shd.g_old_rec.attribute22
317: ,p_attribute23_o => ghr_cmp_shd.g_old_rec.attribute23
318: ,p_attribute24_o => ghr_cmp_shd.g_old_rec.attribute24
319: ,p_attribute25_o => ghr_cmp_shd.g_old_rec.attribute25
320: ,p_attribute26_o => ghr_cmp_shd.g_old_rec.attribute26

Line 317: ,p_attribute23_o => ghr_cmp_shd.g_old_rec.attribute23

313: ,p_attribute19_o => ghr_cmp_shd.g_old_rec.attribute19
314: ,p_attribute20_o => ghr_cmp_shd.g_old_rec.attribute20
315: ,p_attribute21_o => ghr_cmp_shd.g_old_rec.attribute21
316: ,p_attribute22_o => ghr_cmp_shd.g_old_rec.attribute22
317: ,p_attribute23_o => ghr_cmp_shd.g_old_rec.attribute23
318: ,p_attribute24_o => ghr_cmp_shd.g_old_rec.attribute24
319: ,p_attribute25_o => ghr_cmp_shd.g_old_rec.attribute25
320: ,p_attribute26_o => ghr_cmp_shd.g_old_rec.attribute26
321: ,p_attribute27_o => ghr_cmp_shd.g_old_rec.attribute27

Line 318: ,p_attribute24_o => ghr_cmp_shd.g_old_rec.attribute24

314: ,p_attribute20_o => ghr_cmp_shd.g_old_rec.attribute20
315: ,p_attribute21_o => ghr_cmp_shd.g_old_rec.attribute21
316: ,p_attribute22_o => ghr_cmp_shd.g_old_rec.attribute22
317: ,p_attribute23_o => ghr_cmp_shd.g_old_rec.attribute23
318: ,p_attribute24_o => ghr_cmp_shd.g_old_rec.attribute24
319: ,p_attribute25_o => ghr_cmp_shd.g_old_rec.attribute25
320: ,p_attribute26_o => ghr_cmp_shd.g_old_rec.attribute26
321: ,p_attribute27_o => ghr_cmp_shd.g_old_rec.attribute27
322: ,p_attribute28_o => ghr_cmp_shd.g_old_rec.attribute28

Line 319: ,p_attribute25_o => ghr_cmp_shd.g_old_rec.attribute25

315: ,p_attribute21_o => ghr_cmp_shd.g_old_rec.attribute21
316: ,p_attribute22_o => ghr_cmp_shd.g_old_rec.attribute22
317: ,p_attribute23_o => ghr_cmp_shd.g_old_rec.attribute23
318: ,p_attribute24_o => ghr_cmp_shd.g_old_rec.attribute24
319: ,p_attribute25_o => ghr_cmp_shd.g_old_rec.attribute25
320: ,p_attribute26_o => ghr_cmp_shd.g_old_rec.attribute26
321: ,p_attribute27_o => ghr_cmp_shd.g_old_rec.attribute27
322: ,p_attribute28_o => ghr_cmp_shd.g_old_rec.attribute28
323: ,p_attribute29_o => ghr_cmp_shd.g_old_rec.attribute29

Line 320: ,p_attribute26_o => ghr_cmp_shd.g_old_rec.attribute26

316: ,p_attribute22_o => ghr_cmp_shd.g_old_rec.attribute22
317: ,p_attribute23_o => ghr_cmp_shd.g_old_rec.attribute23
318: ,p_attribute24_o => ghr_cmp_shd.g_old_rec.attribute24
319: ,p_attribute25_o => ghr_cmp_shd.g_old_rec.attribute25
320: ,p_attribute26_o => ghr_cmp_shd.g_old_rec.attribute26
321: ,p_attribute27_o => ghr_cmp_shd.g_old_rec.attribute27
322: ,p_attribute28_o => ghr_cmp_shd.g_old_rec.attribute28
323: ,p_attribute29_o => ghr_cmp_shd.g_old_rec.attribute29
324: ,p_attribute30_o => ghr_cmp_shd.g_old_rec.attribute30

Line 321: ,p_attribute27_o => ghr_cmp_shd.g_old_rec.attribute27

317: ,p_attribute23_o => ghr_cmp_shd.g_old_rec.attribute23
318: ,p_attribute24_o => ghr_cmp_shd.g_old_rec.attribute24
319: ,p_attribute25_o => ghr_cmp_shd.g_old_rec.attribute25
320: ,p_attribute26_o => ghr_cmp_shd.g_old_rec.attribute26
321: ,p_attribute27_o => ghr_cmp_shd.g_old_rec.attribute27
322: ,p_attribute28_o => ghr_cmp_shd.g_old_rec.attribute28
323: ,p_attribute29_o => ghr_cmp_shd.g_old_rec.attribute29
324: ,p_attribute30_o => ghr_cmp_shd.g_old_rec.attribute30
325: );

Line 322: ,p_attribute28_o => ghr_cmp_shd.g_old_rec.attribute28

318: ,p_attribute24_o => ghr_cmp_shd.g_old_rec.attribute24
319: ,p_attribute25_o => ghr_cmp_shd.g_old_rec.attribute25
320: ,p_attribute26_o => ghr_cmp_shd.g_old_rec.attribute26
321: ,p_attribute27_o => ghr_cmp_shd.g_old_rec.attribute27
322: ,p_attribute28_o => ghr_cmp_shd.g_old_rec.attribute28
323: ,p_attribute29_o => ghr_cmp_shd.g_old_rec.attribute29
324: ,p_attribute30_o => ghr_cmp_shd.g_old_rec.attribute30
325: );
326: --

Line 323: ,p_attribute29_o => ghr_cmp_shd.g_old_rec.attribute29

319: ,p_attribute25_o => ghr_cmp_shd.g_old_rec.attribute25
320: ,p_attribute26_o => ghr_cmp_shd.g_old_rec.attribute26
321: ,p_attribute27_o => ghr_cmp_shd.g_old_rec.attribute27
322: ,p_attribute28_o => ghr_cmp_shd.g_old_rec.attribute28
323: ,p_attribute29_o => ghr_cmp_shd.g_old_rec.attribute29
324: ,p_attribute30_o => ghr_cmp_shd.g_old_rec.attribute30
325: );
326: --
327: exception

Line 324: ,p_attribute30_o => ghr_cmp_shd.g_old_rec.attribute30

320: ,p_attribute26_o => ghr_cmp_shd.g_old_rec.attribute26
321: ,p_attribute27_o => ghr_cmp_shd.g_old_rec.attribute27
322: ,p_attribute28_o => ghr_cmp_shd.g_old_rec.attribute28
323: ,p_attribute29_o => ghr_cmp_shd.g_old_rec.attribute29
324: ,p_attribute30_o => ghr_cmp_shd.g_old_rec.attribute30
325: );
326: --
327: exception
328: --

Line 344: (p_rec in ghr_cmp_shd.g_rec_type

340: -- ----------------------------------------------------------------------------
341: -- |---------------------------------< del >----------------------------------|
342: -- ----------------------------------------------------------------------------
343: Procedure del
344: (p_rec in ghr_cmp_shd.g_rec_type
345: ) is
346: --
347: l_proc varchar2(72) := g_package||'del';
348: --

Line 354: ghr_cmp_shd.lck

350: hr_utility.set_location('Entering:'||l_proc, 5);
351: --
352: -- We must lock the row which we need to delete.
353: --
354: ghr_cmp_shd.lck
355: (p_rec.complaint_id
356: ,p_rec.object_version_number
357: );
358: --

Line 385: l_rec ghr_cmp_shd.g_rec_type;

381: (p_complaint_id in number
382: ,p_object_version_number in number
383: ) is
384: --
385: l_rec ghr_cmp_shd.g_rec_type;
386: l_proc varchar2(72) := g_package||'del';
387: --
388: Begin
389: hr_utility.set_location('Entering:'||l_proc, 5);