DBA Data[Home] [Help]

APPS.GMD_RECIPE_VAL dependencies on ORG_ACCESS_VIEW

Line 496: FROM org_access_view

492: where organization_id = g_orgn_id;
493:
494: CURSOR get_user_orgn (vresp_id NUMBER) IS
495: SELECT 1
496: FROM org_access_view
497: WHERE responsibility_id = vresp_id
498: AND organization_id = g_orgn_id;
499:
500: