DBA Data[Home] [Help]

APPS.BEN_EXT_CHLG dependencies on PER_ASSIGNMENT_STATUS_TYPES

Line 3208: (p_assignment_status_type_id per_assignment_status_types.assignment_status_type_id%type)

3204: from hr_locations_all hl
3205: where hl.location_id = p_location_id;
3206:
3207: cursor c_assignment_status
3208: (p_assignment_status_type_id per_assignment_status_types.assignment_status_type_id%type)
3209: is
3210: select ast.user_status
3211: from per_assignment_status_types ast
3212: where ast.assignment_status_type_id = p_assignment_status_type_id;

Line 3211: from per_assignment_status_types ast

3207: cursor c_assignment_status
3208: (p_assignment_status_type_id per_assignment_status_types.assignment_status_type_id%type)
3209: is
3210: select ast.user_status
3211: from per_assignment_status_types ast
3212: where ast.assignment_status_type_id = p_assignment_status_type_id;
3213:
3214: cursor c_payroll_name
3215: (p_payroll_id pay_all_payrolls_f.payroll_id%type

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

3233: l_old_position HR_ALL_POSITIONS_F.name%type;
3234: l_new_position HR_ALL_POSITIONS_F.name%type;
3235: l_old_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3236: l_new_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3237: l_old_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683
3238: l_new_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683
3239: l_old_payroll_name pay_all_payrolls_f.payroll_name%type; --UTF Change Bug 2254683
3240: l_new_payroll_name pay_all_payrolls_f.payroll_name%type; --UTF Change Bug 2254683
3241: l_old_grade_name per_grades.name%type;

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

3234: l_new_position HR_ALL_POSITIONS_F.name%type;
3235: l_old_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3236: l_new_location hr_locations_all.location_code%type; -- UTF Change Bug 2254683
3237: l_old_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683
3238: l_new_assignment_status per_assignment_status_types.user_status%type; -- UTF Change Bug 2254683
3239: l_old_payroll_name pay_all_payrolls_f.payroll_name%type; --UTF Change Bug 2254683
3240: l_new_payroll_name pay_all_payrolls_f.payroll_name%type; --UTF Change Bug 2254683
3241: l_old_grade_name per_grades.name%type;
3242: l_new_grade_name per_grades.name%type;