DBA Data[Home] [Help]

APPS.GMD_API_GRP dependencies on ORG_ACCESS_VIEW

Line 711: from org_access_view a, mtl_parameters b

707: CURSOR Cur_ownerorgn_id IS
708: SELECT 1
709: FROM SYS.DUAL
710: WHERE EXISTS (SELECT 1
711: from org_access_view a, mtl_parameters b
712: where a.organization_id = b.organization_id
713: and b.organization_id = powner_orgn_id
714: and a.responsibility_id = l_responsibility_id --Bug 14000659
715: and b.process_enabled_flag = 'Y');