DBA Data[Home] [Help]

APPS.GMD_COMMON_VAL dependencies on ORG_ACCESS_VIEW

Line 1719: FROM org_access_view

1715: l_dummy NUMBER := 0;
1716:
1717: Cursor Check_recipe_orgn_access(vresp_id NUMBER, vOwner_orgn_id NUMBER) IS
1718: SELECT 1
1719: FROM org_access_view
1720: WHERE responsibility_id = vresp_id
1721: AND organization_id = vOwner_orgn_id;
1722:
1723: BEGIN