DBA Data[Home] [Help]

APPS.GR_DISPATCH_HISTORY_PVT dependencies on FND_USER

Line 175: FROM fnd_user

171:
172: --Cursor used to validate user id
173: CURSOR c_val_user_id IS
174: SELECT 1
175: FROM fnd_user
176: WHERE user_id = p_user_id;
177:
178: --Cursor used to retrieve actual file from temp table
179: CURSOR c_get_file_data IS