DBA Data[Home] [Help]

APPS.CSF_ACCESS_PKG dependencies on ASG_DEVICE_USERS

Line 267: FROM asg_device_users

263: ( x_resource_id NUMBER
264: )
265: IS
266: SELECT 1
267: FROM asg_device_users
268: WHERE resource_id = x_resource_id;
269:
270: v_dummy NUMBER;
271: