DBA Data[Home] [Help]

APPS.OPI_DBI_SCRAP_JOB_DTL_PKG dependencies on BIS_ORGANIZATIONS_V

Line 143: FROM bis_organizations_v

139: SELECT fnd_global.resp_id INTO l_respid from dual ;
140:
141: SELECT id INTO l_org
142: FROM (SELECT id
143: FROM bis_organizations_v
144: WHERE responsibility_id = l_respid
145: ORDER BY value asc)
146: WHERE rownum=1;
147: --}