DBA Data[Home] [Help]

APPS.GMD_COMMON_VAL dependencies on ORG_ACCESS_VIEW

Line 1770: FROM org_access_view

1766: l_dummy NUMBER := 0;
1767:
1768: Cursor Check_recipe_orgn_access(vresp_id NUMBER, vOwner_orgn_id NUMBER) IS
1769: SELECT 1
1770: FROM org_access_view
1771: WHERE responsibility_id = vresp_id
1772: AND organization_id = vOwner_orgn_id;
1773:
1774: BEGIN