DBA Data[Home] [Help]

APPS.HR_USER_ACCT_INTERNAL dependencies on FND_RESPONSIBILITY_VL

Line 400: FROM fnd_responsibility_vl

396: SELECT 1
397: FROM sys.dual
398: WHERE NOT EXISTS
399: (SELECT 1
400: FROM fnd_responsibility_vl
401: WHERE responsibility_name = p_resp_name
402: AND application_id = p_resp_app_id);
403: --
404: CURSOR lc_get_data_group_id IS