DBA Data[Home] [Help]

APPS.BSC_UPGRADES_GENERIC dependencies on FND_USER_RESP_GROUPS

Line 60: FROM fnd_user_resp_groups ur,

56: l_all_tabs_tbl integer_table_type;
57:
58: CURSOR c_BscUserPool IS
59: SELECT distinct usr.user_name
60: FROM fnd_user_resp_groups ur,
61: fnd_responsibility r,
62: fnd_user usr
63: WHERE ur.responsibility_id = r.responsibility_id
64: AND usr.user_id = ur.user_id