DBA Data[Home] [Help]

APPS.BEN_EXT_CHLG dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 3114: (p_assignment_status_type_id per_assignment_status_types.assignment_status_type_id%type)

3110: from hr_locations_all hl
3111: where hl.location_id = p_location_id;
3112:
3113: cursor c_assignment_status
3114: (p_assignment_status_type_id per_assignment_status_types.assignment_status_type_id%type)
3115: is
3116: select ast.user_status
3117: from per_assignment_status_types ast
3118: where ast.assignment_status_type_id = p_assignment_status_type_id;

Line 3117: from per_assignment_status_types ast

3113: cursor c_assignment_status
3114: (p_assignment_status_type_id per_assignment_status_types.assignment_status_type_id%type)
3115: is
3116: select ast.user_status
3117: from per_assignment_status_types ast
3118: where ast.assignment_status_type_id = p_assignment_status_type_id;
3119:
3120: cursor c_payroll_name
3121: (p_payroll_id pay_all_payrolls_f.payroll_id%type

Line 3143: l_old_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683

3139: l_old_position HR_ALL_POSITIONS_F.name%type;
3140: l_new_position HR_ALL_POSITIONS_F.name%type;
3141: l_old_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3142: l_new_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3143: l_old_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683
3144: l_new_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683
3145: l_old_payroll_name pay_all_payrolls_f.payroll_name%type; --UTF Change Bug 2254683
3146: l_new_payroll_name pay_all_payrolls_f.payroll_name%type; --UTF Change Bug 2254683
3147: l_old_grade_name per_grades.name%type;

Line 3144: l_new_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683

3140: l_new_position HR_ALL_POSITIONS_F.name%type;
3141: l_old_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3142: l_new_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3143: l_old_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683
3144: l_new_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683
3145: l_old_payroll_name pay_all_payrolls_f.payroll_name%type; --UTF Change Bug 2254683
3146: l_new_payroll_name pay_all_payrolls_f.payroll_name%type; --UTF Change Bug 2254683
3147: l_old_grade_name per_grades.name%type;
3148: l_new_grade_name per_grades.name%type;