DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on PER_ASSIGNMENTS_F

Line 239: p_assignment_id in per_assignments_f.assignment_id%type default null,

235: p_history_data in ghr_pa_history%rowtype,
236: p_asgnei_data in out nocopy per_assignment_extra_info%rowtype);
237:
238: Procedure conv_to_asgn_rg(
239: p_assignment_id in per_assignments_f.assignment_id%type default null,
240: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
241: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
242: p_business_group_id in per_assignments_f.business_group_id%type default null,
243: p_recruiter_id in per_assignments_f.recruiter_id%type default null,

Line 240: p_effective_start_date in per_assignments_f.effective_start_date%type default null,

236: p_asgnei_data in out nocopy per_assignment_extra_info%rowtype);
237:
238: Procedure conv_to_asgn_rg(
239: p_assignment_id in per_assignments_f.assignment_id%type default null,
240: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
241: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
242: p_business_group_id in per_assignments_f.business_group_id%type default null,
243: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
244: p_grade_id in per_assignments_f.grade_id%type default null,

Line 241: p_effective_end_date in per_assignments_f.effective_end_date%type default null,

237:
238: Procedure conv_to_asgn_rg(
239: p_assignment_id in per_assignments_f.assignment_id%type default null,
240: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
241: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
242: p_business_group_id in per_assignments_f.business_group_id%type default null,
243: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
244: p_grade_id in per_assignments_f.grade_id%type default null,
245: p_position_id in per_assignments_f.position_id%type default null,

Line 242: p_business_group_id in per_assignments_f.business_group_id%type default null,

238: Procedure conv_to_asgn_rg(
239: p_assignment_id in per_assignments_f.assignment_id%type default null,
240: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
241: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
242: p_business_group_id in per_assignments_f.business_group_id%type default null,
243: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
244: p_grade_id in per_assignments_f.grade_id%type default null,
245: p_position_id in per_assignments_f.position_id%type default null,
246: p_job_id in per_assignments_f.job_id%type default null,

Line 243: p_recruiter_id in per_assignments_f.recruiter_id%type default null,

239: p_assignment_id in per_assignments_f.assignment_id%type default null,
240: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
241: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
242: p_business_group_id in per_assignments_f.business_group_id%type default null,
243: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
244: p_grade_id in per_assignments_f.grade_id%type default null,
245: p_position_id in per_assignments_f.position_id%type default null,
246: p_job_id in per_assignments_f.job_id%type default null,
247: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,

Line 244: p_grade_id in per_assignments_f.grade_id%type default null,

240: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
241: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
242: p_business_group_id in per_assignments_f.business_group_id%type default null,
243: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
244: p_grade_id in per_assignments_f.grade_id%type default null,
245: p_position_id in per_assignments_f.position_id%type default null,
246: p_job_id in per_assignments_f.job_id%type default null,
247: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
248: p_payroll_id in per_assignments_f.payroll_id%type default null,

Line 245: p_position_id in per_assignments_f.position_id%type default null,

241: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
242: p_business_group_id in per_assignments_f.business_group_id%type default null,
243: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
244: p_grade_id in per_assignments_f.grade_id%type default null,
245: p_position_id in per_assignments_f.position_id%type default null,
246: p_job_id in per_assignments_f.job_id%type default null,
247: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
248: p_payroll_id in per_assignments_f.payroll_id%type default null,
249: p_location_id in per_assignments_f.location_id%type default null,

Line 246: p_job_id in per_assignments_f.job_id%type default null,

242: p_business_group_id in per_assignments_f.business_group_id%type default null,
243: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
244: p_grade_id in per_assignments_f.grade_id%type default null,
245: p_position_id in per_assignments_f.position_id%type default null,
246: p_job_id in per_assignments_f.job_id%type default null,
247: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
248: p_payroll_id in per_assignments_f.payroll_id%type default null,
249: p_location_id in per_assignments_f.location_id%type default null,
250: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,

Line 247: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,

243: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
244: p_grade_id in per_assignments_f.grade_id%type default null,
245: p_position_id in per_assignments_f.position_id%type default null,
246: p_job_id in per_assignments_f.job_id%type default null,
247: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
248: p_payroll_id in per_assignments_f.payroll_id%type default null,
249: p_location_id in per_assignments_f.location_id%type default null,
250: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
251: p_supervisor_id in per_assignments_f.supervisor_id%type default null,

Line 248: p_payroll_id in per_assignments_f.payroll_id%type default null,

244: p_grade_id in per_assignments_f.grade_id%type default null,
245: p_position_id in per_assignments_f.position_id%type default null,
246: p_job_id in per_assignments_f.job_id%type default null,
247: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
248: p_payroll_id in per_assignments_f.payroll_id%type default null,
249: p_location_id in per_assignments_f.location_id%type default null,
250: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
251: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
252: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,

Line 249: p_location_id in per_assignments_f.location_id%type default null,

245: p_position_id in per_assignments_f.position_id%type default null,
246: p_job_id in per_assignments_f.job_id%type default null,
247: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
248: p_payroll_id in per_assignments_f.payroll_id%type default null,
249: p_location_id in per_assignments_f.location_id%type default null,
250: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
251: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
252: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
253: p_person_id in per_assignments_f.person_id%type default null,

Line 250: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,

246: p_job_id in per_assignments_f.job_id%type default null,
247: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
248: p_payroll_id in per_assignments_f.payroll_id%type default null,
249: p_location_id in per_assignments_f.location_id%type default null,
250: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
251: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
252: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
253: p_person_id in per_assignments_f.person_id%type default null,
254: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,

Line 251: p_supervisor_id in per_assignments_f.supervisor_id%type default null,

247: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
248: p_payroll_id in per_assignments_f.payroll_id%type default null,
249: p_location_id in per_assignments_f.location_id%type default null,
250: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
251: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
252: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
253: p_person_id in per_assignments_f.person_id%type default null,
254: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
255: p_source_organization_id in per_assignments_f.source_organization_id%type default null,

Line 252: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,

248: p_payroll_id in per_assignments_f.payroll_id%type default null,
249: p_location_id in per_assignments_f.location_id%type default null,
250: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
251: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
252: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
253: p_person_id in per_assignments_f.person_id%type default null,
254: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
255: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
256: p_organization_id in per_assignments_f.organization_id%type default null,

Line 253: p_person_id in per_assignments_f.person_id%type default null,

249: p_location_id in per_assignments_f.location_id%type default null,
250: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
251: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
252: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
253: p_person_id in per_assignments_f.person_id%type default null,
254: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
255: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
256: p_organization_id in per_assignments_f.organization_id%type default null,
257: p_people_group_id in per_assignments_f.people_group_id%type default null,

Line 254: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,

250: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
251: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
252: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
253: p_person_id in per_assignments_f.person_id%type default null,
254: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
255: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
256: p_organization_id in per_assignments_f.organization_id%type default null,
257: p_people_group_id in per_assignments_f.people_group_id%type default null,
258: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,

Line 255: p_source_organization_id in per_assignments_f.source_organization_id%type default null,

251: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
252: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
253: p_person_id in per_assignments_f.person_id%type default null,
254: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
255: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
256: p_organization_id in per_assignments_f.organization_id%type default null,
257: p_people_group_id in per_assignments_f.people_group_id%type default null,
258: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
259: p_vacancy_id in per_assignments_f.vacancy_id%type default null,

Line 256: p_organization_id in per_assignments_f.organization_id%type default null,

252: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
253: p_person_id in per_assignments_f.person_id%type default null,
254: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
255: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
256: p_organization_id in per_assignments_f.organization_id%type default null,
257: p_people_group_id in per_assignments_f.people_group_id%type default null,
258: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
259: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
260: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,

Line 257: p_people_group_id in per_assignments_f.people_group_id%type default null,

253: p_person_id in per_assignments_f.person_id%type default null,
254: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
255: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
256: p_organization_id in per_assignments_f.organization_id%type default null,
257: p_people_group_id in per_assignments_f.people_group_id%type default null,
258: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
259: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
260: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
261: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,

Line 258: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,

254: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
255: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
256: p_organization_id in per_assignments_f.organization_id%type default null,
257: p_people_group_id in per_assignments_f.people_group_id%type default null,
258: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
259: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
260: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
261: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
262: p_assignment_type in per_assignments_f.assignment_type%type default null,

Line 259: p_vacancy_id in per_assignments_f.vacancy_id%type default null,

255: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
256: p_organization_id in per_assignments_f.organization_id%type default null,
257: p_people_group_id in per_assignments_f.people_group_id%type default null,
258: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
259: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
260: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
261: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
262: p_assignment_type in per_assignments_f.assignment_type%type default null,
263: p_primary_flag in per_assignments_f.primary_flag%type default null,

Line 260: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,

256: p_organization_id in per_assignments_f.organization_id%type default null,
257: p_people_group_id in per_assignments_f.people_group_id%type default null,
258: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
259: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
260: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
261: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
262: p_assignment_type in per_assignments_f.assignment_type%type default null,
263: p_primary_flag in per_assignments_f.primary_flag%type default null,
264: p_application_id in per_assignments_f.application_id%type default null,

Line 261: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,

257: p_people_group_id in per_assignments_f.people_group_id%type default null,
258: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
259: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
260: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
261: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
262: p_assignment_type in per_assignments_f.assignment_type%type default null,
263: p_primary_flag in per_assignments_f.primary_flag%type default null,
264: p_application_id in per_assignments_f.application_id%type default null,
265: p_assignment_number in per_assignments_f.assignment_number%type default null,

Line 262: p_assignment_type in per_assignments_f.assignment_type%type default null,

258: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
259: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
260: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
261: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
262: p_assignment_type in per_assignments_f.assignment_type%type default null,
263: p_primary_flag in per_assignments_f.primary_flag%type default null,
264: p_application_id in per_assignments_f.application_id%type default null,
265: p_assignment_number in per_assignments_f.assignment_number%type default null,
266: p_change_reason in per_assignments_f.change_reason%type default null,

Line 263: p_primary_flag in per_assignments_f.primary_flag%type default null,

259: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
260: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
261: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
262: p_assignment_type in per_assignments_f.assignment_type%type default null,
263: p_primary_flag in per_assignments_f.primary_flag%type default null,
264: p_application_id in per_assignments_f.application_id%type default null,
265: p_assignment_number in per_assignments_f.assignment_number%type default null,
266: p_change_reason in per_assignments_f.change_reason%type default null,
267: p_comment_id in per_assignments_f.comment_id%type default null,

Line 264: p_application_id in per_assignments_f.application_id%type default null,

260: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
261: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
262: p_assignment_type in per_assignments_f.assignment_type%type default null,
263: p_primary_flag in per_assignments_f.primary_flag%type default null,
264: p_application_id in per_assignments_f.application_id%type default null,
265: p_assignment_number in per_assignments_f.assignment_number%type default null,
266: p_change_reason in per_assignments_f.change_reason%type default null,
267: p_comment_id in per_assignments_f.comment_id%type default null,
268: p_date_probation_end in per_assignments_f.date_probation_end%type default null,

Line 265: p_assignment_number in per_assignments_f.assignment_number%type default null,

261: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
262: p_assignment_type in per_assignments_f.assignment_type%type default null,
263: p_primary_flag in per_assignments_f.primary_flag%type default null,
264: p_application_id in per_assignments_f.application_id%type default null,
265: p_assignment_number in per_assignments_f.assignment_number%type default null,
266: p_change_reason in per_assignments_f.change_reason%type default null,
267: p_comment_id in per_assignments_f.comment_id%type default null,
268: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
269: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,

Line 266: p_change_reason in per_assignments_f.change_reason%type default null,

262: p_assignment_type in per_assignments_f.assignment_type%type default null,
263: p_primary_flag in per_assignments_f.primary_flag%type default null,
264: p_application_id in per_assignments_f.application_id%type default null,
265: p_assignment_number in per_assignments_f.assignment_number%type default null,
266: p_change_reason in per_assignments_f.change_reason%type default null,
267: p_comment_id in per_assignments_f.comment_id%type default null,
268: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
269: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
270: p_employment_category in per_assignments_f.employment_category%type default null,

Line 267: p_comment_id in per_assignments_f.comment_id%type default null,

263: p_primary_flag in per_assignments_f.primary_flag%type default null,
264: p_application_id in per_assignments_f.application_id%type default null,
265: p_assignment_number in per_assignments_f.assignment_number%type default null,
266: p_change_reason in per_assignments_f.change_reason%type default null,
267: p_comment_id in per_assignments_f.comment_id%type default null,
268: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
269: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
270: p_employment_category in per_assignments_f.employment_category%type default null,
271: p_frequency in per_assignments_f.frequency%type default null,

Line 268: p_date_probation_end in per_assignments_f.date_probation_end%type default null,

264: p_application_id in per_assignments_f.application_id%type default null,
265: p_assignment_number in per_assignments_f.assignment_number%type default null,
266: p_change_reason in per_assignments_f.change_reason%type default null,
267: p_comment_id in per_assignments_f.comment_id%type default null,
268: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
269: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
270: p_employment_category in per_assignments_f.employment_category%type default null,
271: p_frequency in per_assignments_f.frequency%type default null,
272: p_internal_address_line in per_assignments_f.internal_address_line%type default null,

Line 269: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,

265: p_assignment_number in per_assignments_f.assignment_number%type default null,
266: p_change_reason in per_assignments_f.change_reason%type default null,
267: p_comment_id in per_assignments_f.comment_id%type default null,
268: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
269: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
270: p_employment_category in per_assignments_f.employment_category%type default null,
271: p_frequency in per_assignments_f.frequency%type default null,
272: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
273: p_manager_flag in per_assignments_f.manager_flag%type default null,

Line 270: p_employment_category in per_assignments_f.employment_category%type default null,

266: p_change_reason in per_assignments_f.change_reason%type default null,
267: p_comment_id in per_assignments_f.comment_id%type default null,
268: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
269: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
270: p_employment_category in per_assignments_f.employment_category%type default null,
271: p_frequency in per_assignments_f.frequency%type default null,
272: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
273: p_manager_flag in per_assignments_f.manager_flag%type default null,
274: p_normal_hours in per_assignments_f.normal_hours%type default null,

Line 271: p_frequency in per_assignments_f.frequency%type default null,

267: p_comment_id in per_assignments_f.comment_id%type default null,
268: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
269: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
270: p_employment_category in per_assignments_f.employment_category%type default null,
271: p_frequency in per_assignments_f.frequency%type default null,
272: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
273: p_manager_flag in per_assignments_f.manager_flag%type default null,
274: p_normal_hours in per_assignments_f.normal_hours%type default null,
275: p_perf_review_period in per_assignments_f.perf_review_period%type default null,

Line 272: p_internal_address_line in per_assignments_f.internal_address_line%type default null,

268: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
269: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
270: p_employment_category in per_assignments_f.employment_category%type default null,
271: p_frequency in per_assignments_f.frequency%type default null,
272: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
273: p_manager_flag in per_assignments_f.manager_flag%type default null,
274: p_normal_hours in per_assignments_f.normal_hours%type default null,
275: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
276: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,

Line 273: p_manager_flag in per_assignments_f.manager_flag%type default null,

269: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
270: p_employment_category in per_assignments_f.employment_category%type default null,
271: p_frequency in per_assignments_f.frequency%type default null,
272: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
273: p_manager_flag in per_assignments_f.manager_flag%type default null,
274: p_normal_hours in per_assignments_f.normal_hours%type default null,
275: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
276: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
277: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,

Line 274: p_normal_hours in per_assignments_f.normal_hours%type default null,

270: p_employment_category in per_assignments_f.employment_category%type default null,
271: p_frequency in per_assignments_f.frequency%type default null,
272: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
273: p_manager_flag in per_assignments_f.manager_flag%type default null,
274: p_normal_hours in per_assignments_f.normal_hours%type default null,
275: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
276: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
277: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
278: p_probation_period in per_assignments_f.probation_period%type default null,

Line 275: p_perf_review_period in per_assignments_f.perf_review_period%type default null,

271: p_frequency in per_assignments_f.frequency%type default null,
272: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
273: p_manager_flag in per_assignments_f.manager_flag%type default null,
274: p_normal_hours in per_assignments_f.normal_hours%type default null,
275: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
276: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
277: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
278: p_probation_period in per_assignments_f.probation_period%type default null,
279: p_probation_unit in per_assignments_f.probation_unit%type default null,

Line 276: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,

272: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
273: p_manager_flag in per_assignments_f.manager_flag%type default null,
274: p_normal_hours in per_assignments_f.normal_hours%type default null,
275: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
276: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
277: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
278: p_probation_period in per_assignments_f.probation_period%type default null,
279: p_probation_unit in per_assignments_f.probation_unit%type default null,
280: p_sal_review_period in per_assignments_f.sal_review_period%type default null,

Line 277: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,

273: p_manager_flag in per_assignments_f.manager_flag%type default null,
274: p_normal_hours in per_assignments_f.normal_hours%type default null,
275: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
276: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
277: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
278: p_probation_period in per_assignments_f.probation_period%type default null,
279: p_probation_unit in per_assignments_f.probation_unit%type default null,
280: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
281: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,

Line 278: p_probation_period in per_assignments_f.probation_period%type default null,

274: p_normal_hours in per_assignments_f.normal_hours%type default null,
275: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
276: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
277: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
278: p_probation_period in per_assignments_f.probation_period%type default null,
279: p_probation_unit in per_assignments_f.probation_unit%type default null,
280: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
281: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
282: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,

Line 279: p_probation_unit in per_assignments_f.probation_unit%type default null,

275: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
276: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
277: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
278: p_probation_period in per_assignments_f.probation_period%type default null,
279: p_probation_unit in per_assignments_f.probation_unit%type default null,
280: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
281: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
282: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
283: p_source_type in per_assignments_f.source_type%type default null,

Line 280: p_sal_review_period in per_assignments_f.sal_review_period%type default null,

276: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
277: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
278: p_probation_period in per_assignments_f.probation_period%type default null,
279: p_probation_unit in per_assignments_f.probation_unit%type default null,
280: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
281: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
282: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
283: p_source_type in per_assignments_f.source_type%type default null,
284: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,

Line 281: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,

277: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
278: p_probation_period in per_assignments_f.probation_period%type default null,
279: p_probation_unit in per_assignments_f.probation_unit%type default null,
280: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
281: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
282: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
283: p_source_type in per_assignments_f.source_type%type default null,
284: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
285: p_time_normal_start in per_assignments_f.time_normal_start%type default null,

Line 282: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,

278: p_probation_period in per_assignments_f.probation_period%type default null,
279: p_probation_unit in per_assignments_f.probation_unit%type default null,
280: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
281: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
282: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
283: p_source_type in per_assignments_f.source_type%type default null,
284: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
285: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
286: p_request_id in per_assignments_f.request_id%type default null,

Line 283: p_source_type in per_assignments_f.source_type%type default null,

279: p_probation_unit in per_assignments_f.probation_unit%type default null,
280: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
281: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
282: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
283: p_source_type in per_assignments_f.source_type%type default null,
284: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
285: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
286: p_request_id in per_assignments_f.request_id%type default null,
287: p_program_application_id in per_assignments_f.program_application_id%type default null,

Line 284: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,

280: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
281: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
282: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
283: p_source_type in per_assignments_f.source_type%type default null,
284: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
285: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
286: p_request_id in per_assignments_f.request_id%type default null,
287: p_program_application_id in per_assignments_f.program_application_id%type default null,
288: p_program_id in per_assignments_f.program_id%type default null,

Line 285: p_time_normal_start in per_assignments_f.time_normal_start%type default null,

281: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
282: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
283: p_source_type in per_assignments_f.source_type%type default null,
284: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
285: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
286: p_request_id in per_assignments_f.request_id%type default null,
287: p_program_application_id in per_assignments_f.program_application_id%type default null,
288: p_program_id in per_assignments_f.program_id%type default null,
289: p_program_update_date in per_assignments_f.program_update_date%type default null,

Line 286: p_request_id in per_assignments_f.request_id%type default null,

282: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
283: p_source_type in per_assignments_f.source_type%type default null,
284: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
285: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
286: p_request_id in per_assignments_f.request_id%type default null,
287: p_program_application_id in per_assignments_f.program_application_id%type default null,
288: p_program_id in per_assignments_f.program_id%type default null,
289: p_program_update_date in per_assignments_f.program_update_date%type default null,
290: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,

Line 287: p_program_application_id in per_assignments_f.program_application_id%type default null,

283: p_source_type in per_assignments_f.source_type%type default null,
284: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
285: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
286: p_request_id in per_assignments_f.request_id%type default null,
287: p_program_application_id in per_assignments_f.program_application_id%type default null,
288: p_program_id in per_assignments_f.program_id%type default null,
289: p_program_update_date in per_assignments_f.program_update_date%type default null,
290: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
291: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,

Line 288: p_program_id in per_assignments_f.program_id%type default null,

284: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
285: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
286: p_request_id in per_assignments_f.request_id%type default null,
287: p_program_application_id in per_assignments_f.program_application_id%type default null,
288: p_program_id in per_assignments_f.program_id%type default null,
289: p_program_update_date in per_assignments_f.program_update_date%type default null,
290: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
291: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
292: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,

Line 289: p_program_update_date in per_assignments_f.program_update_date%type default null,

285: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
286: p_request_id in per_assignments_f.request_id%type default null,
287: p_program_application_id in per_assignments_f.program_application_id%type default null,
288: p_program_id in per_assignments_f.program_id%type default null,
289: p_program_update_date in per_assignments_f.program_update_date%type default null,
290: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
291: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
292: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
293: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,

Line 290: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,

286: p_request_id in per_assignments_f.request_id%type default null,
287: p_program_application_id in per_assignments_f.program_application_id%type default null,
288: p_program_id in per_assignments_f.program_id%type default null,
289: p_program_update_date in per_assignments_f.program_update_date%type default null,
290: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
291: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
292: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
293: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
294: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,

Line 291: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,

287: p_program_application_id in per_assignments_f.program_application_id%type default null,
288: p_program_id in per_assignments_f.program_id%type default null,
289: p_program_update_date in per_assignments_f.program_update_date%type default null,
290: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
291: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
292: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
293: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
294: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
295: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,

Line 292: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,

288: p_program_id in per_assignments_f.program_id%type default null,
289: p_program_update_date in per_assignments_f.program_update_date%type default null,
290: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
291: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
292: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
293: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
294: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
295: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
296: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,

Line 293: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,

289: p_program_update_date in per_assignments_f.program_update_date%type default null,
290: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
291: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
292: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
293: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
294: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
295: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
296: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
297: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,

Line 294: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,

290: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
291: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
292: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
293: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
294: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
295: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
296: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
297: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
298: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,

Line 295: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,

291: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
292: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
293: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
294: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
295: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
296: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
297: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
298: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
299: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,

Line 296: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,

292: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
293: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
294: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
295: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
296: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
297: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
298: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
299: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
300: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,

Line 297: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,

293: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
294: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
295: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
296: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
297: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
298: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
299: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
300: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
301: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,

Line 298: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,

294: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
295: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
296: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
297: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
298: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
299: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
300: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
301: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
302: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,

Line 299: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,

295: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
296: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
297: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
298: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
299: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
300: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
301: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
302: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
303: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,

Line 300: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,

296: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
297: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
298: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
299: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
300: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
301: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
302: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
303: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
304: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,

Line 301: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,

297: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
298: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
299: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
300: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
301: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
302: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
303: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
304: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
305: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,

Line 302: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,

298: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
299: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
300: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
301: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
302: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
303: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
304: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
305: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
306: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,

Line 303: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,

299: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
300: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
301: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
302: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
303: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
304: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
305: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
306: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
307: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,

Line 304: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,

300: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
301: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
302: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
303: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
304: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
305: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
306: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
307: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
308: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,

Line 305: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,

301: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
302: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
303: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
304: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
305: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
306: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
307: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
308: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
309: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,

Line 306: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,

302: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
303: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
304: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
305: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
306: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
307: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
308: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
309: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
310: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,

Line 307: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,

303: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
304: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
305: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
306: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
307: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
308: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
309: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
310: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
311: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,

Line 308: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,

304: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
305: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
306: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
307: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
308: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
309: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
310: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
311: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
312: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,

Line 309: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,

305: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
306: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
307: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
308: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
309: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
310: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
311: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
312: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
313: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,

Line 310: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,

306: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
307: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
308: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
309: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
310: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
311: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
312: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
313: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
314: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,

Line 311: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,

307: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
308: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
309: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
310: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
311: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
312: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
313: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
314: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
315: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,

Line 312: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,

308: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
309: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
310: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
311: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
312: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
313: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
314: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
315: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
316: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,

Line 313: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,

309: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
310: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
311: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
312: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
313: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
314: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
315: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
316: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
317: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,

Line 314: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,

310: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
311: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
312: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
313: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
314: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
315: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
316: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
317: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
318: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,

Line 315: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,

311: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
312: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
313: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
314: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
315: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
316: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
317: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
318: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
319: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,

Line 316: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,

312: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
313: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
314: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
315: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
316: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
317: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
318: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
319: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
320: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,

Line 317: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,

313: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
314: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
315: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
316: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
317: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
318: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
319: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
320: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
321: p_title in per_assignments_f.title%type default null,

Line 318: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,

314: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
315: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
316: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
317: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
318: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
319: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
320: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
321: p_title in per_assignments_f.title%type default null,
322: -- p_object_version_number in per_assignments_f.object_version_number%type default null,

Line 319: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,

315: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
316: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
317: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
318: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
319: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
320: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
321: p_title in per_assignments_f.title%type default null,
322: -- p_object_version_number in per_assignments_f.object_version_number%type default null,
323: p_asgn_data in out nocopy per_all_assignments_f%rowtype);

Line 320: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,

316: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
317: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
318: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
319: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
320: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
321: p_title in per_assignments_f.title%type default null,
322: -- p_object_version_number in per_assignments_f.object_version_number%type default null,
323: p_asgn_data in out nocopy per_all_assignments_f%rowtype);
324:

Line 321: p_title in per_assignments_f.title%type default null,

317: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
318: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
319: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
320: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
321: p_title in per_assignments_f.title%type default null,
322: -- p_object_version_number in per_assignments_f.object_version_number%type default null,
323: p_asgn_data in out nocopy per_all_assignments_f%rowtype);
324:
325: Procedure conv_to_asgn_rg (

Line 322: -- p_object_version_number in per_assignments_f.object_version_number%type default null,

318: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
319: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
320: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
321: p_title in per_assignments_f.title%type default null,
322: -- p_object_version_number in per_assignments_f.object_version_number%type default null,
323: p_asgn_data in out nocopy per_all_assignments_f%rowtype);
324:
325: Procedure conv_to_asgn_rg (
326: p_asgn_h_v in ghr_assignments_h_v%rowtype,