DBA Data[Home] [Help]

APPS.CSP_PLANNING_UTILS_PKG dependencies on FND_USER

Line 242: FROM FND_USER

238: /* Cursor to get the user id information based on the input user name */
239: CURSOR cur_user
240: IS
241: SELECT user_id
242: FROM FND_USER
243: WHERE user_id = p_user_id;
244: /* Cursor to get the responsibility information */
245: CURSOR CUR_RESP
246: IS