DBA Data[Home] [Help]

APPS.PQH_BUDGET_ANALYSIS_PKG dependencies on FND_USER

Line 134: from fnd_user

130: -- Cursor to select user name
131: --
132: cursor c_user_name(p_position_id number) is
133: select user_name
134: from fnd_user
135: where employee_id =
136: (select psf.supervisor_id
137: from hr_all_positions_f psf
138: where psf.position_id = p_position_id

Line 684: from fnd_user

680: -- Cursor to select user name
681: --
682: cursor c_user_name(p_position_id number) is
683: select user_name
684: from fnd_user
685: where employee_id =
686: (select psf.supervisor_id
687: from hr_all_positions_f psf
688: where psf.position_id = p_position_id