DBA Data[Home] [Help]

APPS.HR_APPLICANT_INTERNAL dependencies on PER_ASSIGNMENTS_F

Line 2289: l_comment_id per_assignments_f.comment_id%type;

2285: l_organization_id per_business_groups.organization_id%type;
2286: l_legislation_code per_business_groups.legislation_code%type;
2287: l_person_type_id per_people_f.person_type_id%type;
2288: l_application_id per_applications.application_id%type;
2289: l_comment_id per_assignments_f.comment_id%type;
2290: l_assignment_sequence per_assignments_f.assignment_sequence%type;
2291: l_assignment_id per_assignments_f.assignment_id%type;
2292: l_object_version_number per_assignments_f.object_version_number%type;
2293: l_current_applicant_flag per_people_f.current_applicant_flag%type;

Line 2290: l_assignment_sequence per_assignments_f.assignment_sequence%type;

2286: l_legislation_code per_business_groups.legislation_code%type;
2287: l_person_type_id per_people_f.person_type_id%type;
2288: l_application_id per_applications.application_id%type;
2289: l_comment_id per_assignments_f.comment_id%type;
2290: l_assignment_sequence per_assignments_f.assignment_sequence%type;
2291: l_assignment_id per_assignments_f.assignment_id%type;
2292: l_object_version_number per_assignments_f.object_version_number%type;
2293: l_current_applicant_flag per_people_f.current_applicant_flag%type;
2294: l_current_emp_or_apl_flag per_people_f.current_emp_or_apl_flag%type;

Line 2291: l_assignment_id per_assignments_f.assignment_id%type;

2287: l_person_type_id per_people_f.person_type_id%type;
2288: l_application_id per_applications.application_id%type;
2289: l_comment_id per_assignments_f.comment_id%type;
2290: l_assignment_sequence per_assignments_f.assignment_sequence%type;
2291: l_assignment_id per_assignments_f.assignment_id%type;
2292: l_object_version_number per_assignments_f.object_version_number%type;
2293: l_current_applicant_flag per_people_f.current_applicant_flag%type;
2294: l_current_emp_or_apl_flag per_people_f.current_emp_or_apl_flag%type;
2295: l_current_employee_flag per_people_f.current_employee_flag%type;

Line 2292: l_object_version_number per_assignments_f.object_version_number%type;

2288: l_application_id per_applications.application_id%type;
2289: l_comment_id per_assignments_f.comment_id%type;
2290: l_assignment_sequence per_assignments_f.assignment_sequence%type;
2291: l_assignment_id per_assignments_f.assignment_id%type;
2292: l_object_version_number per_assignments_f.object_version_number%type;
2293: l_current_applicant_flag per_people_f.current_applicant_flag%type;
2294: l_current_emp_or_apl_flag per_people_f.current_emp_or_apl_flag%type;
2295: l_current_employee_flag per_people_f.current_employee_flag%type;
2296: l_employee_number per_people_f.employee_number%type;