DBA Data[Home] [Help]

APPS.GHR_GENERAL dependencies on FND_USER

Line 88: select fnd.user_name

84: and l_effective_date between asg.effective_start_date and asg.effective_end_date
85: and asg.assignment_type <> 'B';
86:
87: cursor get_user_name is
88: select fnd.user_name
89: from fnd_user fnd
90: where l_gbx_user_id = fnd.employee_id;
91:
92: l_position_id per_all_assignments_f.position_id%type;

Line 89: from fnd_user fnd

85: and asg.assignment_type <> 'B';
86:
87: cursor get_user_name is
88: select fnd.user_name
89: from fnd_user fnd
90: where l_gbx_user_id = fnd.employee_id;
91:
92: l_position_id per_all_assignments_f.position_id%type;
93: