DBA Data[Home] [Help]

APPS.CSM_PROFILE_PKG dependencies on ASG_USER

Line 31: FROM asg_user

27: -- will always return 1 row as of now for a publication
28: cursor l_resp_app_id_csr(c_user_id NUMBER)
29: is
30: SELECT responsibility_id,app_id
31: FROM asg_user
32: WHERE user_id = c_user_id;
33:
34:
35: begin