DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on PER_ASSIGNMENTS_F

Line 1403: -- to the per_assignments_f type record.

1399:
1400:
1401:
1402: -- Procedure conv_to_asgn_rg copies the indivisual fields supplied as parameters
1403: -- to the per_assignments_f type record.
1404:
1405: Procedure conv_to_asgn_rg(
1406: p_assignment_id in per_assignments_f.assignment_id%type default null,
1407: p_effective_start_date in per_assignments_f.effective_start_date%type default null,

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

1402: -- Procedure conv_to_asgn_rg copies the indivisual fields supplied as parameters
1403: -- to the per_assignments_f type record.
1404:
1405: Procedure conv_to_asgn_rg(
1406: p_assignment_id in per_assignments_f.assignment_id%type default null,
1407: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
1408: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
1409: p_business_group_id in per_assignments_f.business_group_id%type default null,
1410: p_recruiter_id in per_assignments_f.recruiter_id%type default null,

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

1403: -- to the per_assignments_f type record.
1404:
1405: Procedure conv_to_asgn_rg(
1406: p_assignment_id in per_assignments_f.assignment_id%type default null,
1407: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
1408: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
1409: p_business_group_id in per_assignments_f.business_group_id%type default null,
1410: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
1411: p_grade_id in per_assignments_f.grade_id%type default null,

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

1404:
1405: Procedure conv_to_asgn_rg(
1406: p_assignment_id in per_assignments_f.assignment_id%type default null,
1407: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
1408: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
1409: p_business_group_id in per_assignments_f.business_group_id%type default null,
1410: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
1411: p_grade_id in per_assignments_f.grade_id%type default null,
1412: p_position_id in per_assignments_f.position_id%type default null,

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

1405: Procedure conv_to_asgn_rg(
1406: p_assignment_id in per_assignments_f.assignment_id%type default null,
1407: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
1408: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
1409: p_business_group_id in per_assignments_f.business_group_id%type default null,
1410: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
1411: p_grade_id in per_assignments_f.grade_id%type default null,
1412: p_position_id in per_assignments_f.position_id%type default null,
1413: p_job_id in per_assignments_f.job_id%type default null,

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

1406: p_assignment_id in per_assignments_f.assignment_id%type default null,
1407: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
1408: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
1409: p_business_group_id in per_assignments_f.business_group_id%type default null,
1410: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
1411: p_grade_id in per_assignments_f.grade_id%type default null,
1412: p_position_id in per_assignments_f.position_id%type default null,
1413: p_job_id in per_assignments_f.job_id%type default null,
1414: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,

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

1407: p_effective_start_date in per_assignments_f.effective_start_date%type default null,
1408: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
1409: p_business_group_id in per_assignments_f.business_group_id%type default null,
1410: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
1411: p_grade_id in per_assignments_f.grade_id%type default null,
1412: p_position_id in per_assignments_f.position_id%type default null,
1413: p_job_id in per_assignments_f.job_id%type default null,
1414: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
1415: p_payroll_id in per_assignments_f.payroll_id%type default null,

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

1408: p_effective_end_date in per_assignments_f.effective_end_date%type default null,
1409: p_business_group_id in per_assignments_f.business_group_id%type default null,
1410: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
1411: p_grade_id in per_assignments_f.grade_id%type default null,
1412: p_position_id in per_assignments_f.position_id%type default null,
1413: p_job_id in per_assignments_f.job_id%type default null,
1414: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
1415: p_payroll_id in per_assignments_f.payroll_id%type default null,
1416: p_location_id in per_assignments_f.location_id%type default null,

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

1409: p_business_group_id in per_assignments_f.business_group_id%type default null,
1410: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
1411: p_grade_id in per_assignments_f.grade_id%type default null,
1412: p_position_id in per_assignments_f.position_id%type default null,
1413: p_job_id in per_assignments_f.job_id%type default null,
1414: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
1415: p_payroll_id in per_assignments_f.payroll_id%type default null,
1416: p_location_id in per_assignments_f.location_id%type default null,
1417: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,

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

1410: p_recruiter_id in per_assignments_f.recruiter_id%type default null,
1411: p_grade_id in per_assignments_f.grade_id%type default null,
1412: p_position_id in per_assignments_f.position_id%type default null,
1413: p_job_id in per_assignments_f.job_id%type default null,
1414: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
1415: p_payroll_id in per_assignments_f.payroll_id%type default null,
1416: p_location_id in per_assignments_f.location_id%type default null,
1417: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
1418: p_supervisor_id in per_assignments_f.supervisor_id%type default null,

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

1411: p_grade_id in per_assignments_f.grade_id%type default null,
1412: p_position_id in per_assignments_f.position_id%type default null,
1413: p_job_id in per_assignments_f.job_id%type default null,
1414: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
1415: p_payroll_id in per_assignments_f.payroll_id%type default null,
1416: p_location_id in per_assignments_f.location_id%type default null,
1417: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
1418: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
1419: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,

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

1412: p_position_id in per_assignments_f.position_id%type default null,
1413: p_job_id in per_assignments_f.job_id%type default null,
1414: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
1415: p_payroll_id in per_assignments_f.payroll_id%type default null,
1416: p_location_id in per_assignments_f.location_id%type default null,
1417: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
1418: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
1419: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
1420: p_person_id in per_assignments_f.person_id%type default null,

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

1413: p_job_id in per_assignments_f.job_id%type default null,
1414: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
1415: p_payroll_id in per_assignments_f.payroll_id%type default null,
1416: p_location_id in per_assignments_f.location_id%type default null,
1417: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
1418: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
1419: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
1420: p_person_id in per_assignments_f.person_id%type default null,
1421: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,

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

1414: p_assignment_status_type_id in per_assignments_f.assignment_status_type_id%type default null,
1415: p_payroll_id in per_assignments_f.payroll_id%type default null,
1416: p_location_id in per_assignments_f.location_id%type default null,
1417: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
1418: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
1419: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
1420: p_person_id in per_assignments_f.person_id%type default null,
1421: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
1422: p_source_organization_id in per_assignments_f.source_organization_id%type default null,

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

1415: p_payroll_id in per_assignments_f.payroll_id%type default null,
1416: p_location_id in per_assignments_f.location_id%type default null,
1417: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
1418: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
1419: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
1420: p_person_id in per_assignments_f.person_id%type default null,
1421: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
1422: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
1423: p_organization_id in per_assignments_f.organization_id%type default null,

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

1416: p_location_id in per_assignments_f.location_id%type default null,
1417: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
1418: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
1419: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
1420: p_person_id in per_assignments_f.person_id%type default null,
1421: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
1422: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
1423: p_organization_id in per_assignments_f.organization_id%type default null,
1424: p_people_group_id in per_assignments_f.people_group_id%type default null,

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

1417: p_person_referred_by_id in per_assignments_f.person_referred_by_id%type default null,
1418: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
1419: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
1420: p_person_id in per_assignments_f.person_id%type default null,
1421: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
1422: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
1423: p_organization_id in per_assignments_f.organization_id%type default null,
1424: p_people_group_id in per_assignments_f.people_group_id%type default null,
1425: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,

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

1418: p_supervisor_id in per_assignments_f.supervisor_id%type default null,
1419: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
1420: p_person_id in per_assignments_f.person_id%type default null,
1421: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
1422: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
1423: p_organization_id in per_assignments_f.organization_id%type default null,
1424: p_people_group_id in per_assignments_f.people_group_id%type default null,
1425: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
1426: p_vacancy_id in per_assignments_f.vacancy_id%type default null,

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

1419: p_special_ceiling_step_id in per_assignments_f.special_ceiling_step_id%type default null,
1420: p_person_id in per_assignments_f.person_id%type default null,
1421: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
1422: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
1423: p_organization_id in per_assignments_f.organization_id%type default null,
1424: p_people_group_id in per_assignments_f.people_group_id%type default null,
1425: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
1426: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
1427: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,

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

1420: p_person_id in per_assignments_f.person_id%type default null,
1421: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
1422: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
1423: p_organization_id in per_assignments_f.organization_id%type default null,
1424: p_people_group_id in per_assignments_f.people_group_id%type default null,
1425: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
1426: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
1427: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
1428: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,

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

1421: p_recruitment_activity_id in per_assignments_f.recruitment_activity_id%type default null,
1422: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
1423: p_organization_id in per_assignments_f.organization_id%type default null,
1424: p_people_group_id in per_assignments_f.people_group_id%type default null,
1425: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
1426: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
1427: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
1428: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
1429: p_assignment_type in per_assignments_f.assignment_type%type default null,

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

1422: p_source_organization_id in per_assignments_f.source_organization_id%type default null,
1423: p_organization_id in per_assignments_f.organization_id%type default null,
1424: p_people_group_id in per_assignments_f.people_group_id%type default null,
1425: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
1426: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
1427: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
1428: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
1429: p_assignment_type in per_assignments_f.assignment_type%type default null,
1430: p_primary_flag in per_assignments_f.primary_flag%type default null,

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

1423: p_organization_id in per_assignments_f.organization_id%type default null,
1424: p_people_group_id in per_assignments_f.people_group_id%type default null,
1425: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
1426: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
1427: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
1428: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
1429: p_assignment_type in per_assignments_f.assignment_type%type default null,
1430: p_primary_flag in per_assignments_f.primary_flag%type default null,
1431: p_application_id in per_assignments_f.application_id%type default null,

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

1424: p_people_group_id in per_assignments_f.people_group_id%type default null,
1425: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
1426: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
1427: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
1428: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
1429: p_assignment_type in per_assignments_f.assignment_type%type default null,
1430: p_primary_flag in per_assignments_f.primary_flag%type default null,
1431: p_application_id in per_assignments_f.application_id%type default null,
1432: p_assignment_number in per_assignments_f.assignment_number%type default null,

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

1425: p_soft_coding_keyflex_id in per_assignments_f.soft_coding_keyflex_id%type default null,
1426: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
1427: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
1428: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
1429: p_assignment_type in per_assignments_f.assignment_type%type default null,
1430: p_primary_flag in per_assignments_f.primary_flag%type default null,
1431: p_application_id in per_assignments_f.application_id%type default null,
1432: p_assignment_number in per_assignments_f.assignment_number%type default null,
1433: p_change_reason in per_assignments_f.change_reason%type default null,

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

1426: p_vacancy_id in per_assignments_f.vacancy_id%type default null,
1427: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
1428: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
1429: p_assignment_type in per_assignments_f.assignment_type%type default null,
1430: p_primary_flag in per_assignments_f.primary_flag%type default null,
1431: p_application_id in per_assignments_f.application_id%type default null,
1432: p_assignment_number in per_assignments_f.assignment_number%type default null,
1433: p_change_reason in per_assignments_f.change_reason%type default null,
1434: p_comment_id in per_assignments_f.comment_id%type default null,

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

1427: p_pay_basis_id in per_assignments_f.pay_basis_id%type default null,
1428: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
1429: p_assignment_type in per_assignments_f.assignment_type%type default null,
1430: p_primary_flag in per_assignments_f.primary_flag%type default null,
1431: p_application_id in per_assignments_f.application_id%type default null,
1432: p_assignment_number in per_assignments_f.assignment_number%type default null,
1433: p_change_reason in per_assignments_f.change_reason%type default null,
1434: p_comment_id in per_assignments_f.comment_id%type default null,
1435: p_date_probation_end in per_assignments_f.date_probation_end%type default null,

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

1428: p_assignment_sequence in per_assignments_f.assignment_sequence%type default null,
1429: p_assignment_type in per_assignments_f.assignment_type%type default null,
1430: p_primary_flag in per_assignments_f.primary_flag%type default null,
1431: p_application_id in per_assignments_f.application_id%type default null,
1432: p_assignment_number in per_assignments_f.assignment_number%type default null,
1433: p_change_reason in per_assignments_f.change_reason%type default null,
1434: p_comment_id in per_assignments_f.comment_id%type default null,
1435: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
1436: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,

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

1429: p_assignment_type in per_assignments_f.assignment_type%type default null,
1430: p_primary_flag in per_assignments_f.primary_flag%type default null,
1431: p_application_id in per_assignments_f.application_id%type default null,
1432: p_assignment_number in per_assignments_f.assignment_number%type default null,
1433: p_change_reason in per_assignments_f.change_reason%type default null,
1434: p_comment_id in per_assignments_f.comment_id%type default null,
1435: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
1436: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
1437: p_employment_category in per_assignments_f.employment_category%type default null,

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

1430: p_primary_flag in per_assignments_f.primary_flag%type default null,
1431: p_application_id in per_assignments_f.application_id%type default null,
1432: p_assignment_number in per_assignments_f.assignment_number%type default null,
1433: p_change_reason in per_assignments_f.change_reason%type default null,
1434: p_comment_id in per_assignments_f.comment_id%type default null,
1435: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
1436: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
1437: p_employment_category in per_assignments_f.employment_category%type default null,
1438: p_frequency in per_assignments_f.frequency%type default null,

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

1431: p_application_id in per_assignments_f.application_id%type default null,
1432: p_assignment_number in per_assignments_f.assignment_number%type default null,
1433: p_change_reason in per_assignments_f.change_reason%type default null,
1434: p_comment_id in per_assignments_f.comment_id%type default null,
1435: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
1436: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
1437: p_employment_category in per_assignments_f.employment_category%type default null,
1438: p_frequency in per_assignments_f.frequency%type default null,
1439: p_internal_address_line in per_assignments_f.internal_address_line%type default null,

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

1432: p_assignment_number in per_assignments_f.assignment_number%type default null,
1433: p_change_reason in per_assignments_f.change_reason%type default null,
1434: p_comment_id in per_assignments_f.comment_id%type default null,
1435: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
1436: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
1437: p_employment_category in per_assignments_f.employment_category%type default null,
1438: p_frequency in per_assignments_f.frequency%type default null,
1439: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
1440: p_manager_flag in per_assignments_f.manager_flag%type default null,

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

1433: p_change_reason in per_assignments_f.change_reason%type default null,
1434: p_comment_id in per_assignments_f.comment_id%type default null,
1435: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
1436: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
1437: p_employment_category in per_assignments_f.employment_category%type default null,
1438: p_frequency in per_assignments_f.frequency%type default null,
1439: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
1440: p_manager_flag in per_assignments_f.manager_flag%type default null,
1441: p_normal_hours in per_assignments_f.normal_hours%type default null,

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

1434: p_comment_id in per_assignments_f.comment_id%type default null,
1435: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
1436: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
1437: p_employment_category in per_assignments_f.employment_category%type default null,
1438: p_frequency in per_assignments_f.frequency%type default null,
1439: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
1440: p_manager_flag in per_assignments_f.manager_flag%type default null,
1441: p_normal_hours in per_assignments_f.normal_hours%type default null,
1442: p_perf_review_period in per_assignments_f.perf_review_period%type default null,

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

1435: p_date_probation_end in per_assignments_f.date_probation_end%type default null,
1436: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
1437: p_employment_category in per_assignments_f.employment_category%type default null,
1438: p_frequency in per_assignments_f.frequency%type default null,
1439: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
1440: p_manager_flag in per_assignments_f.manager_flag%type default null,
1441: p_normal_hours in per_assignments_f.normal_hours%type default null,
1442: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
1443: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,

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

1436: p_default_code_comb_id in per_assignments_f.default_code_comb_id%type default null,
1437: p_employment_category in per_assignments_f.employment_category%type default null,
1438: p_frequency in per_assignments_f.frequency%type default null,
1439: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
1440: p_manager_flag in per_assignments_f.manager_flag%type default null,
1441: p_normal_hours in per_assignments_f.normal_hours%type default null,
1442: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
1443: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
1444: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,

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

1437: p_employment_category in per_assignments_f.employment_category%type default null,
1438: p_frequency in per_assignments_f.frequency%type default null,
1439: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
1440: p_manager_flag in per_assignments_f.manager_flag%type default null,
1441: p_normal_hours in per_assignments_f.normal_hours%type default null,
1442: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
1443: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
1444: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
1445: p_probation_period in per_assignments_f.probation_period%type default null,

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

1438: p_frequency in per_assignments_f.frequency%type default null,
1439: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
1440: p_manager_flag in per_assignments_f.manager_flag%type default null,
1441: p_normal_hours in per_assignments_f.normal_hours%type default null,
1442: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
1443: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
1444: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
1445: p_probation_period in per_assignments_f.probation_period%type default null,
1446: p_probation_unit in per_assignments_f.probation_unit%type default null,

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

1439: p_internal_address_line in per_assignments_f.internal_address_line%type default null,
1440: p_manager_flag in per_assignments_f.manager_flag%type default null,
1441: p_normal_hours in per_assignments_f.normal_hours%type default null,
1442: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
1443: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
1444: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
1445: p_probation_period in per_assignments_f.probation_period%type default null,
1446: p_probation_unit in per_assignments_f.probation_unit%type default null,
1447: p_sal_review_period in per_assignments_f.sal_review_period%type default null,

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

1440: p_manager_flag in per_assignments_f.manager_flag%type default null,
1441: p_normal_hours in per_assignments_f.normal_hours%type default null,
1442: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
1443: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
1444: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
1445: p_probation_period in per_assignments_f.probation_period%type default null,
1446: p_probation_unit in per_assignments_f.probation_unit%type default null,
1447: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
1448: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,

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

1441: p_normal_hours in per_assignments_f.normal_hours%type default null,
1442: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
1443: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
1444: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
1445: p_probation_period in per_assignments_f.probation_period%type default null,
1446: p_probation_unit in per_assignments_f.probation_unit%type default null,
1447: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
1448: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
1449: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,

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

1442: p_perf_review_period in per_assignments_f.perf_review_period%type default null,
1443: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
1444: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
1445: p_probation_period in per_assignments_f.probation_period%type default null,
1446: p_probation_unit in per_assignments_f.probation_unit%type default null,
1447: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
1448: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
1449: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
1450: p_source_type in per_assignments_f.source_type%type default null,

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

1443: p_perf_review_period_frequency in per_assignments_f.perf_review_period_frequency%type default null,
1444: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
1445: p_probation_period in per_assignments_f.probation_period%type default null,
1446: p_probation_unit in per_assignments_f.probation_unit%type default null,
1447: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
1448: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
1449: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
1450: p_source_type in per_assignments_f.source_type%type default null,
1451: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,

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

1444: p_period_of_service_id in per_assignments_f.period_of_service_id%type default null,
1445: p_probation_period in per_assignments_f.probation_period%type default null,
1446: p_probation_unit in per_assignments_f.probation_unit%type default null,
1447: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
1448: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
1449: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
1450: p_source_type in per_assignments_f.source_type%type default null,
1451: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
1452: p_time_normal_start in per_assignments_f.time_normal_start%type default null,

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

1445: p_probation_period in per_assignments_f.probation_period%type default null,
1446: p_probation_unit in per_assignments_f.probation_unit%type default null,
1447: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
1448: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
1449: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
1450: p_source_type in per_assignments_f.source_type%type default null,
1451: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
1452: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
1453: p_request_id in per_assignments_f.request_id%type default null,

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

1446: p_probation_unit in per_assignments_f.probation_unit%type default null,
1447: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
1448: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
1449: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
1450: p_source_type in per_assignments_f.source_type%type default null,
1451: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
1452: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
1453: p_request_id in per_assignments_f.request_id%type default null,
1454: p_program_application_id in per_assignments_f.program_application_id%type default null,

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

1447: p_sal_review_period in per_assignments_f.sal_review_period%type default null,
1448: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
1449: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
1450: p_source_type in per_assignments_f.source_type%type default null,
1451: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
1452: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
1453: p_request_id in per_assignments_f.request_id%type default null,
1454: p_program_application_id in per_assignments_f.program_application_id%type default null,
1455: p_program_id in per_assignments_f.program_id%type default null,

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

1448: p_sal_review_period_frequency in per_assignments_f.sal_review_period_frequency%type default null,
1449: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
1450: p_source_type in per_assignments_f.source_type%type default null,
1451: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
1452: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
1453: p_request_id in per_assignments_f.request_id%type default null,
1454: p_program_application_id in per_assignments_f.program_application_id%type default null,
1455: p_program_id in per_assignments_f.program_id%type default null,
1456: p_program_update_date in per_assignments_f.program_update_date%type default null,

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

1449: p_set_of_books_id in per_assignments_f.set_of_books_id%type default null,
1450: p_source_type in per_assignments_f.source_type%type default null,
1451: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
1452: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
1453: p_request_id in per_assignments_f.request_id%type default null,
1454: p_program_application_id in per_assignments_f.program_application_id%type default null,
1455: p_program_id in per_assignments_f.program_id%type default null,
1456: p_program_update_date in per_assignments_f.program_update_date%type default null,
1457: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,

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

1450: p_source_type in per_assignments_f.source_type%type default null,
1451: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
1452: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
1453: p_request_id in per_assignments_f.request_id%type default null,
1454: p_program_application_id in per_assignments_f.program_application_id%type default null,
1455: p_program_id in per_assignments_f.program_id%type default null,
1456: p_program_update_date in per_assignments_f.program_update_date%type default null,
1457: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
1458: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,

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

1451: p_time_normal_finish in per_assignments_f.time_normal_finish%type default null,
1452: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
1453: p_request_id in per_assignments_f.request_id%type default null,
1454: p_program_application_id in per_assignments_f.program_application_id%type default null,
1455: p_program_id in per_assignments_f.program_id%type default null,
1456: p_program_update_date in per_assignments_f.program_update_date%type default null,
1457: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
1458: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
1459: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,

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

1452: p_time_normal_start in per_assignments_f.time_normal_start%type default null,
1453: p_request_id in per_assignments_f.request_id%type default null,
1454: p_program_application_id in per_assignments_f.program_application_id%type default null,
1455: p_program_id in per_assignments_f.program_id%type default null,
1456: p_program_update_date in per_assignments_f.program_update_date%type default null,
1457: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
1458: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
1459: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
1460: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,

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

1453: p_request_id in per_assignments_f.request_id%type default null,
1454: p_program_application_id in per_assignments_f.program_application_id%type default null,
1455: p_program_id in per_assignments_f.program_id%type default null,
1456: p_program_update_date in per_assignments_f.program_update_date%type default null,
1457: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
1458: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
1459: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
1460: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
1461: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,

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

1454: p_program_application_id in per_assignments_f.program_application_id%type default null,
1455: p_program_id in per_assignments_f.program_id%type default null,
1456: p_program_update_date in per_assignments_f.program_update_date%type default null,
1457: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
1458: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
1459: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
1460: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
1461: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
1462: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,

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

1455: p_program_id in per_assignments_f.program_id%type default null,
1456: p_program_update_date in per_assignments_f.program_update_date%type default null,
1457: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
1458: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
1459: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
1460: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
1461: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
1462: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
1463: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,

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

1456: p_program_update_date in per_assignments_f.program_update_date%type default null,
1457: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
1458: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
1459: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
1460: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
1461: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
1462: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
1463: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
1464: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,

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

1457: p_ass_attribute_category in per_assignments_f.ass_attribute_category%type default null,
1458: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
1459: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
1460: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
1461: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
1462: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
1463: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
1464: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
1465: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,

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

1458: p_ass_attribute1 in per_assignments_f.ass_attribute1%type default null,
1459: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
1460: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
1461: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
1462: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
1463: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
1464: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
1465: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
1466: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,

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

1459: p_ass_attribute2 in per_assignments_f.ass_attribute2%type default null,
1460: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
1461: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
1462: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
1463: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
1464: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
1465: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
1466: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
1467: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,

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

1460: p_ass_attribute3 in per_assignments_f.ass_attribute3%type default null,
1461: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
1462: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
1463: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
1464: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
1465: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
1466: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
1467: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
1468: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,

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

1461: p_ass_attribute4 in per_assignments_f.ass_attribute4%type default null,
1462: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
1463: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
1464: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
1465: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
1466: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
1467: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
1468: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
1469: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,

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

1462: p_ass_attribute5 in per_assignments_f.ass_attribute5%type default null,
1463: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
1464: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
1465: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
1466: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
1467: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
1468: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
1469: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
1470: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,

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

1463: p_ass_attribute6 in per_assignments_f.ass_attribute6%type default null,
1464: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
1465: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
1466: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
1467: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
1468: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
1469: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
1470: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
1471: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,

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

1464: p_ass_attribute7 in per_assignments_f.ass_attribute7%type default null,
1465: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
1466: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
1467: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
1468: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
1469: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
1470: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
1471: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
1472: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,

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

1465: p_ass_attribute8 in per_assignments_f.ass_attribute8%type default null,
1466: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
1467: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
1468: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
1469: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
1470: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
1471: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
1472: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
1473: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,

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

1466: p_ass_attribute9 in per_assignments_f.ass_attribute9%type default null,
1467: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
1468: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
1469: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
1470: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
1471: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
1472: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
1473: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
1474: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,

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

1467: p_ass_attribute10 in per_assignments_f.ass_attribute10%type default null,
1468: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
1469: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
1470: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
1471: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
1472: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
1473: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
1474: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
1475: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,

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

1468: p_ass_attribute11 in per_assignments_f.ass_attribute11%type default null,
1469: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
1470: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
1471: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
1472: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
1473: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
1474: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
1475: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
1476: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,

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

1469: p_ass_attribute12 in per_assignments_f.ass_attribute12%type default null,
1470: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
1471: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
1472: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
1473: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
1474: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
1475: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
1476: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
1477: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,

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

1470: p_ass_attribute13 in per_assignments_f.ass_attribute13%type default null,
1471: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
1472: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
1473: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
1474: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
1475: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
1476: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
1477: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
1478: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,

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

1471: p_ass_attribute14 in per_assignments_f.ass_attribute14%type default null,
1472: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
1473: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
1474: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
1475: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
1476: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
1477: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
1478: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
1479: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,

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

1472: p_ass_attribute15 in per_assignments_f.ass_attribute15%type default null,
1473: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
1474: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
1475: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
1476: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
1477: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
1478: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
1479: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
1480: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,

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

1473: p_ass_attribute16 in per_assignments_f.ass_attribute16%type default null,
1474: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
1475: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
1476: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
1477: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
1478: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
1479: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
1480: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
1481: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,

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

1474: p_ass_attribute17 in per_assignments_f.ass_attribute17%type default null,
1475: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
1476: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
1477: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
1478: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
1479: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
1480: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
1481: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
1482: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,

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

1475: p_ass_attribute18 in per_assignments_f.ass_attribute18%type default null,
1476: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
1477: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
1478: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
1479: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
1480: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
1481: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
1482: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
1483: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,

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

1476: p_ass_attribute19 in per_assignments_f.ass_attribute19%type default null,
1477: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
1478: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
1479: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
1480: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
1481: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
1482: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
1483: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
1484: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,

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

1477: p_ass_attribute20 in per_assignments_f.ass_attribute20%type default null,
1478: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
1479: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
1480: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
1481: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
1482: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
1483: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
1484: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
1485: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,

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

1478: p_ass_attribute21 in per_assignments_f.ass_attribute21%type default null,
1479: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
1480: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
1481: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
1482: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
1483: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
1484: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
1485: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
1486: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,

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

1479: p_ass_attribute22 in per_assignments_f.ass_attribute22%type default null,
1480: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
1481: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
1482: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
1483: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
1484: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
1485: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
1486: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
1487: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,

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

1480: p_ass_attribute23 in per_assignments_f.ass_attribute23%type default null,
1481: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
1482: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
1483: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
1484: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
1485: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
1486: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
1487: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
1488: p_title in per_assignments_f.title%type default null,

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

1481: p_ass_attribute24 in per_assignments_f.ass_attribute24%type default null,
1482: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
1483: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
1484: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
1485: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
1486: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
1487: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
1488: p_title in per_assignments_f.title%type default null,
1489: -- p_object_version_number in per_assignments_f.object_version_number%type default null,

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

1482: p_ass_attribute25 in per_assignments_f.ass_attribute25%type default null,
1483: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
1484: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
1485: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
1486: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
1487: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
1488: p_title in per_assignments_f.title%type default null,
1489: -- p_object_version_number in per_assignments_f.object_version_number%type default null,
1490: p_asgn_data in out nocopy per_all_assignments_f%rowtype ) as

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

1483: p_ass_attribute26 in per_assignments_f.ass_attribute26%type default null,
1484: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
1485: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
1486: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
1487: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
1488: p_title in per_assignments_f.title%type default null,
1489: -- p_object_version_number in per_assignments_f.object_version_number%type default null,
1490: p_asgn_data in out nocopy per_all_assignments_f%rowtype ) as
1491:

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

1484: p_ass_attribute27 in per_assignments_f.ass_attribute27%type default null,
1485: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
1486: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
1487: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
1488: p_title in per_assignments_f.title%type default null,
1489: -- p_object_version_number in per_assignments_f.object_version_number%type default null,
1490: p_asgn_data in out nocopy per_all_assignments_f%rowtype ) as
1491:
1492: l_proc varchar2(30):='conv_to_asgn_rg';

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

1485: p_ass_attribute28 in per_assignments_f.ass_attribute28%type default null,
1486: p_ass_attribute29 in per_assignments_f.ass_attribute29%type default null,
1487: p_ass_attribute30 in per_assignments_f.ass_attribute30%type default null,
1488: p_title in per_assignments_f.title%type default null,
1489: -- p_object_version_number in per_assignments_f.object_version_number%type default null,
1490: p_asgn_data in out nocopy per_all_assignments_f%rowtype ) as
1491:
1492: l_proc varchar2(30):='conv_to_asgn_rg';
1493: l_asgn_data per_all_assignments_f%rowtype;