DBA Data[Home] [Help]

APPS.MTL_CROSS_REFERENCES_PVT dependencies on FND_GRANTS

Line 185: FROM fnd_grants

181: -- checking for privileges
182: -- Verify for NON PIM Customer
183: BEGIN
184: SELECT 'x' INTO l_prod_exists
185: FROM fnd_grants
186: WHERE object_id IN
187: (SELECT object_id FROM fnd_objects
188: WHERE obj_name = 'EGO_ITEM');
189: