DBA Data[Home] [Help]

APPS.GMD_API_GRP dependencies on ORG_ACCESS_VIEW

Line 708: from org_access_view a, mtl_parameters b

704: CURSOR Cur_ownerorgn_id IS
705: SELECT 1
706: FROM SYS.DUAL
707: WHERE EXISTS (SELECT 1
708: from org_access_view a, mtl_parameters b
709: where a.organization_id = b.organization_id
710: and b.organization_id = powner_orgn_id
711: and a.responsibility_id = l_resp_id
712: and b.process_enabled_flag = 'Y');