DBA Data[Home] [Help]

APPS.QA_SOLUTION_DISPOSITION_PKG dependencies on FND_USER_VIEW

Line 401: FROM fnd_user_view

397: l_source_code VARCHAR2(30);
398:
399: CURSOR update_cur IS
400: SELECT user_name
401: FROM fnd_user_view
402: WHERE user_id = l_update_by;
403:
404:
405: BEGIN

Line 905: FROM fnd_user_view

901: l_update_name VARCHAR2(100);
902:
903: CURSOR update_cur IS
904: SELECT user_name
905: FROM fnd_user_view
906: WHERE user_id = l_update_by;
907:
908: BEGIN
909:

Line 3326: FROM fnd_user_view

3322:
3323:
3324: CURSOR update_cur IS
3325: SELECT user_name
3326: FROM fnd_user_view
3327: WHERE user_id = l_update_by;
3328:
3329: CURSOR op_det IS
3330: SELECT bdp.department_id, nvl(bso.count_point_type, 1) count_point_type,

Line 3517: FROM fnd_user_view

3513:
3514:
3515: CURSOR update_cur IS
3516: SELECT user_name
3517: FROM fnd_user_view
3518: WHERE user_id = l_update_by;
3519:
3520:
3521: CURSOR res_det IS