DBA Data[Home] [Help]

APPS.PQH_PTX_DEL dependencies on PQH_PTX_SHD

Line 45: Procedure delete_dml(p_rec in pqh_ptx_shd.g_rec_type) is

41: -- Internal Row Handler Use Only.
42: --
43: -- {End Of Comments}
44: -- ----------------------------------------------------------------------------
45: Procedure delete_dml(p_rec in pqh_ptx_shd.g_rec_type) is
46: --
47: l_proc varchar2(72) := g_package||'delete_dml';
48: --
49: Begin

Line 64: pqh_ptx_shd.constraint_error

60: --
61: Exception
62: When hr_api.child_integrity_violated then
63: -- Child integrity has been violated
64: pqh_ptx_shd.constraint_error
65: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
66: When Others Then
67: Raise;
68: End delete_dml;

Line 102: Procedure pre_delete(p_rec in pqh_ptx_shd.g_rec_type) is

98: -- Internal Row Handler Use Only.
99: --
100: -- {End Of Comments}
101: -- ----------------------------------------------------------------------------
102: Procedure pre_delete(p_rec in pqh_ptx_shd.g_rec_type) is
103: --
104: l_proc varchar2(72) := g_package||'pre_delete';
105: --
106: Begin

Line 145: p_effective_date in date,p_rec in pqh_ptx_shd.g_rec_type) is

141: --
142: -- {End Of Comments}
143: -- ----------------------------------------------------------------------------
144: Procedure post_delete(
145: p_effective_date in date,p_rec in pqh_ptx_shd.g_rec_type) is
146: --
147: l_proc varchar2(72) := g_package||'post_delete';
148: --
149: Begin

Line 160: ,p_action_date_o =>pqh_ptx_shd.g_old_rec.action_date

156: --
157: pqh_ptx_rkd.after_delete
158: (
159: p_position_transaction_id =>p_rec.position_transaction_id
160: ,p_action_date_o =>pqh_ptx_shd.g_old_rec.action_date
161: ,p_position_id_o =>pqh_ptx_shd.g_old_rec.position_id
162: ,p_availability_status_id_o =>pqh_ptx_shd.g_old_rec.availability_status_id
163: ,p_business_group_id_o =>pqh_ptx_shd.g_old_rec.business_group_id
164: ,p_entry_step_id_o =>pqh_ptx_shd.g_old_rec.entry_step_id

Line 161: ,p_position_id_o =>pqh_ptx_shd.g_old_rec.position_id

157: pqh_ptx_rkd.after_delete
158: (
159: p_position_transaction_id =>p_rec.position_transaction_id
160: ,p_action_date_o =>pqh_ptx_shd.g_old_rec.action_date
161: ,p_position_id_o =>pqh_ptx_shd.g_old_rec.position_id
162: ,p_availability_status_id_o =>pqh_ptx_shd.g_old_rec.availability_status_id
163: ,p_business_group_id_o =>pqh_ptx_shd.g_old_rec.business_group_id
164: ,p_entry_step_id_o =>pqh_ptx_shd.g_old_rec.entry_step_id
165: ,p_entry_grade_rule_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_rule_id

Line 162: ,p_availability_status_id_o =>pqh_ptx_shd.g_old_rec.availability_status_id

158: (
159: p_position_transaction_id =>p_rec.position_transaction_id
160: ,p_action_date_o =>pqh_ptx_shd.g_old_rec.action_date
161: ,p_position_id_o =>pqh_ptx_shd.g_old_rec.position_id
162: ,p_availability_status_id_o =>pqh_ptx_shd.g_old_rec.availability_status_id
163: ,p_business_group_id_o =>pqh_ptx_shd.g_old_rec.business_group_id
164: ,p_entry_step_id_o =>pqh_ptx_shd.g_old_rec.entry_step_id
165: ,p_entry_grade_rule_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_rule_id
166: ,p_job_id_o =>pqh_ptx_shd.g_old_rec.job_id

Line 163: ,p_business_group_id_o =>pqh_ptx_shd.g_old_rec.business_group_id

159: p_position_transaction_id =>p_rec.position_transaction_id
160: ,p_action_date_o =>pqh_ptx_shd.g_old_rec.action_date
161: ,p_position_id_o =>pqh_ptx_shd.g_old_rec.position_id
162: ,p_availability_status_id_o =>pqh_ptx_shd.g_old_rec.availability_status_id
163: ,p_business_group_id_o =>pqh_ptx_shd.g_old_rec.business_group_id
164: ,p_entry_step_id_o =>pqh_ptx_shd.g_old_rec.entry_step_id
165: ,p_entry_grade_rule_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_rule_id
166: ,p_job_id_o =>pqh_ptx_shd.g_old_rec.job_id
167: ,p_location_id_o =>pqh_ptx_shd.g_old_rec.location_id

Line 164: ,p_entry_step_id_o =>pqh_ptx_shd.g_old_rec.entry_step_id

160: ,p_action_date_o =>pqh_ptx_shd.g_old_rec.action_date
161: ,p_position_id_o =>pqh_ptx_shd.g_old_rec.position_id
162: ,p_availability_status_id_o =>pqh_ptx_shd.g_old_rec.availability_status_id
163: ,p_business_group_id_o =>pqh_ptx_shd.g_old_rec.business_group_id
164: ,p_entry_step_id_o =>pqh_ptx_shd.g_old_rec.entry_step_id
165: ,p_entry_grade_rule_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_rule_id
166: ,p_job_id_o =>pqh_ptx_shd.g_old_rec.job_id
167: ,p_location_id_o =>pqh_ptx_shd.g_old_rec.location_id
168: ,p_organization_id_o =>pqh_ptx_shd.g_old_rec.organization_id

Line 165: ,p_entry_grade_rule_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_rule_id

161: ,p_position_id_o =>pqh_ptx_shd.g_old_rec.position_id
162: ,p_availability_status_id_o =>pqh_ptx_shd.g_old_rec.availability_status_id
163: ,p_business_group_id_o =>pqh_ptx_shd.g_old_rec.business_group_id
164: ,p_entry_step_id_o =>pqh_ptx_shd.g_old_rec.entry_step_id
165: ,p_entry_grade_rule_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_rule_id
166: ,p_job_id_o =>pqh_ptx_shd.g_old_rec.job_id
167: ,p_location_id_o =>pqh_ptx_shd.g_old_rec.location_id
168: ,p_organization_id_o =>pqh_ptx_shd.g_old_rec.organization_id
169: ,p_pay_freq_payroll_id_o =>pqh_ptx_shd.g_old_rec.pay_freq_payroll_id

Line 166: ,p_job_id_o =>pqh_ptx_shd.g_old_rec.job_id

162: ,p_availability_status_id_o =>pqh_ptx_shd.g_old_rec.availability_status_id
163: ,p_business_group_id_o =>pqh_ptx_shd.g_old_rec.business_group_id
164: ,p_entry_step_id_o =>pqh_ptx_shd.g_old_rec.entry_step_id
165: ,p_entry_grade_rule_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_rule_id
166: ,p_job_id_o =>pqh_ptx_shd.g_old_rec.job_id
167: ,p_location_id_o =>pqh_ptx_shd.g_old_rec.location_id
168: ,p_organization_id_o =>pqh_ptx_shd.g_old_rec.organization_id
169: ,p_pay_freq_payroll_id_o =>pqh_ptx_shd.g_old_rec.pay_freq_payroll_id
170: ,p_position_definition_id_o =>pqh_ptx_shd.g_old_rec.position_definition_id

Line 167: ,p_location_id_o =>pqh_ptx_shd.g_old_rec.location_id

163: ,p_business_group_id_o =>pqh_ptx_shd.g_old_rec.business_group_id
164: ,p_entry_step_id_o =>pqh_ptx_shd.g_old_rec.entry_step_id
165: ,p_entry_grade_rule_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_rule_id
166: ,p_job_id_o =>pqh_ptx_shd.g_old_rec.job_id
167: ,p_location_id_o =>pqh_ptx_shd.g_old_rec.location_id
168: ,p_organization_id_o =>pqh_ptx_shd.g_old_rec.organization_id
169: ,p_pay_freq_payroll_id_o =>pqh_ptx_shd.g_old_rec.pay_freq_payroll_id
170: ,p_position_definition_id_o =>pqh_ptx_shd.g_old_rec.position_definition_id
171: ,p_prior_position_id_o =>pqh_ptx_shd.g_old_rec.prior_position_id

Line 168: ,p_organization_id_o =>pqh_ptx_shd.g_old_rec.organization_id

164: ,p_entry_step_id_o =>pqh_ptx_shd.g_old_rec.entry_step_id
165: ,p_entry_grade_rule_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_rule_id
166: ,p_job_id_o =>pqh_ptx_shd.g_old_rec.job_id
167: ,p_location_id_o =>pqh_ptx_shd.g_old_rec.location_id
168: ,p_organization_id_o =>pqh_ptx_shd.g_old_rec.organization_id
169: ,p_pay_freq_payroll_id_o =>pqh_ptx_shd.g_old_rec.pay_freq_payroll_id
170: ,p_position_definition_id_o =>pqh_ptx_shd.g_old_rec.position_definition_id
171: ,p_prior_position_id_o =>pqh_ptx_shd.g_old_rec.prior_position_id
172: ,p_relief_position_id_o =>pqh_ptx_shd.g_old_rec.relief_position_id

Line 169: ,p_pay_freq_payroll_id_o =>pqh_ptx_shd.g_old_rec.pay_freq_payroll_id

165: ,p_entry_grade_rule_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_rule_id
166: ,p_job_id_o =>pqh_ptx_shd.g_old_rec.job_id
167: ,p_location_id_o =>pqh_ptx_shd.g_old_rec.location_id
168: ,p_organization_id_o =>pqh_ptx_shd.g_old_rec.organization_id
169: ,p_pay_freq_payroll_id_o =>pqh_ptx_shd.g_old_rec.pay_freq_payroll_id
170: ,p_position_definition_id_o =>pqh_ptx_shd.g_old_rec.position_definition_id
171: ,p_prior_position_id_o =>pqh_ptx_shd.g_old_rec.prior_position_id
172: ,p_relief_position_id_o =>pqh_ptx_shd.g_old_rec.relief_position_id
173: ,p_entry_grade_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_id

Line 170: ,p_position_definition_id_o =>pqh_ptx_shd.g_old_rec.position_definition_id

166: ,p_job_id_o =>pqh_ptx_shd.g_old_rec.job_id
167: ,p_location_id_o =>pqh_ptx_shd.g_old_rec.location_id
168: ,p_organization_id_o =>pqh_ptx_shd.g_old_rec.organization_id
169: ,p_pay_freq_payroll_id_o =>pqh_ptx_shd.g_old_rec.pay_freq_payroll_id
170: ,p_position_definition_id_o =>pqh_ptx_shd.g_old_rec.position_definition_id
171: ,p_prior_position_id_o =>pqh_ptx_shd.g_old_rec.prior_position_id
172: ,p_relief_position_id_o =>pqh_ptx_shd.g_old_rec.relief_position_id
173: ,p_entry_grade_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_id
174: ,p_successor_position_id_o =>pqh_ptx_shd.g_old_rec.successor_position_id

Line 171: ,p_prior_position_id_o =>pqh_ptx_shd.g_old_rec.prior_position_id

167: ,p_location_id_o =>pqh_ptx_shd.g_old_rec.location_id
168: ,p_organization_id_o =>pqh_ptx_shd.g_old_rec.organization_id
169: ,p_pay_freq_payroll_id_o =>pqh_ptx_shd.g_old_rec.pay_freq_payroll_id
170: ,p_position_definition_id_o =>pqh_ptx_shd.g_old_rec.position_definition_id
171: ,p_prior_position_id_o =>pqh_ptx_shd.g_old_rec.prior_position_id
172: ,p_relief_position_id_o =>pqh_ptx_shd.g_old_rec.relief_position_id
173: ,p_entry_grade_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_id
174: ,p_successor_position_id_o =>pqh_ptx_shd.g_old_rec.successor_position_id
175: ,p_supervisor_position_id_o =>pqh_ptx_shd.g_old_rec.supervisor_position_id

Line 172: ,p_relief_position_id_o =>pqh_ptx_shd.g_old_rec.relief_position_id

168: ,p_organization_id_o =>pqh_ptx_shd.g_old_rec.organization_id
169: ,p_pay_freq_payroll_id_o =>pqh_ptx_shd.g_old_rec.pay_freq_payroll_id
170: ,p_position_definition_id_o =>pqh_ptx_shd.g_old_rec.position_definition_id
171: ,p_prior_position_id_o =>pqh_ptx_shd.g_old_rec.prior_position_id
172: ,p_relief_position_id_o =>pqh_ptx_shd.g_old_rec.relief_position_id
173: ,p_entry_grade_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_id
174: ,p_successor_position_id_o =>pqh_ptx_shd.g_old_rec.successor_position_id
175: ,p_supervisor_position_id_o =>pqh_ptx_shd.g_old_rec.supervisor_position_id
176: ,p_amendment_date_o =>pqh_ptx_shd.g_old_rec.amendment_date

Line 173: ,p_entry_grade_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_id

169: ,p_pay_freq_payroll_id_o =>pqh_ptx_shd.g_old_rec.pay_freq_payroll_id
170: ,p_position_definition_id_o =>pqh_ptx_shd.g_old_rec.position_definition_id
171: ,p_prior_position_id_o =>pqh_ptx_shd.g_old_rec.prior_position_id
172: ,p_relief_position_id_o =>pqh_ptx_shd.g_old_rec.relief_position_id
173: ,p_entry_grade_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_id
174: ,p_successor_position_id_o =>pqh_ptx_shd.g_old_rec.successor_position_id
175: ,p_supervisor_position_id_o =>pqh_ptx_shd.g_old_rec.supervisor_position_id
176: ,p_amendment_date_o =>pqh_ptx_shd.g_old_rec.amendment_date
177: ,p_amendment_recommendation_o =>pqh_ptx_shd.g_old_rec.amendment_recommendation

Line 174: ,p_successor_position_id_o =>pqh_ptx_shd.g_old_rec.successor_position_id

170: ,p_position_definition_id_o =>pqh_ptx_shd.g_old_rec.position_definition_id
171: ,p_prior_position_id_o =>pqh_ptx_shd.g_old_rec.prior_position_id
172: ,p_relief_position_id_o =>pqh_ptx_shd.g_old_rec.relief_position_id
173: ,p_entry_grade_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_id
174: ,p_successor_position_id_o =>pqh_ptx_shd.g_old_rec.successor_position_id
175: ,p_supervisor_position_id_o =>pqh_ptx_shd.g_old_rec.supervisor_position_id
176: ,p_amendment_date_o =>pqh_ptx_shd.g_old_rec.amendment_date
177: ,p_amendment_recommendation_o =>pqh_ptx_shd.g_old_rec.amendment_recommendation
178: ,p_amendment_ref_number_o =>pqh_ptx_shd.g_old_rec.amendment_ref_number

Line 175: ,p_supervisor_position_id_o =>pqh_ptx_shd.g_old_rec.supervisor_position_id

171: ,p_prior_position_id_o =>pqh_ptx_shd.g_old_rec.prior_position_id
172: ,p_relief_position_id_o =>pqh_ptx_shd.g_old_rec.relief_position_id
173: ,p_entry_grade_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_id
174: ,p_successor_position_id_o =>pqh_ptx_shd.g_old_rec.successor_position_id
175: ,p_supervisor_position_id_o =>pqh_ptx_shd.g_old_rec.supervisor_position_id
176: ,p_amendment_date_o =>pqh_ptx_shd.g_old_rec.amendment_date
177: ,p_amendment_recommendation_o =>pqh_ptx_shd.g_old_rec.amendment_recommendation
178: ,p_amendment_ref_number_o =>pqh_ptx_shd.g_old_rec.amendment_ref_number
179: ,p_avail_status_prop_end_date_o =>pqh_ptx_shd.g_old_rec.avail_status_prop_end_date

Line 176: ,p_amendment_date_o =>pqh_ptx_shd.g_old_rec.amendment_date

172: ,p_relief_position_id_o =>pqh_ptx_shd.g_old_rec.relief_position_id
173: ,p_entry_grade_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_id
174: ,p_successor_position_id_o =>pqh_ptx_shd.g_old_rec.successor_position_id
175: ,p_supervisor_position_id_o =>pqh_ptx_shd.g_old_rec.supervisor_position_id
176: ,p_amendment_date_o =>pqh_ptx_shd.g_old_rec.amendment_date
177: ,p_amendment_recommendation_o =>pqh_ptx_shd.g_old_rec.amendment_recommendation
178: ,p_amendment_ref_number_o =>pqh_ptx_shd.g_old_rec.amendment_ref_number
179: ,p_avail_status_prop_end_date_o =>pqh_ptx_shd.g_old_rec.avail_status_prop_end_date
180: ,p_bargaining_unit_cd_o =>pqh_ptx_shd.g_old_rec.bargaining_unit_cd

Line 177: ,p_amendment_recommendation_o =>pqh_ptx_shd.g_old_rec.amendment_recommendation

173: ,p_entry_grade_id_o =>pqh_ptx_shd.g_old_rec.entry_grade_id
174: ,p_successor_position_id_o =>pqh_ptx_shd.g_old_rec.successor_position_id
175: ,p_supervisor_position_id_o =>pqh_ptx_shd.g_old_rec.supervisor_position_id
176: ,p_amendment_date_o =>pqh_ptx_shd.g_old_rec.amendment_date
177: ,p_amendment_recommendation_o =>pqh_ptx_shd.g_old_rec.amendment_recommendation
178: ,p_amendment_ref_number_o =>pqh_ptx_shd.g_old_rec.amendment_ref_number
179: ,p_avail_status_prop_end_date_o =>pqh_ptx_shd.g_old_rec.avail_status_prop_end_date
180: ,p_bargaining_unit_cd_o =>pqh_ptx_shd.g_old_rec.bargaining_unit_cd
181: ,p_comments_o =>pqh_ptx_shd.g_old_rec.comments

Line 178: ,p_amendment_ref_number_o =>pqh_ptx_shd.g_old_rec.amendment_ref_number

174: ,p_successor_position_id_o =>pqh_ptx_shd.g_old_rec.successor_position_id
175: ,p_supervisor_position_id_o =>pqh_ptx_shd.g_old_rec.supervisor_position_id
176: ,p_amendment_date_o =>pqh_ptx_shd.g_old_rec.amendment_date
177: ,p_amendment_recommendation_o =>pqh_ptx_shd.g_old_rec.amendment_recommendation
178: ,p_amendment_ref_number_o =>pqh_ptx_shd.g_old_rec.amendment_ref_number
179: ,p_avail_status_prop_end_date_o =>pqh_ptx_shd.g_old_rec.avail_status_prop_end_date
180: ,p_bargaining_unit_cd_o =>pqh_ptx_shd.g_old_rec.bargaining_unit_cd
181: ,p_comments_o =>pqh_ptx_shd.g_old_rec.comments
182: ,p_country1_o =>pqh_ptx_shd.g_old_rec.country1

Line 179: ,p_avail_status_prop_end_date_o =>pqh_ptx_shd.g_old_rec.avail_status_prop_end_date

175: ,p_supervisor_position_id_o =>pqh_ptx_shd.g_old_rec.supervisor_position_id
176: ,p_amendment_date_o =>pqh_ptx_shd.g_old_rec.amendment_date
177: ,p_amendment_recommendation_o =>pqh_ptx_shd.g_old_rec.amendment_recommendation
178: ,p_amendment_ref_number_o =>pqh_ptx_shd.g_old_rec.amendment_ref_number
179: ,p_avail_status_prop_end_date_o =>pqh_ptx_shd.g_old_rec.avail_status_prop_end_date
180: ,p_bargaining_unit_cd_o =>pqh_ptx_shd.g_old_rec.bargaining_unit_cd
181: ,p_comments_o =>pqh_ptx_shd.g_old_rec.comments
182: ,p_country1_o =>pqh_ptx_shd.g_old_rec.country1
183: ,p_country2_o =>pqh_ptx_shd.g_old_rec.country2

Line 180: ,p_bargaining_unit_cd_o =>pqh_ptx_shd.g_old_rec.bargaining_unit_cd

176: ,p_amendment_date_o =>pqh_ptx_shd.g_old_rec.amendment_date
177: ,p_amendment_recommendation_o =>pqh_ptx_shd.g_old_rec.amendment_recommendation
178: ,p_amendment_ref_number_o =>pqh_ptx_shd.g_old_rec.amendment_ref_number
179: ,p_avail_status_prop_end_date_o =>pqh_ptx_shd.g_old_rec.avail_status_prop_end_date
180: ,p_bargaining_unit_cd_o =>pqh_ptx_shd.g_old_rec.bargaining_unit_cd
181: ,p_comments_o =>pqh_ptx_shd.g_old_rec.comments
182: ,p_country1_o =>pqh_ptx_shd.g_old_rec.country1
183: ,p_country2_o =>pqh_ptx_shd.g_old_rec.country2
184: ,p_country3_o =>pqh_ptx_shd.g_old_rec.country3

Line 181: ,p_comments_o =>pqh_ptx_shd.g_old_rec.comments

177: ,p_amendment_recommendation_o =>pqh_ptx_shd.g_old_rec.amendment_recommendation
178: ,p_amendment_ref_number_o =>pqh_ptx_shd.g_old_rec.amendment_ref_number
179: ,p_avail_status_prop_end_date_o =>pqh_ptx_shd.g_old_rec.avail_status_prop_end_date
180: ,p_bargaining_unit_cd_o =>pqh_ptx_shd.g_old_rec.bargaining_unit_cd
181: ,p_comments_o =>pqh_ptx_shd.g_old_rec.comments
182: ,p_country1_o =>pqh_ptx_shd.g_old_rec.country1
183: ,p_country2_o =>pqh_ptx_shd.g_old_rec.country2
184: ,p_country3_o =>pqh_ptx_shd.g_old_rec.country3
185: ,p_current_job_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_job_prop_end_date

Line 182: ,p_country1_o =>pqh_ptx_shd.g_old_rec.country1

178: ,p_amendment_ref_number_o =>pqh_ptx_shd.g_old_rec.amendment_ref_number
179: ,p_avail_status_prop_end_date_o =>pqh_ptx_shd.g_old_rec.avail_status_prop_end_date
180: ,p_bargaining_unit_cd_o =>pqh_ptx_shd.g_old_rec.bargaining_unit_cd
181: ,p_comments_o =>pqh_ptx_shd.g_old_rec.comments
182: ,p_country1_o =>pqh_ptx_shd.g_old_rec.country1
183: ,p_country2_o =>pqh_ptx_shd.g_old_rec.country2
184: ,p_country3_o =>pqh_ptx_shd.g_old_rec.country3
185: ,p_current_job_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_job_prop_end_date
186: ,p_current_org_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_org_prop_end_date

Line 183: ,p_country2_o =>pqh_ptx_shd.g_old_rec.country2

179: ,p_avail_status_prop_end_date_o =>pqh_ptx_shd.g_old_rec.avail_status_prop_end_date
180: ,p_bargaining_unit_cd_o =>pqh_ptx_shd.g_old_rec.bargaining_unit_cd
181: ,p_comments_o =>pqh_ptx_shd.g_old_rec.comments
182: ,p_country1_o =>pqh_ptx_shd.g_old_rec.country1
183: ,p_country2_o =>pqh_ptx_shd.g_old_rec.country2
184: ,p_country3_o =>pqh_ptx_shd.g_old_rec.country3
185: ,p_current_job_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_job_prop_end_date
186: ,p_current_org_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_org_prop_end_date
187: ,p_date_effective_o =>pqh_ptx_shd.g_old_rec.date_effective

Line 184: ,p_country3_o =>pqh_ptx_shd.g_old_rec.country3

180: ,p_bargaining_unit_cd_o =>pqh_ptx_shd.g_old_rec.bargaining_unit_cd
181: ,p_comments_o =>pqh_ptx_shd.g_old_rec.comments
182: ,p_country1_o =>pqh_ptx_shd.g_old_rec.country1
183: ,p_country2_o =>pqh_ptx_shd.g_old_rec.country2
184: ,p_country3_o =>pqh_ptx_shd.g_old_rec.country3
185: ,p_current_job_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_job_prop_end_date
186: ,p_current_org_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_org_prop_end_date
187: ,p_date_effective_o =>pqh_ptx_shd.g_old_rec.date_effective
188: ,p_date_end_o =>pqh_ptx_shd.g_old_rec.date_end

Line 185: ,p_current_job_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_job_prop_end_date

181: ,p_comments_o =>pqh_ptx_shd.g_old_rec.comments
182: ,p_country1_o =>pqh_ptx_shd.g_old_rec.country1
183: ,p_country2_o =>pqh_ptx_shd.g_old_rec.country2
184: ,p_country3_o =>pqh_ptx_shd.g_old_rec.country3
185: ,p_current_job_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_job_prop_end_date
186: ,p_current_org_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_org_prop_end_date
187: ,p_date_effective_o =>pqh_ptx_shd.g_old_rec.date_effective
188: ,p_date_end_o =>pqh_ptx_shd.g_old_rec.date_end
189: ,p_earliest_hire_date_o =>pqh_ptx_shd.g_old_rec.earliest_hire_date

Line 186: ,p_current_org_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_org_prop_end_date

182: ,p_country1_o =>pqh_ptx_shd.g_old_rec.country1
183: ,p_country2_o =>pqh_ptx_shd.g_old_rec.country2
184: ,p_country3_o =>pqh_ptx_shd.g_old_rec.country3
185: ,p_current_job_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_job_prop_end_date
186: ,p_current_org_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_org_prop_end_date
187: ,p_date_effective_o =>pqh_ptx_shd.g_old_rec.date_effective
188: ,p_date_end_o =>pqh_ptx_shd.g_old_rec.date_end
189: ,p_earliest_hire_date_o =>pqh_ptx_shd.g_old_rec.earliest_hire_date
190: ,p_fill_by_date_o =>pqh_ptx_shd.g_old_rec.fill_by_date

Line 187: ,p_date_effective_o =>pqh_ptx_shd.g_old_rec.date_effective

183: ,p_country2_o =>pqh_ptx_shd.g_old_rec.country2
184: ,p_country3_o =>pqh_ptx_shd.g_old_rec.country3
185: ,p_current_job_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_job_prop_end_date
186: ,p_current_org_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_org_prop_end_date
187: ,p_date_effective_o =>pqh_ptx_shd.g_old_rec.date_effective
188: ,p_date_end_o =>pqh_ptx_shd.g_old_rec.date_end
189: ,p_earliest_hire_date_o =>pqh_ptx_shd.g_old_rec.earliest_hire_date
190: ,p_fill_by_date_o =>pqh_ptx_shd.g_old_rec.fill_by_date
191: ,p_frequency_o =>pqh_ptx_shd.g_old_rec.frequency

Line 188: ,p_date_end_o =>pqh_ptx_shd.g_old_rec.date_end

184: ,p_country3_o =>pqh_ptx_shd.g_old_rec.country3
185: ,p_current_job_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_job_prop_end_date
186: ,p_current_org_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_org_prop_end_date
187: ,p_date_effective_o =>pqh_ptx_shd.g_old_rec.date_effective
188: ,p_date_end_o =>pqh_ptx_shd.g_old_rec.date_end
189: ,p_earliest_hire_date_o =>pqh_ptx_shd.g_old_rec.earliest_hire_date
190: ,p_fill_by_date_o =>pqh_ptx_shd.g_old_rec.fill_by_date
191: ,p_frequency_o =>pqh_ptx_shd.g_old_rec.frequency
192: ,p_fte_o =>pqh_ptx_shd.g_old_rec.fte

Line 189: ,p_earliest_hire_date_o =>pqh_ptx_shd.g_old_rec.earliest_hire_date

185: ,p_current_job_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_job_prop_end_date
186: ,p_current_org_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_org_prop_end_date
187: ,p_date_effective_o =>pqh_ptx_shd.g_old_rec.date_effective
188: ,p_date_end_o =>pqh_ptx_shd.g_old_rec.date_end
189: ,p_earliest_hire_date_o =>pqh_ptx_shd.g_old_rec.earliest_hire_date
190: ,p_fill_by_date_o =>pqh_ptx_shd.g_old_rec.fill_by_date
191: ,p_frequency_o =>pqh_ptx_shd.g_old_rec.frequency
192: ,p_fte_o =>pqh_ptx_shd.g_old_rec.fte
193: ,p_fte_capacity_o =>pqh_ptx_shd.g_old_rec.fte_capacity

Line 190: ,p_fill_by_date_o =>pqh_ptx_shd.g_old_rec.fill_by_date

186: ,p_current_org_prop_end_date_o =>pqh_ptx_shd.g_old_rec.current_org_prop_end_date
187: ,p_date_effective_o =>pqh_ptx_shd.g_old_rec.date_effective
188: ,p_date_end_o =>pqh_ptx_shd.g_old_rec.date_end
189: ,p_earliest_hire_date_o =>pqh_ptx_shd.g_old_rec.earliest_hire_date
190: ,p_fill_by_date_o =>pqh_ptx_shd.g_old_rec.fill_by_date
191: ,p_frequency_o =>pqh_ptx_shd.g_old_rec.frequency
192: ,p_fte_o =>pqh_ptx_shd.g_old_rec.fte
193: ,p_fte_capacity_o =>pqh_ptx_shd.g_old_rec.fte_capacity
194: ,p_location1_o =>pqh_ptx_shd.g_old_rec.location1

Line 191: ,p_frequency_o =>pqh_ptx_shd.g_old_rec.frequency

187: ,p_date_effective_o =>pqh_ptx_shd.g_old_rec.date_effective
188: ,p_date_end_o =>pqh_ptx_shd.g_old_rec.date_end
189: ,p_earliest_hire_date_o =>pqh_ptx_shd.g_old_rec.earliest_hire_date
190: ,p_fill_by_date_o =>pqh_ptx_shd.g_old_rec.fill_by_date
191: ,p_frequency_o =>pqh_ptx_shd.g_old_rec.frequency
192: ,p_fte_o =>pqh_ptx_shd.g_old_rec.fte
193: ,p_fte_capacity_o =>pqh_ptx_shd.g_old_rec.fte_capacity
194: ,p_location1_o =>pqh_ptx_shd.g_old_rec.location1
195: ,p_location2_o =>pqh_ptx_shd.g_old_rec.location2

Line 192: ,p_fte_o =>pqh_ptx_shd.g_old_rec.fte

188: ,p_date_end_o =>pqh_ptx_shd.g_old_rec.date_end
189: ,p_earliest_hire_date_o =>pqh_ptx_shd.g_old_rec.earliest_hire_date
190: ,p_fill_by_date_o =>pqh_ptx_shd.g_old_rec.fill_by_date
191: ,p_frequency_o =>pqh_ptx_shd.g_old_rec.frequency
192: ,p_fte_o =>pqh_ptx_shd.g_old_rec.fte
193: ,p_fte_capacity_o =>pqh_ptx_shd.g_old_rec.fte_capacity
194: ,p_location1_o =>pqh_ptx_shd.g_old_rec.location1
195: ,p_location2_o =>pqh_ptx_shd.g_old_rec.location2
196: ,p_location3_o =>pqh_ptx_shd.g_old_rec.location3

Line 193: ,p_fte_capacity_o =>pqh_ptx_shd.g_old_rec.fte_capacity

189: ,p_earliest_hire_date_o =>pqh_ptx_shd.g_old_rec.earliest_hire_date
190: ,p_fill_by_date_o =>pqh_ptx_shd.g_old_rec.fill_by_date
191: ,p_frequency_o =>pqh_ptx_shd.g_old_rec.frequency
192: ,p_fte_o =>pqh_ptx_shd.g_old_rec.fte
193: ,p_fte_capacity_o =>pqh_ptx_shd.g_old_rec.fte_capacity
194: ,p_location1_o =>pqh_ptx_shd.g_old_rec.location1
195: ,p_location2_o =>pqh_ptx_shd.g_old_rec.location2
196: ,p_location3_o =>pqh_ptx_shd.g_old_rec.location3
197: ,p_max_persons_o =>pqh_ptx_shd.g_old_rec.max_persons

Line 194: ,p_location1_o =>pqh_ptx_shd.g_old_rec.location1

190: ,p_fill_by_date_o =>pqh_ptx_shd.g_old_rec.fill_by_date
191: ,p_frequency_o =>pqh_ptx_shd.g_old_rec.frequency
192: ,p_fte_o =>pqh_ptx_shd.g_old_rec.fte
193: ,p_fte_capacity_o =>pqh_ptx_shd.g_old_rec.fte_capacity
194: ,p_location1_o =>pqh_ptx_shd.g_old_rec.location1
195: ,p_location2_o =>pqh_ptx_shd.g_old_rec.location2
196: ,p_location3_o =>pqh_ptx_shd.g_old_rec.location3
197: ,p_max_persons_o =>pqh_ptx_shd.g_old_rec.max_persons
198: ,p_name_o =>pqh_ptx_shd.g_old_rec.name

Line 195: ,p_location2_o =>pqh_ptx_shd.g_old_rec.location2

191: ,p_frequency_o =>pqh_ptx_shd.g_old_rec.frequency
192: ,p_fte_o =>pqh_ptx_shd.g_old_rec.fte
193: ,p_fte_capacity_o =>pqh_ptx_shd.g_old_rec.fte_capacity
194: ,p_location1_o =>pqh_ptx_shd.g_old_rec.location1
195: ,p_location2_o =>pqh_ptx_shd.g_old_rec.location2
196: ,p_location3_o =>pqh_ptx_shd.g_old_rec.location3
197: ,p_max_persons_o =>pqh_ptx_shd.g_old_rec.max_persons
198: ,p_name_o =>pqh_ptx_shd.g_old_rec.name
199: ,p_other_requirements_o =>pqh_ptx_shd.g_old_rec.other_requirements

Line 196: ,p_location3_o =>pqh_ptx_shd.g_old_rec.location3

192: ,p_fte_o =>pqh_ptx_shd.g_old_rec.fte
193: ,p_fte_capacity_o =>pqh_ptx_shd.g_old_rec.fte_capacity
194: ,p_location1_o =>pqh_ptx_shd.g_old_rec.location1
195: ,p_location2_o =>pqh_ptx_shd.g_old_rec.location2
196: ,p_location3_o =>pqh_ptx_shd.g_old_rec.location3
197: ,p_max_persons_o =>pqh_ptx_shd.g_old_rec.max_persons
198: ,p_name_o =>pqh_ptx_shd.g_old_rec.name
199: ,p_other_requirements_o =>pqh_ptx_shd.g_old_rec.other_requirements
200: ,p_overlap_period_o =>pqh_ptx_shd.g_old_rec.overlap_period

Line 197: ,p_max_persons_o =>pqh_ptx_shd.g_old_rec.max_persons

193: ,p_fte_capacity_o =>pqh_ptx_shd.g_old_rec.fte_capacity
194: ,p_location1_o =>pqh_ptx_shd.g_old_rec.location1
195: ,p_location2_o =>pqh_ptx_shd.g_old_rec.location2
196: ,p_location3_o =>pqh_ptx_shd.g_old_rec.location3
197: ,p_max_persons_o =>pqh_ptx_shd.g_old_rec.max_persons
198: ,p_name_o =>pqh_ptx_shd.g_old_rec.name
199: ,p_other_requirements_o =>pqh_ptx_shd.g_old_rec.other_requirements
200: ,p_overlap_period_o =>pqh_ptx_shd.g_old_rec.overlap_period
201: ,p_overlap_unit_cd_o =>pqh_ptx_shd.g_old_rec.overlap_unit_cd

Line 198: ,p_name_o =>pqh_ptx_shd.g_old_rec.name

194: ,p_location1_o =>pqh_ptx_shd.g_old_rec.location1
195: ,p_location2_o =>pqh_ptx_shd.g_old_rec.location2
196: ,p_location3_o =>pqh_ptx_shd.g_old_rec.location3
197: ,p_max_persons_o =>pqh_ptx_shd.g_old_rec.max_persons
198: ,p_name_o =>pqh_ptx_shd.g_old_rec.name
199: ,p_other_requirements_o =>pqh_ptx_shd.g_old_rec.other_requirements
200: ,p_overlap_period_o =>pqh_ptx_shd.g_old_rec.overlap_period
201: ,p_overlap_unit_cd_o =>pqh_ptx_shd.g_old_rec.overlap_unit_cd
202: ,p_passport_required_o =>pqh_ptx_shd.g_old_rec.passport_required

Line 199: ,p_other_requirements_o =>pqh_ptx_shd.g_old_rec.other_requirements

195: ,p_location2_o =>pqh_ptx_shd.g_old_rec.location2
196: ,p_location3_o =>pqh_ptx_shd.g_old_rec.location3
197: ,p_max_persons_o =>pqh_ptx_shd.g_old_rec.max_persons
198: ,p_name_o =>pqh_ptx_shd.g_old_rec.name
199: ,p_other_requirements_o =>pqh_ptx_shd.g_old_rec.other_requirements
200: ,p_overlap_period_o =>pqh_ptx_shd.g_old_rec.overlap_period
201: ,p_overlap_unit_cd_o =>pqh_ptx_shd.g_old_rec.overlap_unit_cd
202: ,p_passport_required_o =>pqh_ptx_shd.g_old_rec.passport_required
203: ,p_pay_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_day_cd

Line 200: ,p_overlap_period_o =>pqh_ptx_shd.g_old_rec.overlap_period

196: ,p_location3_o =>pqh_ptx_shd.g_old_rec.location3
197: ,p_max_persons_o =>pqh_ptx_shd.g_old_rec.max_persons
198: ,p_name_o =>pqh_ptx_shd.g_old_rec.name
199: ,p_other_requirements_o =>pqh_ptx_shd.g_old_rec.other_requirements
200: ,p_overlap_period_o =>pqh_ptx_shd.g_old_rec.overlap_period
201: ,p_overlap_unit_cd_o =>pqh_ptx_shd.g_old_rec.overlap_unit_cd
202: ,p_passport_required_o =>pqh_ptx_shd.g_old_rec.passport_required
203: ,p_pay_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_day_cd
204: ,p_pay_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_month_cd

Line 201: ,p_overlap_unit_cd_o =>pqh_ptx_shd.g_old_rec.overlap_unit_cd

197: ,p_max_persons_o =>pqh_ptx_shd.g_old_rec.max_persons
198: ,p_name_o =>pqh_ptx_shd.g_old_rec.name
199: ,p_other_requirements_o =>pqh_ptx_shd.g_old_rec.other_requirements
200: ,p_overlap_period_o =>pqh_ptx_shd.g_old_rec.overlap_period
201: ,p_overlap_unit_cd_o =>pqh_ptx_shd.g_old_rec.overlap_unit_cd
202: ,p_passport_required_o =>pqh_ptx_shd.g_old_rec.passport_required
203: ,p_pay_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_day_cd
204: ,p_pay_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_month_cd
205: ,p_permanent_temporary_flag_o =>pqh_ptx_shd.g_old_rec.permanent_temporary_flag

Line 202: ,p_passport_required_o =>pqh_ptx_shd.g_old_rec.passport_required

198: ,p_name_o =>pqh_ptx_shd.g_old_rec.name
199: ,p_other_requirements_o =>pqh_ptx_shd.g_old_rec.other_requirements
200: ,p_overlap_period_o =>pqh_ptx_shd.g_old_rec.overlap_period
201: ,p_overlap_unit_cd_o =>pqh_ptx_shd.g_old_rec.overlap_unit_cd
202: ,p_passport_required_o =>pqh_ptx_shd.g_old_rec.passport_required
203: ,p_pay_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_day_cd
204: ,p_pay_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_month_cd
205: ,p_permanent_temporary_flag_o =>pqh_ptx_shd.g_old_rec.permanent_temporary_flag
206: ,p_permit_recruitment_flag_o =>pqh_ptx_shd.g_old_rec.permit_recruitment_flag

Line 203: ,p_pay_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_day_cd

199: ,p_other_requirements_o =>pqh_ptx_shd.g_old_rec.other_requirements
200: ,p_overlap_period_o =>pqh_ptx_shd.g_old_rec.overlap_period
201: ,p_overlap_unit_cd_o =>pqh_ptx_shd.g_old_rec.overlap_unit_cd
202: ,p_passport_required_o =>pqh_ptx_shd.g_old_rec.passport_required
203: ,p_pay_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_day_cd
204: ,p_pay_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_month_cd
205: ,p_permanent_temporary_flag_o =>pqh_ptx_shd.g_old_rec.permanent_temporary_flag
206: ,p_permit_recruitment_flag_o =>pqh_ptx_shd.g_old_rec.permit_recruitment_flag
207: ,p_position_type_o =>pqh_ptx_shd.g_old_rec.position_type

Line 204: ,p_pay_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_month_cd

200: ,p_overlap_period_o =>pqh_ptx_shd.g_old_rec.overlap_period
201: ,p_overlap_unit_cd_o =>pqh_ptx_shd.g_old_rec.overlap_unit_cd
202: ,p_passport_required_o =>pqh_ptx_shd.g_old_rec.passport_required
203: ,p_pay_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_day_cd
204: ,p_pay_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_month_cd
205: ,p_permanent_temporary_flag_o =>pqh_ptx_shd.g_old_rec.permanent_temporary_flag
206: ,p_permit_recruitment_flag_o =>pqh_ptx_shd.g_old_rec.permit_recruitment_flag
207: ,p_position_type_o =>pqh_ptx_shd.g_old_rec.position_type
208: ,p_posting_description_o =>pqh_ptx_shd.g_old_rec.posting_description

Line 205: ,p_permanent_temporary_flag_o =>pqh_ptx_shd.g_old_rec.permanent_temporary_flag

201: ,p_overlap_unit_cd_o =>pqh_ptx_shd.g_old_rec.overlap_unit_cd
202: ,p_passport_required_o =>pqh_ptx_shd.g_old_rec.passport_required
203: ,p_pay_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_day_cd
204: ,p_pay_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_month_cd
205: ,p_permanent_temporary_flag_o =>pqh_ptx_shd.g_old_rec.permanent_temporary_flag
206: ,p_permit_recruitment_flag_o =>pqh_ptx_shd.g_old_rec.permit_recruitment_flag
207: ,p_position_type_o =>pqh_ptx_shd.g_old_rec.position_type
208: ,p_posting_description_o =>pqh_ptx_shd.g_old_rec.posting_description
209: ,p_probation_period_o =>pqh_ptx_shd.g_old_rec.probation_period

Line 206: ,p_permit_recruitment_flag_o =>pqh_ptx_shd.g_old_rec.permit_recruitment_flag

202: ,p_passport_required_o =>pqh_ptx_shd.g_old_rec.passport_required
203: ,p_pay_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_day_cd
204: ,p_pay_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_month_cd
205: ,p_permanent_temporary_flag_o =>pqh_ptx_shd.g_old_rec.permanent_temporary_flag
206: ,p_permit_recruitment_flag_o =>pqh_ptx_shd.g_old_rec.permit_recruitment_flag
207: ,p_position_type_o =>pqh_ptx_shd.g_old_rec.position_type
208: ,p_posting_description_o =>pqh_ptx_shd.g_old_rec.posting_description
209: ,p_probation_period_o =>pqh_ptx_shd.g_old_rec.probation_period
210: ,p_probation_period_unit_cd_o =>pqh_ptx_shd.g_old_rec.probation_period_unit_cd

Line 207: ,p_position_type_o =>pqh_ptx_shd.g_old_rec.position_type

203: ,p_pay_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_day_cd
204: ,p_pay_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_month_cd
205: ,p_permanent_temporary_flag_o =>pqh_ptx_shd.g_old_rec.permanent_temporary_flag
206: ,p_permit_recruitment_flag_o =>pqh_ptx_shd.g_old_rec.permit_recruitment_flag
207: ,p_position_type_o =>pqh_ptx_shd.g_old_rec.position_type
208: ,p_posting_description_o =>pqh_ptx_shd.g_old_rec.posting_description
209: ,p_probation_period_o =>pqh_ptx_shd.g_old_rec.probation_period
210: ,p_probation_period_unit_cd_o =>pqh_ptx_shd.g_old_rec.probation_period_unit_cd
211: ,p_relocate_domestically_o =>pqh_ptx_shd.g_old_rec.relocate_domestically

Line 208: ,p_posting_description_o =>pqh_ptx_shd.g_old_rec.posting_description

204: ,p_pay_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.pay_term_end_month_cd
205: ,p_permanent_temporary_flag_o =>pqh_ptx_shd.g_old_rec.permanent_temporary_flag
206: ,p_permit_recruitment_flag_o =>pqh_ptx_shd.g_old_rec.permit_recruitment_flag
207: ,p_position_type_o =>pqh_ptx_shd.g_old_rec.position_type
208: ,p_posting_description_o =>pqh_ptx_shd.g_old_rec.posting_description
209: ,p_probation_period_o =>pqh_ptx_shd.g_old_rec.probation_period
210: ,p_probation_period_unit_cd_o =>pqh_ptx_shd.g_old_rec.probation_period_unit_cd
211: ,p_relocate_domestically_o =>pqh_ptx_shd.g_old_rec.relocate_domestically
212: ,p_relocate_internationally_o =>pqh_ptx_shd.g_old_rec.relocate_internationally

Line 209: ,p_probation_period_o =>pqh_ptx_shd.g_old_rec.probation_period

205: ,p_permanent_temporary_flag_o =>pqh_ptx_shd.g_old_rec.permanent_temporary_flag
206: ,p_permit_recruitment_flag_o =>pqh_ptx_shd.g_old_rec.permit_recruitment_flag
207: ,p_position_type_o =>pqh_ptx_shd.g_old_rec.position_type
208: ,p_posting_description_o =>pqh_ptx_shd.g_old_rec.posting_description
209: ,p_probation_period_o =>pqh_ptx_shd.g_old_rec.probation_period
210: ,p_probation_period_unit_cd_o =>pqh_ptx_shd.g_old_rec.probation_period_unit_cd
211: ,p_relocate_domestically_o =>pqh_ptx_shd.g_old_rec.relocate_domestically
212: ,p_relocate_internationally_o =>pqh_ptx_shd.g_old_rec.relocate_internationally
213: ,p_replacement_required_flag_o =>pqh_ptx_shd.g_old_rec.replacement_required_flag

Line 210: ,p_probation_period_unit_cd_o =>pqh_ptx_shd.g_old_rec.probation_period_unit_cd

206: ,p_permit_recruitment_flag_o =>pqh_ptx_shd.g_old_rec.permit_recruitment_flag
207: ,p_position_type_o =>pqh_ptx_shd.g_old_rec.position_type
208: ,p_posting_description_o =>pqh_ptx_shd.g_old_rec.posting_description
209: ,p_probation_period_o =>pqh_ptx_shd.g_old_rec.probation_period
210: ,p_probation_period_unit_cd_o =>pqh_ptx_shd.g_old_rec.probation_period_unit_cd
211: ,p_relocate_domestically_o =>pqh_ptx_shd.g_old_rec.relocate_domestically
212: ,p_relocate_internationally_o =>pqh_ptx_shd.g_old_rec.relocate_internationally
213: ,p_replacement_required_flag_o =>pqh_ptx_shd.g_old_rec.replacement_required_flag
214: ,p_review_flag_o =>pqh_ptx_shd.g_old_rec.review_flag

Line 211: ,p_relocate_domestically_o =>pqh_ptx_shd.g_old_rec.relocate_domestically

207: ,p_position_type_o =>pqh_ptx_shd.g_old_rec.position_type
208: ,p_posting_description_o =>pqh_ptx_shd.g_old_rec.posting_description
209: ,p_probation_period_o =>pqh_ptx_shd.g_old_rec.probation_period
210: ,p_probation_period_unit_cd_o =>pqh_ptx_shd.g_old_rec.probation_period_unit_cd
211: ,p_relocate_domestically_o =>pqh_ptx_shd.g_old_rec.relocate_domestically
212: ,p_relocate_internationally_o =>pqh_ptx_shd.g_old_rec.relocate_internationally
213: ,p_replacement_required_flag_o =>pqh_ptx_shd.g_old_rec.replacement_required_flag
214: ,p_review_flag_o =>pqh_ptx_shd.g_old_rec.review_flag
215: ,p_seasonal_flag_o =>pqh_ptx_shd.g_old_rec.seasonal_flag

Line 212: ,p_relocate_internationally_o =>pqh_ptx_shd.g_old_rec.relocate_internationally

208: ,p_posting_description_o =>pqh_ptx_shd.g_old_rec.posting_description
209: ,p_probation_period_o =>pqh_ptx_shd.g_old_rec.probation_period
210: ,p_probation_period_unit_cd_o =>pqh_ptx_shd.g_old_rec.probation_period_unit_cd
211: ,p_relocate_domestically_o =>pqh_ptx_shd.g_old_rec.relocate_domestically
212: ,p_relocate_internationally_o =>pqh_ptx_shd.g_old_rec.relocate_internationally
213: ,p_replacement_required_flag_o =>pqh_ptx_shd.g_old_rec.replacement_required_flag
214: ,p_review_flag_o =>pqh_ptx_shd.g_old_rec.review_flag
215: ,p_seasonal_flag_o =>pqh_ptx_shd.g_old_rec.seasonal_flag
216: ,p_security_requirements_o =>pqh_ptx_shd.g_old_rec.security_requirements

Line 213: ,p_replacement_required_flag_o =>pqh_ptx_shd.g_old_rec.replacement_required_flag

209: ,p_probation_period_o =>pqh_ptx_shd.g_old_rec.probation_period
210: ,p_probation_period_unit_cd_o =>pqh_ptx_shd.g_old_rec.probation_period_unit_cd
211: ,p_relocate_domestically_o =>pqh_ptx_shd.g_old_rec.relocate_domestically
212: ,p_relocate_internationally_o =>pqh_ptx_shd.g_old_rec.relocate_internationally
213: ,p_replacement_required_flag_o =>pqh_ptx_shd.g_old_rec.replacement_required_flag
214: ,p_review_flag_o =>pqh_ptx_shd.g_old_rec.review_flag
215: ,p_seasonal_flag_o =>pqh_ptx_shd.g_old_rec.seasonal_flag
216: ,p_security_requirements_o =>pqh_ptx_shd.g_old_rec.security_requirements
217: ,p_service_minimum_o =>pqh_ptx_shd.g_old_rec.service_minimum

Line 214: ,p_review_flag_o =>pqh_ptx_shd.g_old_rec.review_flag

210: ,p_probation_period_unit_cd_o =>pqh_ptx_shd.g_old_rec.probation_period_unit_cd
211: ,p_relocate_domestically_o =>pqh_ptx_shd.g_old_rec.relocate_domestically
212: ,p_relocate_internationally_o =>pqh_ptx_shd.g_old_rec.relocate_internationally
213: ,p_replacement_required_flag_o =>pqh_ptx_shd.g_old_rec.replacement_required_flag
214: ,p_review_flag_o =>pqh_ptx_shd.g_old_rec.review_flag
215: ,p_seasonal_flag_o =>pqh_ptx_shd.g_old_rec.seasonal_flag
216: ,p_security_requirements_o =>pqh_ptx_shd.g_old_rec.security_requirements
217: ,p_service_minimum_o =>pqh_ptx_shd.g_old_rec.service_minimum
218: ,p_term_start_day_cd_o =>pqh_ptx_shd.g_old_rec.term_start_day_cd

Line 215: ,p_seasonal_flag_o =>pqh_ptx_shd.g_old_rec.seasonal_flag

211: ,p_relocate_domestically_o =>pqh_ptx_shd.g_old_rec.relocate_domestically
212: ,p_relocate_internationally_o =>pqh_ptx_shd.g_old_rec.relocate_internationally
213: ,p_replacement_required_flag_o =>pqh_ptx_shd.g_old_rec.replacement_required_flag
214: ,p_review_flag_o =>pqh_ptx_shd.g_old_rec.review_flag
215: ,p_seasonal_flag_o =>pqh_ptx_shd.g_old_rec.seasonal_flag
216: ,p_security_requirements_o =>pqh_ptx_shd.g_old_rec.security_requirements
217: ,p_service_minimum_o =>pqh_ptx_shd.g_old_rec.service_minimum
218: ,p_term_start_day_cd_o =>pqh_ptx_shd.g_old_rec.term_start_day_cd
219: ,p_term_start_month_cd_o =>pqh_ptx_shd.g_old_rec.term_start_month_cd

Line 216: ,p_security_requirements_o =>pqh_ptx_shd.g_old_rec.security_requirements

212: ,p_relocate_internationally_o =>pqh_ptx_shd.g_old_rec.relocate_internationally
213: ,p_replacement_required_flag_o =>pqh_ptx_shd.g_old_rec.replacement_required_flag
214: ,p_review_flag_o =>pqh_ptx_shd.g_old_rec.review_flag
215: ,p_seasonal_flag_o =>pqh_ptx_shd.g_old_rec.seasonal_flag
216: ,p_security_requirements_o =>pqh_ptx_shd.g_old_rec.security_requirements
217: ,p_service_minimum_o =>pqh_ptx_shd.g_old_rec.service_minimum
218: ,p_term_start_day_cd_o =>pqh_ptx_shd.g_old_rec.term_start_day_cd
219: ,p_term_start_month_cd_o =>pqh_ptx_shd.g_old_rec.term_start_month_cd
220: ,p_time_normal_finish_o =>pqh_ptx_shd.g_old_rec.time_normal_finish

Line 217: ,p_service_minimum_o =>pqh_ptx_shd.g_old_rec.service_minimum

213: ,p_replacement_required_flag_o =>pqh_ptx_shd.g_old_rec.replacement_required_flag
214: ,p_review_flag_o =>pqh_ptx_shd.g_old_rec.review_flag
215: ,p_seasonal_flag_o =>pqh_ptx_shd.g_old_rec.seasonal_flag
216: ,p_security_requirements_o =>pqh_ptx_shd.g_old_rec.security_requirements
217: ,p_service_minimum_o =>pqh_ptx_shd.g_old_rec.service_minimum
218: ,p_term_start_day_cd_o =>pqh_ptx_shd.g_old_rec.term_start_day_cd
219: ,p_term_start_month_cd_o =>pqh_ptx_shd.g_old_rec.term_start_month_cd
220: ,p_time_normal_finish_o =>pqh_ptx_shd.g_old_rec.time_normal_finish
221: ,p_time_normal_start_o =>pqh_ptx_shd.g_old_rec.time_normal_start

Line 218: ,p_term_start_day_cd_o =>pqh_ptx_shd.g_old_rec.term_start_day_cd

214: ,p_review_flag_o =>pqh_ptx_shd.g_old_rec.review_flag
215: ,p_seasonal_flag_o =>pqh_ptx_shd.g_old_rec.seasonal_flag
216: ,p_security_requirements_o =>pqh_ptx_shd.g_old_rec.security_requirements
217: ,p_service_minimum_o =>pqh_ptx_shd.g_old_rec.service_minimum
218: ,p_term_start_day_cd_o =>pqh_ptx_shd.g_old_rec.term_start_day_cd
219: ,p_term_start_month_cd_o =>pqh_ptx_shd.g_old_rec.term_start_month_cd
220: ,p_time_normal_finish_o =>pqh_ptx_shd.g_old_rec.time_normal_finish
221: ,p_time_normal_start_o =>pqh_ptx_shd.g_old_rec.time_normal_start
222: ,p_transaction_status_o =>pqh_ptx_shd.g_old_rec.transaction_status

Line 219: ,p_term_start_month_cd_o =>pqh_ptx_shd.g_old_rec.term_start_month_cd

215: ,p_seasonal_flag_o =>pqh_ptx_shd.g_old_rec.seasonal_flag
216: ,p_security_requirements_o =>pqh_ptx_shd.g_old_rec.security_requirements
217: ,p_service_minimum_o =>pqh_ptx_shd.g_old_rec.service_minimum
218: ,p_term_start_day_cd_o =>pqh_ptx_shd.g_old_rec.term_start_day_cd
219: ,p_term_start_month_cd_o =>pqh_ptx_shd.g_old_rec.term_start_month_cd
220: ,p_time_normal_finish_o =>pqh_ptx_shd.g_old_rec.time_normal_finish
221: ,p_time_normal_start_o =>pqh_ptx_shd.g_old_rec.time_normal_start
222: ,p_transaction_status_o =>pqh_ptx_shd.g_old_rec.transaction_status
223: ,p_travel_required_o =>pqh_ptx_shd.g_old_rec.travel_required

Line 220: ,p_time_normal_finish_o =>pqh_ptx_shd.g_old_rec.time_normal_finish

216: ,p_security_requirements_o =>pqh_ptx_shd.g_old_rec.security_requirements
217: ,p_service_minimum_o =>pqh_ptx_shd.g_old_rec.service_minimum
218: ,p_term_start_day_cd_o =>pqh_ptx_shd.g_old_rec.term_start_day_cd
219: ,p_term_start_month_cd_o =>pqh_ptx_shd.g_old_rec.term_start_month_cd
220: ,p_time_normal_finish_o =>pqh_ptx_shd.g_old_rec.time_normal_finish
221: ,p_time_normal_start_o =>pqh_ptx_shd.g_old_rec.time_normal_start
222: ,p_transaction_status_o =>pqh_ptx_shd.g_old_rec.transaction_status
223: ,p_travel_required_o =>pqh_ptx_shd.g_old_rec.travel_required
224: ,p_working_hours_o =>pqh_ptx_shd.g_old_rec.working_hours

Line 221: ,p_time_normal_start_o =>pqh_ptx_shd.g_old_rec.time_normal_start

217: ,p_service_minimum_o =>pqh_ptx_shd.g_old_rec.service_minimum
218: ,p_term_start_day_cd_o =>pqh_ptx_shd.g_old_rec.term_start_day_cd
219: ,p_term_start_month_cd_o =>pqh_ptx_shd.g_old_rec.term_start_month_cd
220: ,p_time_normal_finish_o =>pqh_ptx_shd.g_old_rec.time_normal_finish
221: ,p_time_normal_start_o =>pqh_ptx_shd.g_old_rec.time_normal_start
222: ,p_transaction_status_o =>pqh_ptx_shd.g_old_rec.transaction_status
223: ,p_travel_required_o =>pqh_ptx_shd.g_old_rec.travel_required
224: ,p_working_hours_o =>pqh_ptx_shd.g_old_rec.working_hours
225: ,p_works_council_approval_fla_o =>pqh_ptx_shd.g_old_rec.works_council_approval_flag

Line 222: ,p_transaction_status_o =>pqh_ptx_shd.g_old_rec.transaction_status

218: ,p_term_start_day_cd_o =>pqh_ptx_shd.g_old_rec.term_start_day_cd
219: ,p_term_start_month_cd_o =>pqh_ptx_shd.g_old_rec.term_start_month_cd
220: ,p_time_normal_finish_o =>pqh_ptx_shd.g_old_rec.time_normal_finish
221: ,p_time_normal_start_o =>pqh_ptx_shd.g_old_rec.time_normal_start
222: ,p_transaction_status_o =>pqh_ptx_shd.g_old_rec.transaction_status
223: ,p_travel_required_o =>pqh_ptx_shd.g_old_rec.travel_required
224: ,p_working_hours_o =>pqh_ptx_shd.g_old_rec.working_hours
225: ,p_works_council_approval_fla_o =>pqh_ptx_shd.g_old_rec.works_council_approval_flag
226: ,p_work_any_country_o =>pqh_ptx_shd.g_old_rec.work_any_country

Line 223: ,p_travel_required_o =>pqh_ptx_shd.g_old_rec.travel_required

219: ,p_term_start_month_cd_o =>pqh_ptx_shd.g_old_rec.term_start_month_cd
220: ,p_time_normal_finish_o =>pqh_ptx_shd.g_old_rec.time_normal_finish
221: ,p_time_normal_start_o =>pqh_ptx_shd.g_old_rec.time_normal_start
222: ,p_transaction_status_o =>pqh_ptx_shd.g_old_rec.transaction_status
223: ,p_travel_required_o =>pqh_ptx_shd.g_old_rec.travel_required
224: ,p_working_hours_o =>pqh_ptx_shd.g_old_rec.working_hours
225: ,p_works_council_approval_fla_o =>pqh_ptx_shd.g_old_rec.works_council_approval_flag
226: ,p_work_any_country_o =>pqh_ptx_shd.g_old_rec.work_any_country
227: ,p_work_any_location_o =>pqh_ptx_shd.g_old_rec.work_any_location

Line 224: ,p_working_hours_o =>pqh_ptx_shd.g_old_rec.working_hours

220: ,p_time_normal_finish_o =>pqh_ptx_shd.g_old_rec.time_normal_finish
221: ,p_time_normal_start_o =>pqh_ptx_shd.g_old_rec.time_normal_start
222: ,p_transaction_status_o =>pqh_ptx_shd.g_old_rec.transaction_status
223: ,p_travel_required_o =>pqh_ptx_shd.g_old_rec.travel_required
224: ,p_working_hours_o =>pqh_ptx_shd.g_old_rec.working_hours
225: ,p_works_council_approval_fla_o =>pqh_ptx_shd.g_old_rec.works_council_approval_flag
226: ,p_work_any_country_o =>pqh_ptx_shd.g_old_rec.work_any_country
227: ,p_work_any_location_o =>pqh_ptx_shd.g_old_rec.work_any_location
228: ,p_work_period_type_cd_o =>pqh_ptx_shd.g_old_rec.work_period_type_cd

Line 225: ,p_works_council_approval_fla_o =>pqh_ptx_shd.g_old_rec.works_council_approval_flag

221: ,p_time_normal_start_o =>pqh_ptx_shd.g_old_rec.time_normal_start
222: ,p_transaction_status_o =>pqh_ptx_shd.g_old_rec.transaction_status
223: ,p_travel_required_o =>pqh_ptx_shd.g_old_rec.travel_required
224: ,p_working_hours_o =>pqh_ptx_shd.g_old_rec.working_hours
225: ,p_works_council_approval_fla_o =>pqh_ptx_shd.g_old_rec.works_council_approval_flag
226: ,p_work_any_country_o =>pqh_ptx_shd.g_old_rec.work_any_country
227: ,p_work_any_location_o =>pqh_ptx_shd.g_old_rec.work_any_location
228: ,p_work_period_type_cd_o =>pqh_ptx_shd.g_old_rec.work_period_type_cd
229: ,p_work_schedule_o =>pqh_ptx_shd.g_old_rec.work_schedule

Line 226: ,p_work_any_country_o =>pqh_ptx_shd.g_old_rec.work_any_country

222: ,p_transaction_status_o =>pqh_ptx_shd.g_old_rec.transaction_status
223: ,p_travel_required_o =>pqh_ptx_shd.g_old_rec.travel_required
224: ,p_working_hours_o =>pqh_ptx_shd.g_old_rec.working_hours
225: ,p_works_council_approval_fla_o =>pqh_ptx_shd.g_old_rec.works_council_approval_flag
226: ,p_work_any_country_o =>pqh_ptx_shd.g_old_rec.work_any_country
227: ,p_work_any_location_o =>pqh_ptx_shd.g_old_rec.work_any_location
228: ,p_work_period_type_cd_o =>pqh_ptx_shd.g_old_rec.work_period_type_cd
229: ,p_work_schedule_o =>pqh_ptx_shd.g_old_rec.work_schedule
230: ,p_work_duration_o =>pqh_ptx_shd.g_old_rec.work_duration

Line 227: ,p_work_any_location_o =>pqh_ptx_shd.g_old_rec.work_any_location

223: ,p_travel_required_o =>pqh_ptx_shd.g_old_rec.travel_required
224: ,p_working_hours_o =>pqh_ptx_shd.g_old_rec.working_hours
225: ,p_works_council_approval_fla_o =>pqh_ptx_shd.g_old_rec.works_council_approval_flag
226: ,p_work_any_country_o =>pqh_ptx_shd.g_old_rec.work_any_country
227: ,p_work_any_location_o =>pqh_ptx_shd.g_old_rec.work_any_location
228: ,p_work_period_type_cd_o =>pqh_ptx_shd.g_old_rec.work_period_type_cd
229: ,p_work_schedule_o =>pqh_ptx_shd.g_old_rec.work_schedule
230: ,p_work_duration_o =>pqh_ptx_shd.g_old_rec.work_duration
231: ,p_work_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_day_cd

Line 228: ,p_work_period_type_cd_o =>pqh_ptx_shd.g_old_rec.work_period_type_cd

224: ,p_working_hours_o =>pqh_ptx_shd.g_old_rec.working_hours
225: ,p_works_council_approval_fla_o =>pqh_ptx_shd.g_old_rec.works_council_approval_flag
226: ,p_work_any_country_o =>pqh_ptx_shd.g_old_rec.work_any_country
227: ,p_work_any_location_o =>pqh_ptx_shd.g_old_rec.work_any_location
228: ,p_work_period_type_cd_o =>pqh_ptx_shd.g_old_rec.work_period_type_cd
229: ,p_work_schedule_o =>pqh_ptx_shd.g_old_rec.work_schedule
230: ,p_work_duration_o =>pqh_ptx_shd.g_old_rec.work_duration
231: ,p_work_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_day_cd
232: ,p_work_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_month_cd

Line 229: ,p_work_schedule_o =>pqh_ptx_shd.g_old_rec.work_schedule

225: ,p_works_council_approval_fla_o =>pqh_ptx_shd.g_old_rec.works_council_approval_flag
226: ,p_work_any_country_o =>pqh_ptx_shd.g_old_rec.work_any_country
227: ,p_work_any_location_o =>pqh_ptx_shd.g_old_rec.work_any_location
228: ,p_work_period_type_cd_o =>pqh_ptx_shd.g_old_rec.work_period_type_cd
229: ,p_work_schedule_o =>pqh_ptx_shd.g_old_rec.work_schedule
230: ,p_work_duration_o =>pqh_ptx_shd.g_old_rec.work_duration
231: ,p_work_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_day_cd
232: ,p_work_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_month_cd
233: ,p_proposed_fte_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_fte_for_layoff

Line 230: ,p_work_duration_o =>pqh_ptx_shd.g_old_rec.work_duration

226: ,p_work_any_country_o =>pqh_ptx_shd.g_old_rec.work_any_country
227: ,p_work_any_location_o =>pqh_ptx_shd.g_old_rec.work_any_location
228: ,p_work_period_type_cd_o =>pqh_ptx_shd.g_old_rec.work_period_type_cd
229: ,p_work_schedule_o =>pqh_ptx_shd.g_old_rec.work_schedule
230: ,p_work_duration_o =>pqh_ptx_shd.g_old_rec.work_duration
231: ,p_work_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_day_cd
232: ,p_work_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_month_cd
233: ,p_proposed_fte_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_fte_for_layoff
234: ,p_proposed_date_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_date_for_layoff

Line 231: ,p_work_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_day_cd

227: ,p_work_any_location_o =>pqh_ptx_shd.g_old_rec.work_any_location
228: ,p_work_period_type_cd_o =>pqh_ptx_shd.g_old_rec.work_period_type_cd
229: ,p_work_schedule_o =>pqh_ptx_shd.g_old_rec.work_schedule
230: ,p_work_duration_o =>pqh_ptx_shd.g_old_rec.work_duration
231: ,p_work_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_day_cd
232: ,p_work_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_month_cd
233: ,p_proposed_fte_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_fte_for_layoff
234: ,p_proposed_date_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_date_for_layoff
235: ,p_information1_o =>pqh_ptx_shd.g_old_rec.information1

Line 232: ,p_work_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_month_cd

228: ,p_work_period_type_cd_o =>pqh_ptx_shd.g_old_rec.work_period_type_cd
229: ,p_work_schedule_o =>pqh_ptx_shd.g_old_rec.work_schedule
230: ,p_work_duration_o =>pqh_ptx_shd.g_old_rec.work_duration
231: ,p_work_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_day_cd
232: ,p_work_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_month_cd
233: ,p_proposed_fte_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_fte_for_layoff
234: ,p_proposed_date_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_date_for_layoff
235: ,p_information1_o =>pqh_ptx_shd.g_old_rec.information1
236: ,p_information2_o =>pqh_ptx_shd.g_old_rec.information2

Line 233: ,p_proposed_fte_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_fte_for_layoff

229: ,p_work_schedule_o =>pqh_ptx_shd.g_old_rec.work_schedule
230: ,p_work_duration_o =>pqh_ptx_shd.g_old_rec.work_duration
231: ,p_work_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_day_cd
232: ,p_work_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_month_cd
233: ,p_proposed_fte_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_fte_for_layoff
234: ,p_proposed_date_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_date_for_layoff
235: ,p_information1_o =>pqh_ptx_shd.g_old_rec.information1
236: ,p_information2_o =>pqh_ptx_shd.g_old_rec.information2
237: ,p_information3_o =>pqh_ptx_shd.g_old_rec.information3

Line 234: ,p_proposed_date_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_date_for_layoff

230: ,p_work_duration_o =>pqh_ptx_shd.g_old_rec.work_duration
231: ,p_work_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_day_cd
232: ,p_work_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_month_cd
233: ,p_proposed_fte_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_fte_for_layoff
234: ,p_proposed_date_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_date_for_layoff
235: ,p_information1_o =>pqh_ptx_shd.g_old_rec.information1
236: ,p_information2_o =>pqh_ptx_shd.g_old_rec.information2
237: ,p_information3_o =>pqh_ptx_shd.g_old_rec.information3
238: ,p_information4_o =>pqh_ptx_shd.g_old_rec.information4

Line 235: ,p_information1_o =>pqh_ptx_shd.g_old_rec.information1

231: ,p_work_term_end_day_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_day_cd
232: ,p_work_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_month_cd
233: ,p_proposed_fte_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_fte_for_layoff
234: ,p_proposed_date_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_date_for_layoff
235: ,p_information1_o =>pqh_ptx_shd.g_old_rec.information1
236: ,p_information2_o =>pqh_ptx_shd.g_old_rec.information2
237: ,p_information3_o =>pqh_ptx_shd.g_old_rec.information3
238: ,p_information4_o =>pqh_ptx_shd.g_old_rec.information4
239: ,p_information5_o =>pqh_ptx_shd.g_old_rec.information5

Line 236: ,p_information2_o =>pqh_ptx_shd.g_old_rec.information2

232: ,p_work_term_end_month_cd_o =>pqh_ptx_shd.g_old_rec.work_term_end_month_cd
233: ,p_proposed_fte_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_fte_for_layoff
234: ,p_proposed_date_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_date_for_layoff
235: ,p_information1_o =>pqh_ptx_shd.g_old_rec.information1
236: ,p_information2_o =>pqh_ptx_shd.g_old_rec.information2
237: ,p_information3_o =>pqh_ptx_shd.g_old_rec.information3
238: ,p_information4_o =>pqh_ptx_shd.g_old_rec.information4
239: ,p_information5_o =>pqh_ptx_shd.g_old_rec.information5
240: ,p_information6_o =>pqh_ptx_shd.g_old_rec.information6

Line 237: ,p_information3_o =>pqh_ptx_shd.g_old_rec.information3

233: ,p_proposed_fte_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_fte_for_layoff
234: ,p_proposed_date_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_date_for_layoff
235: ,p_information1_o =>pqh_ptx_shd.g_old_rec.information1
236: ,p_information2_o =>pqh_ptx_shd.g_old_rec.information2
237: ,p_information3_o =>pqh_ptx_shd.g_old_rec.information3
238: ,p_information4_o =>pqh_ptx_shd.g_old_rec.information4
239: ,p_information5_o =>pqh_ptx_shd.g_old_rec.information5
240: ,p_information6_o =>pqh_ptx_shd.g_old_rec.information6
241: ,p_information7_o =>pqh_ptx_shd.g_old_rec.information7

Line 238: ,p_information4_o =>pqh_ptx_shd.g_old_rec.information4

234: ,p_proposed_date_for_layoff_o =>pqh_ptx_shd.g_old_rec.proposed_date_for_layoff
235: ,p_information1_o =>pqh_ptx_shd.g_old_rec.information1
236: ,p_information2_o =>pqh_ptx_shd.g_old_rec.information2
237: ,p_information3_o =>pqh_ptx_shd.g_old_rec.information3
238: ,p_information4_o =>pqh_ptx_shd.g_old_rec.information4
239: ,p_information5_o =>pqh_ptx_shd.g_old_rec.information5
240: ,p_information6_o =>pqh_ptx_shd.g_old_rec.information6
241: ,p_information7_o =>pqh_ptx_shd.g_old_rec.information7
242: ,p_information8_o =>pqh_ptx_shd.g_old_rec.information8

Line 239: ,p_information5_o =>pqh_ptx_shd.g_old_rec.information5

235: ,p_information1_o =>pqh_ptx_shd.g_old_rec.information1
236: ,p_information2_o =>pqh_ptx_shd.g_old_rec.information2
237: ,p_information3_o =>pqh_ptx_shd.g_old_rec.information3
238: ,p_information4_o =>pqh_ptx_shd.g_old_rec.information4
239: ,p_information5_o =>pqh_ptx_shd.g_old_rec.information5
240: ,p_information6_o =>pqh_ptx_shd.g_old_rec.information6
241: ,p_information7_o =>pqh_ptx_shd.g_old_rec.information7
242: ,p_information8_o =>pqh_ptx_shd.g_old_rec.information8
243: ,p_information9_o =>pqh_ptx_shd.g_old_rec.information9

Line 240: ,p_information6_o =>pqh_ptx_shd.g_old_rec.information6

236: ,p_information2_o =>pqh_ptx_shd.g_old_rec.information2
237: ,p_information3_o =>pqh_ptx_shd.g_old_rec.information3
238: ,p_information4_o =>pqh_ptx_shd.g_old_rec.information4
239: ,p_information5_o =>pqh_ptx_shd.g_old_rec.information5
240: ,p_information6_o =>pqh_ptx_shd.g_old_rec.information6
241: ,p_information7_o =>pqh_ptx_shd.g_old_rec.information7
242: ,p_information8_o =>pqh_ptx_shd.g_old_rec.information8
243: ,p_information9_o =>pqh_ptx_shd.g_old_rec.information9
244: ,p_information10_o =>pqh_ptx_shd.g_old_rec.information10

Line 241: ,p_information7_o =>pqh_ptx_shd.g_old_rec.information7

237: ,p_information3_o =>pqh_ptx_shd.g_old_rec.information3
238: ,p_information4_o =>pqh_ptx_shd.g_old_rec.information4
239: ,p_information5_o =>pqh_ptx_shd.g_old_rec.information5
240: ,p_information6_o =>pqh_ptx_shd.g_old_rec.information6
241: ,p_information7_o =>pqh_ptx_shd.g_old_rec.information7
242: ,p_information8_o =>pqh_ptx_shd.g_old_rec.information8
243: ,p_information9_o =>pqh_ptx_shd.g_old_rec.information9
244: ,p_information10_o =>pqh_ptx_shd.g_old_rec.information10
245: ,p_information11_o =>pqh_ptx_shd.g_old_rec.information11

Line 242: ,p_information8_o =>pqh_ptx_shd.g_old_rec.information8

238: ,p_information4_o =>pqh_ptx_shd.g_old_rec.information4
239: ,p_information5_o =>pqh_ptx_shd.g_old_rec.information5
240: ,p_information6_o =>pqh_ptx_shd.g_old_rec.information6
241: ,p_information7_o =>pqh_ptx_shd.g_old_rec.information7
242: ,p_information8_o =>pqh_ptx_shd.g_old_rec.information8
243: ,p_information9_o =>pqh_ptx_shd.g_old_rec.information9
244: ,p_information10_o =>pqh_ptx_shd.g_old_rec.information10
245: ,p_information11_o =>pqh_ptx_shd.g_old_rec.information11
246: ,p_information12_o =>pqh_ptx_shd.g_old_rec.information12

Line 243: ,p_information9_o =>pqh_ptx_shd.g_old_rec.information9

239: ,p_information5_o =>pqh_ptx_shd.g_old_rec.information5
240: ,p_information6_o =>pqh_ptx_shd.g_old_rec.information6
241: ,p_information7_o =>pqh_ptx_shd.g_old_rec.information7
242: ,p_information8_o =>pqh_ptx_shd.g_old_rec.information8
243: ,p_information9_o =>pqh_ptx_shd.g_old_rec.information9
244: ,p_information10_o =>pqh_ptx_shd.g_old_rec.information10
245: ,p_information11_o =>pqh_ptx_shd.g_old_rec.information11
246: ,p_information12_o =>pqh_ptx_shd.g_old_rec.information12
247: ,p_information13_o =>pqh_ptx_shd.g_old_rec.information13

Line 244: ,p_information10_o =>pqh_ptx_shd.g_old_rec.information10

240: ,p_information6_o =>pqh_ptx_shd.g_old_rec.information6
241: ,p_information7_o =>pqh_ptx_shd.g_old_rec.information7
242: ,p_information8_o =>pqh_ptx_shd.g_old_rec.information8
243: ,p_information9_o =>pqh_ptx_shd.g_old_rec.information9
244: ,p_information10_o =>pqh_ptx_shd.g_old_rec.information10
245: ,p_information11_o =>pqh_ptx_shd.g_old_rec.information11
246: ,p_information12_o =>pqh_ptx_shd.g_old_rec.information12
247: ,p_information13_o =>pqh_ptx_shd.g_old_rec.information13
248: ,p_information14_o =>pqh_ptx_shd.g_old_rec.information14

Line 245: ,p_information11_o =>pqh_ptx_shd.g_old_rec.information11

241: ,p_information7_o =>pqh_ptx_shd.g_old_rec.information7
242: ,p_information8_o =>pqh_ptx_shd.g_old_rec.information8
243: ,p_information9_o =>pqh_ptx_shd.g_old_rec.information9
244: ,p_information10_o =>pqh_ptx_shd.g_old_rec.information10
245: ,p_information11_o =>pqh_ptx_shd.g_old_rec.information11
246: ,p_information12_o =>pqh_ptx_shd.g_old_rec.information12
247: ,p_information13_o =>pqh_ptx_shd.g_old_rec.information13
248: ,p_information14_o =>pqh_ptx_shd.g_old_rec.information14
249: ,p_information15_o =>pqh_ptx_shd.g_old_rec.information15

Line 246: ,p_information12_o =>pqh_ptx_shd.g_old_rec.information12

242: ,p_information8_o =>pqh_ptx_shd.g_old_rec.information8
243: ,p_information9_o =>pqh_ptx_shd.g_old_rec.information9
244: ,p_information10_o =>pqh_ptx_shd.g_old_rec.information10
245: ,p_information11_o =>pqh_ptx_shd.g_old_rec.information11
246: ,p_information12_o =>pqh_ptx_shd.g_old_rec.information12
247: ,p_information13_o =>pqh_ptx_shd.g_old_rec.information13
248: ,p_information14_o =>pqh_ptx_shd.g_old_rec.information14
249: ,p_information15_o =>pqh_ptx_shd.g_old_rec.information15
250: ,p_information16_o =>pqh_ptx_shd.g_old_rec.information16

Line 247: ,p_information13_o =>pqh_ptx_shd.g_old_rec.information13

243: ,p_information9_o =>pqh_ptx_shd.g_old_rec.information9
244: ,p_information10_o =>pqh_ptx_shd.g_old_rec.information10
245: ,p_information11_o =>pqh_ptx_shd.g_old_rec.information11
246: ,p_information12_o =>pqh_ptx_shd.g_old_rec.information12
247: ,p_information13_o =>pqh_ptx_shd.g_old_rec.information13
248: ,p_information14_o =>pqh_ptx_shd.g_old_rec.information14
249: ,p_information15_o =>pqh_ptx_shd.g_old_rec.information15
250: ,p_information16_o =>pqh_ptx_shd.g_old_rec.information16
251: ,p_information17_o =>pqh_ptx_shd.g_old_rec.information17

Line 248: ,p_information14_o =>pqh_ptx_shd.g_old_rec.information14

244: ,p_information10_o =>pqh_ptx_shd.g_old_rec.information10
245: ,p_information11_o =>pqh_ptx_shd.g_old_rec.information11
246: ,p_information12_o =>pqh_ptx_shd.g_old_rec.information12
247: ,p_information13_o =>pqh_ptx_shd.g_old_rec.information13
248: ,p_information14_o =>pqh_ptx_shd.g_old_rec.information14
249: ,p_information15_o =>pqh_ptx_shd.g_old_rec.information15
250: ,p_information16_o =>pqh_ptx_shd.g_old_rec.information16
251: ,p_information17_o =>pqh_ptx_shd.g_old_rec.information17
252: ,p_information18_o =>pqh_ptx_shd.g_old_rec.information18

Line 249: ,p_information15_o =>pqh_ptx_shd.g_old_rec.information15

245: ,p_information11_o =>pqh_ptx_shd.g_old_rec.information11
246: ,p_information12_o =>pqh_ptx_shd.g_old_rec.information12
247: ,p_information13_o =>pqh_ptx_shd.g_old_rec.information13
248: ,p_information14_o =>pqh_ptx_shd.g_old_rec.information14
249: ,p_information15_o =>pqh_ptx_shd.g_old_rec.information15
250: ,p_information16_o =>pqh_ptx_shd.g_old_rec.information16
251: ,p_information17_o =>pqh_ptx_shd.g_old_rec.information17
252: ,p_information18_o =>pqh_ptx_shd.g_old_rec.information18
253: ,p_information19_o =>pqh_ptx_shd.g_old_rec.information19

Line 250: ,p_information16_o =>pqh_ptx_shd.g_old_rec.information16

246: ,p_information12_o =>pqh_ptx_shd.g_old_rec.information12
247: ,p_information13_o =>pqh_ptx_shd.g_old_rec.information13
248: ,p_information14_o =>pqh_ptx_shd.g_old_rec.information14
249: ,p_information15_o =>pqh_ptx_shd.g_old_rec.information15
250: ,p_information16_o =>pqh_ptx_shd.g_old_rec.information16
251: ,p_information17_o =>pqh_ptx_shd.g_old_rec.information17
252: ,p_information18_o =>pqh_ptx_shd.g_old_rec.information18
253: ,p_information19_o =>pqh_ptx_shd.g_old_rec.information19
254: ,p_information20_o =>pqh_ptx_shd.g_old_rec.information20

Line 251: ,p_information17_o =>pqh_ptx_shd.g_old_rec.information17

247: ,p_information13_o =>pqh_ptx_shd.g_old_rec.information13
248: ,p_information14_o =>pqh_ptx_shd.g_old_rec.information14
249: ,p_information15_o =>pqh_ptx_shd.g_old_rec.information15
250: ,p_information16_o =>pqh_ptx_shd.g_old_rec.information16
251: ,p_information17_o =>pqh_ptx_shd.g_old_rec.information17
252: ,p_information18_o =>pqh_ptx_shd.g_old_rec.information18
253: ,p_information19_o =>pqh_ptx_shd.g_old_rec.information19
254: ,p_information20_o =>pqh_ptx_shd.g_old_rec.information20
255: ,p_information21_o =>pqh_ptx_shd.g_old_rec.information21

Line 252: ,p_information18_o =>pqh_ptx_shd.g_old_rec.information18

248: ,p_information14_o =>pqh_ptx_shd.g_old_rec.information14
249: ,p_information15_o =>pqh_ptx_shd.g_old_rec.information15
250: ,p_information16_o =>pqh_ptx_shd.g_old_rec.information16
251: ,p_information17_o =>pqh_ptx_shd.g_old_rec.information17
252: ,p_information18_o =>pqh_ptx_shd.g_old_rec.information18
253: ,p_information19_o =>pqh_ptx_shd.g_old_rec.information19
254: ,p_information20_o =>pqh_ptx_shd.g_old_rec.information20
255: ,p_information21_o =>pqh_ptx_shd.g_old_rec.information21
256: ,p_information22_o =>pqh_ptx_shd.g_old_rec.information22

Line 253: ,p_information19_o =>pqh_ptx_shd.g_old_rec.information19

249: ,p_information15_o =>pqh_ptx_shd.g_old_rec.information15
250: ,p_information16_o =>pqh_ptx_shd.g_old_rec.information16
251: ,p_information17_o =>pqh_ptx_shd.g_old_rec.information17
252: ,p_information18_o =>pqh_ptx_shd.g_old_rec.information18
253: ,p_information19_o =>pqh_ptx_shd.g_old_rec.information19
254: ,p_information20_o =>pqh_ptx_shd.g_old_rec.information20
255: ,p_information21_o =>pqh_ptx_shd.g_old_rec.information21
256: ,p_information22_o =>pqh_ptx_shd.g_old_rec.information22
257: ,p_information23_o =>pqh_ptx_shd.g_old_rec.information23

Line 254: ,p_information20_o =>pqh_ptx_shd.g_old_rec.information20

250: ,p_information16_o =>pqh_ptx_shd.g_old_rec.information16
251: ,p_information17_o =>pqh_ptx_shd.g_old_rec.information17
252: ,p_information18_o =>pqh_ptx_shd.g_old_rec.information18
253: ,p_information19_o =>pqh_ptx_shd.g_old_rec.information19
254: ,p_information20_o =>pqh_ptx_shd.g_old_rec.information20
255: ,p_information21_o =>pqh_ptx_shd.g_old_rec.information21
256: ,p_information22_o =>pqh_ptx_shd.g_old_rec.information22
257: ,p_information23_o =>pqh_ptx_shd.g_old_rec.information23
258: ,p_information24_o =>pqh_ptx_shd.g_old_rec.information24

Line 255: ,p_information21_o =>pqh_ptx_shd.g_old_rec.information21

251: ,p_information17_o =>pqh_ptx_shd.g_old_rec.information17
252: ,p_information18_o =>pqh_ptx_shd.g_old_rec.information18
253: ,p_information19_o =>pqh_ptx_shd.g_old_rec.information19
254: ,p_information20_o =>pqh_ptx_shd.g_old_rec.information20
255: ,p_information21_o =>pqh_ptx_shd.g_old_rec.information21
256: ,p_information22_o =>pqh_ptx_shd.g_old_rec.information22
257: ,p_information23_o =>pqh_ptx_shd.g_old_rec.information23
258: ,p_information24_o =>pqh_ptx_shd.g_old_rec.information24
259: ,p_information25_o =>pqh_ptx_shd.g_old_rec.information25

Line 256: ,p_information22_o =>pqh_ptx_shd.g_old_rec.information22

252: ,p_information18_o =>pqh_ptx_shd.g_old_rec.information18
253: ,p_information19_o =>pqh_ptx_shd.g_old_rec.information19
254: ,p_information20_o =>pqh_ptx_shd.g_old_rec.information20
255: ,p_information21_o =>pqh_ptx_shd.g_old_rec.information21
256: ,p_information22_o =>pqh_ptx_shd.g_old_rec.information22
257: ,p_information23_o =>pqh_ptx_shd.g_old_rec.information23
258: ,p_information24_o =>pqh_ptx_shd.g_old_rec.information24
259: ,p_information25_o =>pqh_ptx_shd.g_old_rec.information25
260: ,p_information26_o =>pqh_ptx_shd.g_old_rec.information26

Line 257: ,p_information23_o =>pqh_ptx_shd.g_old_rec.information23

253: ,p_information19_o =>pqh_ptx_shd.g_old_rec.information19
254: ,p_information20_o =>pqh_ptx_shd.g_old_rec.information20
255: ,p_information21_o =>pqh_ptx_shd.g_old_rec.information21
256: ,p_information22_o =>pqh_ptx_shd.g_old_rec.information22
257: ,p_information23_o =>pqh_ptx_shd.g_old_rec.information23
258: ,p_information24_o =>pqh_ptx_shd.g_old_rec.information24
259: ,p_information25_o =>pqh_ptx_shd.g_old_rec.information25
260: ,p_information26_o =>pqh_ptx_shd.g_old_rec.information26
261: ,p_information27_o =>pqh_ptx_shd.g_old_rec.information27

Line 258: ,p_information24_o =>pqh_ptx_shd.g_old_rec.information24

254: ,p_information20_o =>pqh_ptx_shd.g_old_rec.information20
255: ,p_information21_o =>pqh_ptx_shd.g_old_rec.information21
256: ,p_information22_o =>pqh_ptx_shd.g_old_rec.information22
257: ,p_information23_o =>pqh_ptx_shd.g_old_rec.information23
258: ,p_information24_o =>pqh_ptx_shd.g_old_rec.information24
259: ,p_information25_o =>pqh_ptx_shd.g_old_rec.information25
260: ,p_information26_o =>pqh_ptx_shd.g_old_rec.information26
261: ,p_information27_o =>pqh_ptx_shd.g_old_rec.information27
262: ,p_information28_o =>pqh_ptx_shd.g_old_rec.information28

Line 259: ,p_information25_o =>pqh_ptx_shd.g_old_rec.information25

255: ,p_information21_o =>pqh_ptx_shd.g_old_rec.information21
256: ,p_information22_o =>pqh_ptx_shd.g_old_rec.information22
257: ,p_information23_o =>pqh_ptx_shd.g_old_rec.information23
258: ,p_information24_o =>pqh_ptx_shd.g_old_rec.information24
259: ,p_information25_o =>pqh_ptx_shd.g_old_rec.information25
260: ,p_information26_o =>pqh_ptx_shd.g_old_rec.information26
261: ,p_information27_o =>pqh_ptx_shd.g_old_rec.information27
262: ,p_information28_o =>pqh_ptx_shd.g_old_rec.information28
263: ,p_information29_o =>pqh_ptx_shd.g_old_rec.information29

Line 260: ,p_information26_o =>pqh_ptx_shd.g_old_rec.information26

256: ,p_information22_o =>pqh_ptx_shd.g_old_rec.information22
257: ,p_information23_o =>pqh_ptx_shd.g_old_rec.information23
258: ,p_information24_o =>pqh_ptx_shd.g_old_rec.information24
259: ,p_information25_o =>pqh_ptx_shd.g_old_rec.information25
260: ,p_information26_o =>pqh_ptx_shd.g_old_rec.information26
261: ,p_information27_o =>pqh_ptx_shd.g_old_rec.information27
262: ,p_information28_o =>pqh_ptx_shd.g_old_rec.information28
263: ,p_information29_o =>pqh_ptx_shd.g_old_rec.information29
264: ,p_information30_o =>pqh_ptx_shd.g_old_rec.information30

Line 261: ,p_information27_o =>pqh_ptx_shd.g_old_rec.information27

257: ,p_information23_o =>pqh_ptx_shd.g_old_rec.information23
258: ,p_information24_o =>pqh_ptx_shd.g_old_rec.information24
259: ,p_information25_o =>pqh_ptx_shd.g_old_rec.information25
260: ,p_information26_o =>pqh_ptx_shd.g_old_rec.information26
261: ,p_information27_o =>pqh_ptx_shd.g_old_rec.information27
262: ,p_information28_o =>pqh_ptx_shd.g_old_rec.information28
263: ,p_information29_o =>pqh_ptx_shd.g_old_rec.information29
264: ,p_information30_o =>pqh_ptx_shd.g_old_rec.information30
265: ,p_information_category_o =>pqh_ptx_shd.g_old_rec.information_category

Line 262: ,p_information28_o =>pqh_ptx_shd.g_old_rec.information28

258: ,p_information24_o =>pqh_ptx_shd.g_old_rec.information24
259: ,p_information25_o =>pqh_ptx_shd.g_old_rec.information25
260: ,p_information26_o =>pqh_ptx_shd.g_old_rec.information26
261: ,p_information27_o =>pqh_ptx_shd.g_old_rec.information27
262: ,p_information28_o =>pqh_ptx_shd.g_old_rec.information28
263: ,p_information29_o =>pqh_ptx_shd.g_old_rec.information29
264: ,p_information30_o =>pqh_ptx_shd.g_old_rec.information30
265: ,p_information_category_o =>pqh_ptx_shd.g_old_rec.information_category
266: ,p_attribute1_o =>pqh_ptx_shd.g_old_rec.attribute1

Line 263: ,p_information29_o =>pqh_ptx_shd.g_old_rec.information29

259: ,p_information25_o =>pqh_ptx_shd.g_old_rec.information25
260: ,p_information26_o =>pqh_ptx_shd.g_old_rec.information26
261: ,p_information27_o =>pqh_ptx_shd.g_old_rec.information27
262: ,p_information28_o =>pqh_ptx_shd.g_old_rec.information28
263: ,p_information29_o =>pqh_ptx_shd.g_old_rec.information29
264: ,p_information30_o =>pqh_ptx_shd.g_old_rec.information30
265: ,p_information_category_o =>pqh_ptx_shd.g_old_rec.information_category
266: ,p_attribute1_o =>pqh_ptx_shd.g_old_rec.attribute1
267: ,p_attribute2_o =>pqh_ptx_shd.g_old_rec.attribute2

Line 264: ,p_information30_o =>pqh_ptx_shd.g_old_rec.information30

260: ,p_information26_o =>pqh_ptx_shd.g_old_rec.information26
261: ,p_information27_o =>pqh_ptx_shd.g_old_rec.information27
262: ,p_information28_o =>pqh_ptx_shd.g_old_rec.information28
263: ,p_information29_o =>pqh_ptx_shd.g_old_rec.information29
264: ,p_information30_o =>pqh_ptx_shd.g_old_rec.information30
265: ,p_information_category_o =>pqh_ptx_shd.g_old_rec.information_category
266: ,p_attribute1_o =>pqh_ptx_shd.g_old_rec.attribute1
267: ,p_attribute2_o =>pqh_ptx_shd.g_old_rec.attribute2
268: ,p_attribute3_o =>pqh_ptx_shd.g_old_rec.attribute3

Line 265: ,p_information_category_o =>pqh_ptx_shd.g_old_rec.information_category

261: ,p_information27_o =>pqh_ptx_shd.g_old_rec.information27
262: ,p_information28_o =>pqh_ptx_shd.g_old_rec.information28
263: ,p_information29_o =>pqh_ptx_shd.g_old_rec.information29
264: ,p_information30_o =>pqh_ptx_shd.g_old_rec.information30
265: ,p_information_category_o =>pqh_ptx_shd.g_old_rec.information_category
266: ,p_attribute1_o =>pqh_ptx_shd.g_old_rec.attribute1
267: ,p_attribute2_o =>pqh_ptx_shd.g_old_rec.attribute2
268: ,p_attribute3_o =>pqh_ptx_shd.g_old_rec.attribute3
269: ,p_attribute4_o =>pqh_ptx_shd.g_old_rec.attribute4

Line 266: ,p_attribute1_o =>pqh_ptx_shd.g_old_rec.attribute1

262: ,p_information28_o =>pqh_ptx_shd.g_old_rec.information28
263: ,p_information29_o =>pqh_ptx_shd.g_old_rec.information29
264: ,p_information30_o =>pqh_ptx_shd.g_old_rec.information30
265: ,p_information_category_o =>pqh_ptx_shd.g_old_rec.information_category
266: ,p_attribute1_o =>pqh_ptx_shd.g_old_rec.attribute1
267: ,p_attribute2_o =>pqh_ptx_shd.g_old_rec.attribute2
268: ,p_attribute3_o =>pqh_ptx_shd.g_old_rec.attribute3
269: ,p_attribute4_o =>pqh_ptx_shd.g_old_rec.attribute4
270: ,p_attribute5_o =>pqh_ptx_shd.g_old_rec.attribute5

Line 267: ,p_attribute2_o =>pqh_ptx_shd.g_old_rec.attribute2

263: ,p_information29_o =>pqh_ptx_shd.g_old_rec.information29
264: ,p_information30_o =>pqh_ptx_shd.g_old_rec.information30
265: ,p_information_category_o =>pqh_ptx_shd.g_old_rec.information_category
266: ,p_attribute1_o =>pqh_ptx_shd.g_old_rec.attribute1
267: ,p_attribute2_o =>pqh_ptx_shd.g_old_rec.attribute2
268: ,p_attribute3_o =>pqh_ptx_shd.g_old_rec.attribute3
269: ,p_attribute4_o =>pqh_ptx_shd.g_old_rec.attribute4
270: ,p_attribute5_o =>pqh_ptx_shd.g_old_rec.attribute5
271: ,p_attribute6_o =>pqh_ptx_shd.g_old_rec.attribute6

Line 268: ,p_attribute3_o =>pqh_ptx_shd.g_old_rec.attribute3

264: ,p_information30_o =>pqh_ptx_shd.g_old_rec.information30
265: ,p_information_category_o =>pqh_ptx_shd.g_old_rec.information_category
266: ,p_attribute1_o =>pqh_ptx_shd.g_old_rec.attribute1
267: ,p_attribute2_o =>pqh_ptx_shd.g_old_rec.attribute2
268: ,p_attribute3_o =>pqh_ptx_shd.g_old_rec.attribute3
269: ,p_attribute4_o =>pqh_ptx_shd.g_old_rec.attribute4
270: ,p_attribute5_o =>pqh_ptx_shd.g_old_rec.attribute5
271: ,p_attribute6_o =>pqh_ptx_shd.g_old_rec.attribute6
272: ,p_attribute7_o =>pqh_ptx_shd.g_old_rec.attribute7

Line 269: ,p_attribute4_o =>pqh_ptx_shd.g_old_rec.attribute4

265: ,p_information_category_o =>pqh_ptx_shd.g_old_rec.information_category
266: ,p_attribute1_o =>pqh_ptx_shd.g_old_rec.attribute1
267: ,p_attribute2_o =>pqh_ptx_shd.g_old_rec.attribute2
268: ,p_attribute3_o =>pqh_ptx_shd.g_old_rec.attribute3
269: ,p_attribute4_o =>pqh_ptx_shd.g_old_rec.attribute4
270: ,p_attribute5_o =>pqh_ptx_shd.g_old_rec.attribute5
271: ,p_attribute6_o =>pqh_ptx_shd.g_old_rec.attribute6
272: ,p_attribute7_o =>pqh_ptx_shd.g_old_rec.attribute7
273: ,p_attribute8_o =>pqh_ptx_shd.g_old_rec.attribute8

Line 270: ,p_attribute5_o =>pqh_ptx_shd.g_old_rec.attribute5

266: ,p_attribute1_o =>pqh_ptx_shd.g_old_rec.attribute1
267: ,p_attribute2_o =>pqh_ptx_shd.g_old_rec.attribute2
268: ,p_attribute3_o =>pqh_ptx_shd.g_old_rec.attribute3
269: ,p_attribute4_o =>pqh_ptx_shd.g_old_rec.attribute4
270: ,p_attribute5_o =>pqh_ptx_shd.g_old_rec.attribute5
271: ,p_attribute6_o =>pqh_ptx_shd.g_old_rec.attribute6
272: ,p_attribute7_o =>pqh_ptx_shd.g_old_rec.attribute7
273: ,p_attribute8_o =>pqh_ptx_shd.g_old_rec.attribute8
274: ,p_attribute9_o =>pqh_ptx_shd.g_old_rec.attribute9

Line 271: ,p_attribute6_o =>pqh_ptx_shd.g_old_rec.attribute6

267: ,p_attribute2_o =>pqh_ptx_shd.g_old_rec.attribute2
268: ,p_attribute3_o =>pqh_ptx_shd.g_old_rec.attribute3
269: ,p_attribute4_o =>pqh_ptx_shd.g_old_rec.attribute4
270: ,p_attribute5_o =>pqh_ptx_shd.g_old_rec.attribute5
271: ,p_attribute6_o =>pqh_ptx_shd.g_old_rec.attribute6
272: ,p_attribute7_o =>pqh_ptx_shd.g_old_rec.attribute7
273: ,p_attribute8_o =>pqh_ptx_shd.g_old_rec.attribute8
274: ,p_attribute9_o =>pqh_ptx_shd.g_old_rec.attribute9
275: ,p_attribute10_o =>pqh_ptx_shd.g_old_rec.attribute10

Line 272: ,p_attribute7_o =>pqh_ptx_shd.g_old_rec.attribute7

268: ,p_attribute3_o =>pqh_ptx_shd.g_old_rec.attribute3
269: ,p_attribute4_o =>pqh_ptx_shd.g_old_rec.attribute4
270: ,p_attribute5_o =>pqh_ptx_shd.g_old_rec.attribute5
271: ,p_attribute6_o =>pqh_ptx_shd.g_old_rec.attribute6
272: ,p_attribute7_o =>pqh_ptx_shd.g_old_rec.attribute7
273: ,p_attribute8_o =>pqh_ptx_shd.g_old_rec.attribute8
274: ,p_attribute9_o =>pqh_ptx_shd.g_old_rec.attribute9
275: ,p_attribute10_o =>pqh_ptx_shd.g_old_rec.attribute10
276: ,p_attribute11_o =>pqh_ptx_shd.g_old_rec.attribute11

Line 273: ,p_attribute8_o =>pqh_ptx_shd.g_old_rec.attribute8

269: ,p_attribute4_o =>pqh_ptx_shd.g_old_rec.attribute4
270: ,p_attribute5_o =>pqh_ptx_shd.g_old_rec.attribute5
271: ,p_attribute6_o =>pqh_ptx_shd.g_old_rec.attribute6
272: ,p_attribute7_o =>pqh_ptx_shd.g_old_rec.attribute7
273: ,p_attribute8_o =>pqh_ptx_shd.g_old_rec.attribute8
274: ,p_attribute9_o =>pqh_ptx_shd.g_old_rec.attribute9
275: ,p_attribute10_o =>pqh_ptx_shd.g_old_rec.attribute10
276: ,p_attribute11_o =>pqh_ptx_shd.g_old_rec.attribute11
277: ,p_attribute12_o =>pqh_ptx_shd.g_old_rec.attribute12

Line 274: ,p_attribute9_o =>pqh_ptx_shd.g_old_rec.attribute9

270: ,p_attribute5_o =>pqh_ptx_shd.g_old_rec.attribute5
271: ,p_attribute6_o =>pqh_ptx_shd.g_old_rec.attribute6
272: ,p_attribute7_o =>pqh_ptx_shd.g_old_rec.attribute7
273: ,p_attribute8_o =>pqh_ptx_shd.g_old_rec.attribute8
274: ,p_attribute9_o =>pqh_ptx_shd.g_old_rec.attribute9
275: ,p_attribute10_o =>pqh_ptx_shd.g_old_rec.attribute10
276: ,p_attribute11_o =>pqh_ptx_shd.g_old_rec.attribute11
277: ,p_attribute12_o =>pqh_ptx_shd.g_old_rec.attribute12
278: ,p_attribute13_o =>pqh_ptx_shd.g_old_rec.attribute13

Line 275: ,p_attribute10_o =>pqh_ptx_shd.g_old_rec.attribute10

271: ,p_attribute6_o =>pqh_ptx_shd.g_old_rec.attribute6
272: ,p_attribute7_o =>pqh_ptx_shd.g_old_rec.attribute7
273: ,p_attribute8_o =>pqh_ptx_shd.g_old_rec.attribute8
274: ,p_attribute9_o =>pqh_ptx_shd.g_old_rec.attribute9
275: ,p_attribute10_o =>pqh_ptx_shd.g_old_rec.attribute10
276: ,p_attribute11_o =>pqh_ptx_shd.g_old_rec.attribute11
277: ,p_attribute12_o =>pqh_ptx_shd.g_old_rec.attribute12
278: ,p_attribute13_o =>pqh_ptx_shd.g_old_rec.attribute13
279: ,p_attribute14_o =>pqh_ptx_shd.g_old_rec.attribute14

Line 276: ,p_attribute11_o =>pqh_ptx_shd.g_old_rec.attribute11

272: ,p_attribute7_o =>pqh_ptx_shd.g_old_rec.attribute7
273: ,p_attribute8_o =>pqh_ptx_shd.g_old_rec.attribute8
274: ,p_attribute9_o =>pqh_ptx_shd.g_old_rec.attribute9
275: ,p_attribute10_o =>pqh_ptx_shd.g_old_rec.attribute10
276: ,p_attribute11_o =>pqh_ptx_shd.g_old_rec.attribute11
277: ,p_attribute12_o =>pqh_ptx_shd.g_old_rec.attribute12
278: ,p_attribute13_o =>pqh_ptx_shd.g_old_rec.attribute13
279: ,p_attribute14_o =>pqh_ptx_shd.g_old_rec.attribute14
280: ,p_attribute15_o =>pqh_ptx_shd.g_old_rec.attribute15

Line 277: ,p_attribute12_o =>pqh_ptx_shd.g_old_rec.attribute12

273: ,p_attribute8_o =>pqh_ptx_shd.g_old_rec.attribute8
274: ,p_attribute9_o =>pqh_ptx_shd.g_old_rec.attribute9
275: ,p_attribute10_o =>pqh_ptx_shd.g_old_rec.attribute10
276: ,p_attribute11_o =>pqh_ptx_shd.g_old_rec.attribute11
277: ,p_attribute12_o =>pqh_ptx_shd.g_old_rec.attribute12
278: ,p_attribute13_o =>pqh_ptx_shd.g_old_rec.attribute13
279: ,p_attribute14_o =>pqh_ptx_shd.g_old_rec.attribute14
280: ,p_attribute15_o =>pqh_ptx_shd.g_old_rec.attribute15
281: ,p_attribute16_o =>pqh_ptx_shd.g_old_rec.attribute16

Line 278: ,p_attribute13_o =>pqh_ptx_shd.g_old_rec.attribute13

274: ,p_attribute9_o =>pqh_ptx_shd.g_old_rec.attribute9
275: ,p_attribute10_o =>pqh_ptx_shd.g_old_rec.attribute10
276: ,p_attribute11_o =>pqh_ptx_shd.g_old_rec.attribute11
277: ,p_attribute12_o =>pqh_ptx_shd.g_old_rec.attribute12
278: ,p_attribute13_o =>pqh_ptx_shd.g_old_rec.attribute13
279: ,p_attribute14_o =>pqh_ptx_shd.g_old_rec.attribute14
280: ,p_attribute15_o =>pqh_ptx_shd.g_old_rec.attribute15
281: ,p_attribute16_o =>pqh_ptx_shd.g_old_rec.attribute16
282: ,p_attribute17_o =>pqh_ptx_shd.g_old_rec.attribute17

Line 279: ,p_attribute14_o =>pqh_ptx_shd.g_old_rec.attribute14

275: ,p_attribute10_o =>pqh_ptx_shd.g_old_rec.attribute10
276: ,p_attribute11_o =>pqh_ptx_shd.g_old_rec.attribute11
277: ,p_attribute12_o =>pqh_ptx_shd.g_old_rec.attribute12
278: ,p_attribute13_o =>pqh_ptx_shd.g_old_rec.attribute13
279: ,p_attribute14_o =>pqh_ptx_shd.g_old_rec.attribute14
280: ,p_attribute15_o =>pqh_ptx_shd.g_old_rec.attribute15
281: ,p_attribute16_o =>pqh_ptx_shd.g_old_rec.attribute16
282: ,p_attribute17_o =>pqh_ptx_shd.g_old_rec.attribute17
283: ,p_attribute18_o =>pqh_ptx_shd.g_old_rec.attribute18

Line 280: ,p_attribute15_o =>pqh_ptx_shd.g_old_rec.attribute15

276: ,p_attribute11_o =>pqh_ptx_shd.g_old_rec.attribute11
277: ,p_attribute12_o =>pqh_ptx_shd.g_old_rec.attribute12
278: ,p_attribute13_o =>pqh_ptx_shd.g_old_rec.attribute13
279: ,p_attribute14_o =>pqh_ptx_shd.g_old_rec.attribute14
280: ,p_attribute15_o =>pqh_ptx_shd.g_old_rec.attribute15
281: ,p_attribute16_o =>pqh_ptx_shd.g_old_rec.attribute16
282: ,p_attribute17_o =>pqh_ptx_shd.g_old_rec.attribute17
283: ,p_attribute18_o =>pqh_ptx_shd.g_old_rec.attribute18
284: ,p_attribute19_o =>pqh_ptx_shd.g_old_rec.attribute19

Line 281: ,p_attribute16_o =>pqh_ptx_shd.g_old_rec.attribute16

277: ,p_attribute12_o =>pqh_ptx_shd.g_old_rec.attribute12
278: ,p_attribute13_o =>pqh_ptx_shd.g_old_rec.attribute13
279: ,p_attribute14_o =>pqh_ptx_shd.g_old_rec.attribute14
280: ,p_attribute15_o =>pqh_ptx_shd.g_old_rec.attribute15
281: ,p_attribute16_o =>pqh_ptx_shd.g_old_rec.attribute16
282: ,p_attribute17_o =>pqh_ptx_shd.g_old_rec.attribute17
283: ,p_attribute18_o =>pqh_ptx_shd.g_old_rec.attribute18
284: ,p_attribute19_o =>pqh_ptx_shd.g_old_rec.attribute19
285: ,p_attribute20_o =>pqh_ptx_shd.g_old_rec.attribute20

Line 282: ,p_attribute17_o =>pqh_ptx_shd.g_old_rec.attribute17

278: ,p_attribute13_o =>pqh_ptx_shd.g_old_rec.attribute13
279: ,p_attribute14_o =>pqh_ptx_shd.g_old_rec.attribute14
280: ,p_attribute15_o =>pqh_ptx_shd.g_old_rec.attribute15
281: ,p_attribute16_o =>pqh_ptx_shd.g_old_rec.attribute16
282: ,p_attribute17_o =>pqh_ptx_shd.g_old_rec.attribute17
283: ,p_attribute18_o =>pqh_ptx_shd.g_old_rec.attribute18
284: ,p_attribute19_o =>pqh_ptx_shd.g_old_rec.attribute19
285: ,p_attribute20_o =>pqh_ptx_shd.g_old_rec.attribute20
286: ,p_attribute21_o =>pqh_ptx_shd.g_old_rec.attribute21

Line 283: ,p_attribute18_o =>pqh_ptx_shd.g_old_rec.attribute18

279: ,p_attribute14_o =>pqh_ptx_shd.g_old_rec.attribute14
280: ,p_attribute15_o =>pqh_ptx_shd.g_old_rec.attribute15
281: ,p_attribute16_o =>pqh_ptx_shd.g_old_rec.attribute16
282: ,p_attribute17_o =>pqh_ptx_shd.g_old_rec.attribute17
283: ,p_attribute18_o =>pqh_ptx_shd.g_old_rec.attribute18
284: ,p_attribute19_o =>pqh_ptx_shd.g_old_rec.attribute19
285: ,p_attribute20_o =>pqh_ptx_shd.g_old_rec.attribute20
286: ,p_attribute21_o =>pqh_ptx_shd.g_old_rec.attribute21
287: ,p_attribute22_o =>pqh_ptx_shd.g_old_rec.attribute22

Line 284: ,p_attribute19_o =>pqh_ptx_shd.g_old_rec.attribute19

280: ,p_attribute15_o =>pqh_ptx_shd.g_old_rec.attribute15
281: ,p_attribute16_o =>pqh_ptx_shd.g_old_rec.attribute16
282: ,p_attribute17_o =>pqh_ptx_shd.g_old_rec.attribute17
283: ,p_attribute18_o =>pqh_ptx_shd.g_old_rec.attribute18
284: ,p_attribute19_o =>pqh_ptx_shd.g_old_rec.attribute19
285: ,p_attribute20_o =>pqh_ptx_shd.g_old_rec.attribute20
286: ,p_attribute21_o =>pqh_ptx_shd.g_old_rec.attribute21
287: ,p_attribute22_o =>pqh_ptx_shd.g_old_rec.attribute22
288: ,p_attribute23_o =>pqh_ptx_shd.g_old_rec.attribute23

Line 285: ,p_attribute20_o =>pqh_ptx_shd.g_old_rec.attribute20

281: ,p_attribute16_o =>pqh_ptx_shd.g_old_rec.attribute16
282: ,p_attribute17_o =>pqh_ptx_shd.g_old_rec.attribute17
283: ,p_attribute18_o =>pqh_ptx_shd.g_old_rec.attribute18
284: ,p_attribute19_o =>pqh_ptx_shd.g_old_rec.attribute19
285: ,p_attribute20_o =>pqh_ptx_shd.g_old_rec.attribute20
286: ,p_attribute21_o =>pqh_ptx_shd.g_old_rec.attribute21
287: ,p_attribute22_o =>pqh_ptx_shd.g_old_rec.attribute22
288: ,p_attribute23_o =>pqh_ptx_shd.g_old_rec.attribute23
289: ,p_attribute24_o =>pqh_ptx_shd.g_old_rec.attribute24

Line 286: ,p_attribute21_o =>pqh_ptx_shd.g_old_rec.attribute21

282: ,p_attribute17_o =>pqh_ptx_shd.g_old_rec.attribute17
283: ,p_attribute18_o =>pqh_ptx_shd.g_old_rec.attribute18
284: ,p_attribute19_o =>pqh_ptx_shd.g_old_rec.attribute19
285: ,p_attribute20_o =>pqh_ptx_shd.g_old_rec.attribute20
286: ,p_attribute21_o =>pqh_ptx_shd.g_old_rec.attribute21
287: ,p_attribute22_o =>pqh_ptx_shd.g_old_rec.attribute22
288: ,p_attribute23_o =>pqh_ptx_shd.g_old_rec.attribute23
289: ,p_attribute24_o =>pqh_ptx_shd.g_old_rec.attribute24
290: ,p_attribute25_o =>pqh_ptx_shd.g_old_rec.attribute25

Line 287: ,p_attribute22_o =>pqh_ptx_shd.g_old_rec.attribute22

283: ,p_attribute18_o =>pqh_ptx_shd.g_old_rec.attribute18
284: ,p_attribute19_o =>pqh_ptx_shd.g_old_rec.attribute19
285: ,p_attribute20_o =>pqh_ptx_shd.g_old_rec.attribute20
286: ,p_attribute21_o =>pqh_ptx_shd.g_old_rec.attribute21
287: ,p_attribute22_o =>pqh_ptx_shd.g_old_rec.attribute22
288: ,p_attribute23_o =>pqh_ptx_shd.g_old_rec.attribute23
289: ,p_attribute24_o =>pqh_ptx_shd.g_old_rec.attribute24
290: ,p_attribute25_o =>pqh_ptx_shd.g_old_rec.attribute25
291: ,p_attribute26_o =>pqh_ptx_shd.g_old_rec.attribute26

Line 288: ,p_attribute23_o =>pqh_ptx_shd.g_old_rec.attribute23

284: ,p_attribute19_o =>pqh_ptx_shd.g_old_rec.attribute19
285: ,p_attribute20_o =>pqh_ptx_shd.g_old_rec.attribute20
286: ,p_attribute21_o =>pqh_ptx_shd.g_old_rec.attribute21
287: ,p_attribute22_o =>pqh_ptx_shd.g_old_rec.attribute22
288: ,p_attribute23_o =>pqh_ptx_shd.g_old_rec.attribute23
289: ,p_attribute24_o =>pqh_ptx_shd.g_old_rec.attribute24
290: ,p_attribute25_o =>pqh_ptx_shd.g_old_rec.attribute25
291: ,p_attribute26_o =>pqh_ptx_shd.g_old_rec.attribute26
292: ,p_attribute27_o =>pqh_ptx_shd.g_old_rec.attribute27

Line 289: ,p_attribute24_o =>pqh_ptx_shd.g_old_rec.attribute24

285: ,p_attribute20_o =>pqh_ptx_shd.g_old_rec.attribute20
286: ,p_attribute21_o =>pqh_ptx_shd.g_old_rec.attribute21
287: ,p_attribute22_o =>pqh_ptx_shd.g_old_rec.attribute22
288: ,p_attribute23_o =>pqh_ptx_shd.g_old_rec.attribute23
289: ,p_attribute24_o =>pqh_ptx_shd.g_old_rec.attribute24
290: ,p_attribute25_o =>pqh_ptx_shd.g_old_rec.attribute25
291: ,p_attribute26_o =>pqh_ptx_shd.g_old_rec.attribute26
292: ,p_attribute27_o =>pqh_ptx_shd.g_old_rec.attribute27
293: ,p_attribute28_o =>pqh_ptx_shd.g_old_rec.attribute28

Line 290: ,p_attribute25_o =>pqh_ptx_shd.g_old_rec.attribute25

286: ,p_attribute21_o =>pqh_ptx_shd.g_old_rec.attribute21
287: ,p_attribute22_o =>pqh_ptx_shd.g_old_rec.attribute22
288: ,p_attribute23_o =>pqh_ptx_shd.g_old_rec.attribute23
289: ,p_attribute24_o =>pqh_ptx_shd.g_old_rec.attribute24
290: ,p_attribute25_o =>pqh_ptx_shd.g_old_rec.attribute25
291: ,p_attribute26_o =>pqh_ptx_shd.g_old_rec.attribute26
292: ,p_attribute27_o =>pqh_ptx_shd.g_old_rec.attribute27
293: ,p_attribute28_o =>pqh_ptx_shd.g_old_rec.attribute28
294: ,p_attribute29_o =>pqh_ptx_shd.g_old_rec.attribute29

Line 291: ,p_attribute26_o =>pqh_ptx_shd.g_old_rec.attribute26

287: ,p_attribute22_o =>pqh_ptx_shd.g_old_rec.attribute22
288: ,p_attribute23_o =>pqh_ptx_shd.g_old_rec.attribute23
289: ,p_attribute24_o =>pqh_ptx_shd.g_old_rec.attribute24
290: ,p_attribute25_o =>pqh_ptx_shd.g_old_rec.attribute25
291: ,p_attribute26_o =>pqh_ptx_shd.g_old_rec.attribute26
292: ,p_attribute27_o =>pqh_ptx_shd.g_old_rec.attribute27
293: ,p_attribute28_o =>pqh_ptx_shd.g_old_rec.attribute28
294: ,p_attribute29_o =>pqh_ptx_shd.g_old_rec.attribute29
295: ,p_attribute30_o =>pqh_ptx_shd.g_old_rec.attribute30

Line 292: ,p_attribute27_o =>pqh_ptx_shd.g_old_rec.attribute27

288: ,p_attribute23_o =>pqh_ptx_shd.g_old_rec.attribute23
289: ,p_attribute24_o =>pqh_ptx_shd.g_old_rec.attribute24
290: ,p_attribute25_o =>pqh_ptx_shd.g_old_rec.attribute25
291: ,p_attribute26_o =>pqh_ptx_shd.g_old_rec.attribute26
292: ,p_attribute27_o =>pqh_ptx_shd.g_old_rec.attribute27
293: ,p_attribute28_o =>pqh_ptx_shd.g_old_rec.attribute28
294: ,p_attribute29_o =>pqh_ptx_shd.g_old_rec.attribute29
295: ,p_attribute30_o =>pqh_ptx_shd.g_old_rec.attribute30
296: ,p_attribute_category_o =>pqh_ptx_shd.g_old_rec.attribute_category

Line 293: ,p_attribute28_o =>pqh_ptx_shd.g_old_rec.attribute28

289: ,p_attribute24_o =>pqh_ptx_shd.g_old_rec.attribute24
290: ,p_attribute25_o =>pqh_ptx_shd.g_old_rec.attribute25
291: ,p_attribute26_o =>pqh_ptx_shd.g_old_rec.attribute26
292: ,p_attribute27_o =>pqh_ptx_shd.g_old_rec.attribute27
293: ,p_attribute28_o =>pqh_ptx_shd.g_old_rec.attribute28
294: ,p_attribute29_o =>pqh_ptx_shd.g_old_rec.attribute29
295: ,p_attribute30_o =>pqh_ptx_shd.g_old_rec.attribute30
296: ,p_attribute_category_o =>pqh_ptx_shd.g_old_rec.attribute_category
297: ,p_object_version_number_o =>pqh_ptx_shd.g_old_rec.object_version_number

Line 294: ,p_attribute29_o =>pqh_ptx_shd.g_old_rec.attribute29

290: ,p_attribute25_o =>pqh_ptx_shd.g_old_rec.attribute25
291: ,p_attribute26_o =>pqh_ptx_shd.g_old_rec.attribute26
292: ,p_attribute27_o =>pqh_ptx_shd.g_old_rec.attribute27
293: ,p_attribute28_o =>pqh_ptx_shd.g_old_rec.attribute28
294: ,p_attribute29_o =>pqh_ptx_shd.g_old_rec.attribute29
295: ,p_attribute30_o =>pqh_ptx_shd.g_old_rec.attribute30
296: ,p_attribute_category_o =>pqh_ptx_shd.g_old_rec.attribute_category
297: ,p_object_version_number_o =>pqh_ptx_shd.g_old_rec.object_version_number
298: ,p_pay_basis_id_o =>pqh_ptx_shd.g_old_rec.pay_basis_id

Line 295: ,p_attribute30_o =>pqh_ptx_shd.g_old_rec.attribute30

291: ,p_attribute26_o =>pqh_ptx_shd.g_old_rec.attribute26
292: ,p_attribute27_o =>pqh_ptx_shd.g_old_rec.attribute27
293: ,p_attribute28_o =>pqh_ptx_shd.g_old_rec.attribute28
294: ,p_attribute29_o =>pqh_ptx_shd.g_old_rec.attribute29
295: ,p_attribute30_o =>pqh_ptx_shd.g_old_rec.attribute30
296: ,p_attribute_category_o =>pqh_ptx_shd.g_old_rec.attribute_category
297: ,p_object_version_number_o =>pqh_ptx_shd.g_old_rec.object_version_number
298: ,p_pay_basis_id_o =>pqh_ptx_shd.g_old_rec.pay_basis_id
299: ,p_supervisor_id_o =>pqh_ptx_shd.g_old_rec.supervisor_id

Line 296: ,p_attribute_category_o =>pqh_ptx_shd.g_old_rec.attribute_category

292: ,p_attribute27_o =>pqh_ptx_shd.g_old_rec.attribute27
293: ,p_attribute28_o =>pqh_ptx_shd.g_old_rec.attribute28
294: ,p_attribute29_o =>pqh_ptx_shd.g_old_rec.attribute29
295: ,p_attribute30_o =>pqh_ptx_shd.g_old_rec.attribute30
296: ,p_attribute_category_o =>pqh_ptx_shd.g_old_rec.attribute_category
297: ,p_object_version_number_o =>pqh_ptx_shd.g_old_rec.object_version_number
298: ,p_pay_basis_id_o =>pqh_ptx_shd.g_old_rec.pay_basis_id
299: ,p_supervisor_id_o =>pqh_ptx_shd.g_old_rec.supervisor_id
300: ,p_wf_transaction_category_id_o =>pqh_ptx_shd.g_old_rec.wf_transaction_category_id

Line 297: ,p_object_version_number_o =>pqh_ptx_shd.g_old_rec.object_version_number

293: ,p_attribute28_o =>pqh_ptx_shd.g_old_rec.attribute28
294: ,p_attribute29_o =>pqh_ptx_shd.g_old_rec.attribute29
295: ,p_attribute30_o =>pqh_ptx_shd.g_old_rec.attribute30
296: ,p_attribute_category_o =>pqh_ptx_shd.g_old_rec.attribute_category
297: ,p_object_version_number_o =>pqh_ptx_shd.g_old_rec.object_version_number
298: ,p_pay_basis_id_o =>pqh_ptx_shd.g_old_rec.pay_basis_id
299: ,p_supervisor_id_o =>pqh_ptx_shd.g_old_rec.supervisor_id
300: ,p_wf_transaction_category_id_o =>pqh_ptx_shd.g_old_rec.wf_transaction_category_id
301: );

Line 298: ,p_pay_basis_id_o =>pqh_ptx_shd.g_old_rec.pay_basis_id

294: ,p_attribute29_o =>pqh_ptx_shd.g_old_rec.attribute29
295: ,p_attribute30_o =>pqh_ptx_shd.g_old_rec.attribute30
296: ,p_attribute_category_o =>pqh_ptx_shd.g_old_rec.attribute_category
297: ,p_object_version_number_o =>pqh_ptx_shd.g_old_rec.object_version_number
298: ,p_pay_basis_id_o =>pqh_ptx_shd.g_old_rec.pay_basis_id
299: ,p_supervisor_id_o =>pqh_ptx_shd.g_old_rec.supervisor_id
300: ,p_wf_transaction_category_id_o =>pqh_ptx_shd.g_old_rec.wf_transaction_category_id
301: );
302: --

Line 299: ,p_supervisor_id_o =>pqh_ptx_shd.g_old_rec.supervisor_id

295: ,p_attribute30_o =>pqh_ptx_shd.g_old_rec.attribute30
296: ,p_attribute_category_o =>pqh_ptx_shd.g_old_rec.attribute_category
297: ,p_object_version_number_o =>pqh_ptx_shd.g_old_rec.object_version_number
298: ,p_pay_basis_id_o =>pqh_ptx_shd.g_old_rec.pay_basis_id
299: ,p_supervisor_id_o =>pqh_ptx_shd.g_old_rec.supervisor_id
300: ,p_wf_transaction_category_id_o =>pqh_ptx_shd.g_old_rec.wf_transaction_category_id
301: );
302: --
303: exception

Line 300: ,p_wf_transaction_category_id_o =>pqh_ptx_shd.g_old_rec.wf_transaction_category_id

296: ,p_attribute_category_o =>pqh_ptx_shd.g_old_rec.attribute_category
297: ,p_object_version_number_o =>pqh_ptx_shd.g_old_rec.object_version_number
298: ,p_pay_basis_id_o =>pqh_ptx_shd.g_old_rec.pay_basis_id
299: ,p_supervisor_id_o =>pqh_ptx_shd.g_old_rec.supervisor_id
300: ,p_wf_transaction_category_id_o =>pqh_ptx_shd.g_old_rec.wf_transaction_category_id
301: );
302: --
303: exception
304: --

Line 325: p_rec in pqh_ptx_shd.g_rec_type

321: -- ----------------------------------------------------------------------------
322: Procedure del
323: (
324: p_effective_date in date,
325: p_rec in pqh_ptx_shd.g_rec_type
326: ) is
327: --
328: l_proc varchar2(72) := g_package||'del';
329: --

Line 335: pqh_ptx_shd.lck

331: hr_utility.set_location('Entering:'||l_proc, 5);
332: --
333: -- We must lock the row which we need to delete.
334: --
335: pqh_ptx_shd.lck
336: (
337: p_rec.position_transaction_id,
338: p_rec.object_version_number
339: );

Line 370: l_rec pqh_ptx_shd.g_rec_type;

366: p_position_transaction_id in number,
367: p_object_version_number in number
368: ) is
369: --
370: l_rec pqh_ptx_shd.g_rec_type;
371: l_proc varchar2(72) := g_package||'del';
372: --
373: Begin
374: hr_utility.set_location('Entering:'||l_proc, 5);